| Author |
Message |
Forum: Support Topic: hotstrings |
| littlebut0 |
|
Posted: February 27th, 2011, 11:04 pm
|
|
Replies: 4 Views: 232
|
| I've been testing both solutions, but none of them seems to do the job. The easiest way to get what you want is to do the hotstring replacement after a stroke on the spacebar, like this: ::ech::echo"" ::ech<::echo "< br>" The harder way is to catch the echo "" replaceme... |
|
 |
Forum: Support Topic: how to automate message box from a website |
| littlebut0 |
|
Posted: February 27th, 2011, 6:28 pm
|
|
Replies: 3 Views: 161
|
| maybe you can send some tab-key strokes to higlight the cancel-button and finish with an enter-key you can detect the presence of the window with the function ifWinExist (use WinSpy to retrieve the correct window information) p.e: SetTimer,checkWindow,500 checkWindow: IfWinExist,WinTitle { WinA... |
|
 |
Forum: Support Topic: How to assign mouse click coords to DropDownList choices |
| littlebut0 |
|
Posted: February 27th, 2011, 5:42 pm
|
|
Replies: 2 Views: 139
|
| hope this one does the job: Gui, Add, Text, x12 y70 w100 h20 , User Name Gui, Add, Edit, x112 y70 w90 h20 vedit1, Gui, Add, Text, x12 y90 w100 h20 , Password Gui, Add, Edit, x112 y90 w90 h20 vedit2, Gui, Add, Button, x12 y110 w100 h20 , Program.exe Gui, Add, Edit, x112 y110 w90 h20 vedit3, Gui, Add,... |
|
 |
Forum: Support Topic: AHK not working right in Windows 7? |
| littlebut0 |
|
Posted: September 17th, 2010, 5:12 pm
|
|
Replies: 17 Views: 2551
|
| You should use a different code for compiled and non-compiled scripts. If you want something that works on both compiled and non-compiled scripts, take a look at this topic: http://www.autohotkey.com/forum/topic50448.html&highlight=runas+administrator+vista BTW: the code needs to be placed befor... |
|
 |
Forum: Scripts Topic: WMI COM |
| littlebut0 |
|
Posted: February 20th, 2010, 3:50 pm
|
|
Replies: 39 Views: 8762
|
|
 |
Forum: Support Topic: Retrieve unique serial number of HID |
| littlebut0 |
|
Posted: February 17th, 2010, 12:44 pm
|
|
Replies: 9 Views: 920
|
| I've found a non-autohotkey solution for my problem: Keeping the golden rule "KISS" in mind, I'm convinced now that it will be a lot easier to tie together all off the cables at the backside of the PC. Thisway it won't be as easy anymore for our students to interchange keyboards and mouses. |
|
 |
Forum: Support Topic: Retrieve unique serial number of HID |
| littlebut0 |
|
Posted: February 16th, 2010, 1:45 pm
|
|
Replies: 9 Views: 920
|
| Thank you again. What I'm trying to acheive is the following: I'm working in a highschool where students are constantly switching keyboards and mouses of computers. I want to store the device serial numbers in a database on the server of the school and monitor the serial number of the connected devi... |
|
 |
Forum: Support Topic: Retrieve unique serial number of HID |
| littlebut0 |
|
Posted: February 16th, 2010, 12:29 pm
|
|
Replies: 9 Views: 920
|
Hi Murx,
I'm afraid that one doesn't fit neither. I'm not looking for the serial number of the HDD, but the serial number of HID's such as USB-mouses and USB-keyboards.
Anyway, thank you very much for trying to help me. I do really appreciate it. |
|
 |
Forum: Support Topic: Retrieve unique serial number of HID |
| littlebut0 |
|
Posted: February 16th, 2010, 11:49 am
|
|
Replies: 9 Views: 920
|
| Thanks Murx, but I'm afraid that isn't exactly what I'm looking for. |
|
 |
Forum: Support Topic: Retrieve unique serial number of HID |
| littlebut0 |
|
Posted: February 16th, 2010, 11:41 am
|
|
Replies: 9 Views: 920
|
| Hello, I need to retrieve the unique serial number of USB-devices connected to my PC. In the MSDN documentation I found this: http://msdn.microsoft.com/en-us/library/ms790939.aspx It"s the HidD_GetSerialNumberString class of the USB-driver. Since I'm not familiar in interacting with dll's, I wo... |
|
 |
Forum: Support Topic: Print a html file |
| littlebut0 |
|
Posted: March 26th, 2009, 12:10 am
|
|
Replies: 11 Views: 1253
|
| Hi, There is a one line solution for this. When you download and install openoffice.org, you can use it's command-line interface to print the document you want in the background. No user-interaction at all. Header and footer of document stay clean, i.e. nothing in header that looks like pag x/y, no ... |
|
 |
Forum: Support Topic: renumerating cells in the 1st column of a table in ''Word'' |
| littlebut0 |
|
Posted: March 24th, 2009, 1:51 pm
|
|
Replies: 8 Views: 802
|
| I did some research on the web. You can use the following VBA-code inside a macro Sub numRowsInSpecificTable MsgBox ActiveDocument.Tables(1).Rows.Count End Sub This returns the number of rows in the table. (Both the empty and non-empty ones) You can find more help on this subject at the foll... |
|
 |
Forum: Support Topic: Scroll 3 listviews simultaneaous |
| littlebut0 |
|
Posted: March 23rd, 2009, 8:31 pm
|
|
Replies: 7 Views: 968
|
| I know what you mean animeaime. At first I rewrote the code and tried to use it in combination with jaco's code. The part you wrote works perfectly with three different fontsizes, but when I combine jaco's script, lines get out of synchronization everytime I press an arrowkey or move the mousewheel.... |
|
 |
Forum: Support Topic: Scroll 3 listviews simultaneaous |
| littlebut0 |
|
Posted: March 22nd, 2009, 11:58 pm
|
|
Replies: 7 Views: 968
|
| I Just gave a closer look to the code of animeaime. I can not explain the behaviour of the first scroll he explained, but I dit find a workaround for that problem by adding a few extra lines of code. Since the start of the first scroll isn't captured, I added a variable (startlogged) which is set to... |
|
 |
Forum: Support Topic: Scroll 3 listviews simultaneaous |
| littlebut0 |
|
Posted: March 22nd, 2009, 11:09 pm
|
|
Replies: 7 Views: 968
|
| I' ve been out whole day, so I did'nt have much time to overview the suggestions both of you gave. And yes, I'm using the listview in report mode. I'll give both suggestions a try tomorrow evening. I've also something that works partially. I'll post that tomorrow evening aswell. Thanks, see you tomo... |
|
 |
| Sort by: |