| Author |
Message |
Forum: Support Topic: Teensy (HID device) interaction |
| Erittaf |
|
Posted: May 19th, 2011, 7:07 am
|
|
Replies: 2 Views: 396
|
| Well i dug around the forums enough to figure out that overlapped structures (as used in the c code linked in the OP) are a total PITA in AHK. I have however figured out how to build the C code into a callable DLL which I can then call from AHK! Note you will need some header files from the windows ... |
|
 |
Forum: Support Topic: Teensy (HID device) interaction |
| Erittaf |
|
Posted: May 12th, 2011, 4:40 pm
|
|
Replies: 2 Views: 396
|
| After digging into the code further the C version is using a WriteFile call to send the data... Looks like I'll have to figure out how to do a CreateFile and WriteFile DllCall in overlapped (asynchronous) mode... more to come later... |
|
 |
Forum: Support Topic: Teensy (HID device) interaction |
| Erittaf |
|
Posted: May 10th, 2011, 3:43 am
|
|
Replies: 2 Views: 396
|
| Greetings. I am working on a little homebuilt project to take to work with me. I have a micro controller (Teensy) that I would like to be able to interact with via AHK. I have looked into a lot of HID related posts on the forums but I'm not seeing half of what I need. The script(s) for AHKHID ( http... |
|
 |
Forum: Support Topic: storing the filepath into a variable |
| Erittaf |
|
Posted: March 28th, 2009, 2:13 am
|
|
Replies: 8 Views: 793
|
|
 |
Forum: Scripts Topic: SysInfo in Task bar v3.0 |
| Erittaf |
|
Posted: March 19th, 2009, 4:56 pm
|
|
Replies: 48 Views: 17320
|
| Hi all, I am trying to figure out how to make the docking work on this script. I have no need for the script itself, only the dock to the taskbar part. The most recent version of the script runs but it does not have any visible GUI when I run it. I have read through the posts here and tried many var... |
|
 |
Forum: Scripts Topic: [Function] _CreateImageButton_ (Colored buttons with GDI) |
| Erittaf |
|
Posted: March 18th, 2009, 11:44 pm
|
|
Replies: 19 Views: 6165
|
| Hi, I was trying this function and it works alright, however when I disable a button it nukes the image. I'm not very good at deciphering code that is not mine >< Can anyone help me out? I'd like the button and/or the text to change colors when disabled, I don't mind calling the function extra times... |
|
 |
Forum: Scripts Topic: [script] Connectivity monitoring utility |
| Erittaf |
|
Posted: February 4th, 2009, 10:58 pm
|
|
Replies: 10 Views: 3142
|
| Don is correct, the command prompt is hidden on operating systems that are newer. The only way to hide it would be to modify the script so that the window is created somewhere off your desktop (pixel 6000x6000 or something). I think you'd have to re-write something in the stdouttovar package. I don'... |
|
 |
Forum: Scripts Topic: [script] Connectivity monitoring utility |
| Erittaf |
|
Posted: January 29th, 2009, 8:16 pm
|
|
Replies: 10 Views: 3142
|
| I think there might be some changes to the StdoutToVar.ahk module. I'm looking at it now. ***EDIT*** I have confirmed that I am not using the current StdoutToVar.ahk module. I'm not sure when the changes took place but I will take a look into it tonight and modify my script. ***UPDATE*** I have upda... |
|
 |
Forum: Support Topic: how to pass commands too any program? |
| Erittaf |
|
Posted: April 4th, 2008, 5:19 pm
|
|
Replies: 3 Views: 495
|
| search for a process explorer. if you don't understand how it works you may need to find help with windows messages and how they work. |
|
 |
Forum: Support Topic: Windows Update w Firefox |
| Erittaf |
|
Posted: March 13th, 2008, 10:48 pm
|
|
Replies: 5 Views: 511
|
| search the forum for COM and navigate... i believe the COM library has a function that will tell IE to change to a specific page |
|
 |
Forum: Support Topic: receive the status of the button from the minimized window? |
| Erittaf |
|
Posted: March 13th, 2008, 10:23 pm
|
|
Replies: 15 Views: 1036
|
| keystate refers to the state of a key on the keyboard. It has nothing to do with any windows. perhaps if you post your code and explain what you want to do you will get better help. your explaination is vague and it's hard to understand what you want to do. |
|
 |
Forum: Support Topic: Is there any way to use an asterisk * in a string? |
| Erittaf |
|
Posted: February 29th, 2008, 11:11 pm
|
|
Replies: 2 Views: 1002
|
Is there any way to use an asterisk * in a string?
with
Code: StringReplace, clipboard, clipboard, *, , All makes
Is there any way to use an asterisk in a string? |
|
 |
Forum: Support Topic: Quickly hide trayicons, taskbar and quicklaunch |
| Erittaf |
|
Posted: February 29th, 2008, 11:05 pm
|
|
Replies: 16 Views: 2153
|
| The Last Found Window is set only until the end of the thread (hotkey, timer subroutine, etc.) Use these: WinHide, ahk_class Shell_TrayWnd WinShow, ahk_class Shell_TrayWnd (Sleep, 2000 isn't necessary; I only put it in for demonstration...) hrm... this nukes the entire taskbar except the start butt... |
|
 |
Forum: Support Topic: How to capture footpedal input |
| Erittaf |
|
Posted: February 28th, 2008, 10:29 pm
|
|
Replies: 21 Views: 4501
|
|
 |
Forum: Support Topic: Hotkey assignment question |
| Erittaf |
|
Posted: February 28th, 2008, 2:25 am
|
|
Replies: 1 Views: 424
|
|
 |
| Sort by: |