| Author |
Message |
Topic: HIWORDs and LOWORDs |
Areilius
Replies: 3
Views: 291
|
Forum: Ask for Help Posted: Tue Aug 08, 2006 9:47 am Subject: HIWORDs and LOWORDs |
Thanks Chris  |
Topic: HIWORDs and LOWORDs |
Areilius
Replies: 3
Views: 291
|
Forum: Ask for Help Posted: Mon Aug 07, 2006 12:33 pm Subject: HIWORDs and LOWORDs |
C'mon guys
I found this VB function that I think does what I want, but I cant convert it, I don't know what the &HFFFF& bits mean...
(Address of HFFFF with an & on the end?? I don ... |
Topic: Removing an element from an array |
Areilius
Replies: 7
Views: 497
|
Forum: Ask for Help Posted: Sun Aug 06, 2006 6:50 am Subject: Removing an element from an array |
I found this is an incredibly useful function when working with arrays
You don't have to understand exactly how it works, I wrote it ages ago and I've forgotten
Just pass the array name as ... |
Topic: HIWORDs and LOWORDs |
Areilius
Replies: 3
Views: 291
|
Forum: Ask for Help Posted: Sun Aug 06, 2006 5:39 am Subject: HIWORDs and LOWORDs |
How do you extract the LOWORD and HIWORD from a DWORD?
(Specifically the X and Y from the lParam of WM_MOUSEMOVE)
Thanks  |
Topic: remote control over PC via cell phone |
Areilius
Replies: 7
Views: 517
|
Forum: Ask for Help Posted: Sat Aug 05, 2006 4:59 am Subject: remote control over PC via cell phone |
So you tried WinWait,Google Notification ?
I don't know why that wouldn't work.. And I dont have gmail so I cant try it myself
Did you get that title from the window spy?
Does the main chat wi ... |
Topic: Paste Images from Clipboard |
Areilius
Replies: 7
Views: 265
|
Forum: Ask for Help Posted: Mon Jul 17, 2006 8:22 am Subject: Paste Images from Clipboard |
Anyone know if there's a DllCall-able equivilent of the Clipboard.GetDataObject() function in kui's C# code? (Above link)
(An MSDN search just gives 100+ articles about how to do it in C#,VB etc.. : ... |
Topic: Help looping a formula please... |
Areilius
Replies: 2
Views: 260
|
Forum: Ask for Help Posted: Mon Jul 03, 2006 8:57 am Subject: Help looping a formula please... |
An OGamer!
I think it's just your order of brackets and stuff thats making your build-time formula fail.. Try this:
%CurrentBuilding%BuildTime := (%CurrentBuilding%MCost+%CurrentBuildi ... |
Topic: Assigning password to a script |
Areilius
Replies: 3
Views: 240
|
Forum: Ask for Help Posted: Sat Jul 01, 2006 5:36 am Subject: Assigning password to a script |
Add it to the very top. Code at the top is run when the script starts.
I also changed the password bit a little, made it case sensitive (I like to go overboard )
Thread,Priority,1000 ;This sto ... |
Topic: DllCall. Help, anyone? |
Areilius
Replies: 24
Views: 1944
|
Forum: Ask for Help Posted: Tue Jun 20, 2006 11:45 am Subject: DllCall. Help, anyone? |
I don't know a whole lot about it myself, but I'll try to get you started.
As an example I'll show you how to call the MessageBox function.
The int MessageBox(
HWND hWnd,
LPCTSTR lpText ... |
Topic: "Return %Var%" not recognised as an expression? |
Areilius
Replies: 11
Views: 511
|
Forum: Bug Reports Posted: Sun Jun 18, 2006 5:32 am Subject: "Return %Var%" not recognised as an expression? |
return %Var% seems to not be recognised as an expression, it returns Var's contents, not the contents of a variable named the contents of Var. (Hard to word!! )
In other words, return %Var% and ... |
Topic: Two simple functions (GetTextLines and Ping) |
Areilius
Replies: 10
Views: 2173
|
Forum: Scripts & Functions Posted: Mon Jun 05, 2006 7:29 am Subject: Two simple functions (GetTextLines and Ping) |
Handy functions!
A suggestion regarding:
; Remember not to use any output variable names that are used in the functions.
; For example, in Ping, don't make your minimum variable "MinimumVar&qu ... |
Topic: A handy dialogue technique! (and colorful msgbox's ^_^) |
Areilius
Replies: 16
Views: 3868
|
Forum: Scripts & Functions Posted: Mon Jun 05, 2006 7:16 am Subject: A handy dialogue technique! (and colorful msgbox's ^_^) |
Meh it was just an example. You can add to it if you want  |
Topic: Bold/Italic/Size/Font e.t.c. in a msgbox |
Areilius
Replies: 8
Views: 409
|
Forum: Ask for Help Posted: Sun Jun 04, 2006 7:17 am Subject: Bold/Italic/Size/Font e.t.c. in a msgbox |
I've shown a good way of creating dialogs using GUIs [url=http://www.autohotkey.com/forum/viewtopic.php?t=10248]here.  |
Topic: A handy dialogue technique! (and colorful msgbox's ^_^) |
Areilius
Replies: 16
Views: 3868
|
Forum: Scripts & Functions Posted: Sun Jun 04, 2006 6:43 am Subject: A handy dialogue technique! (and colorful msgbox's ^_^) |
This is an incredibly simple but useful trick that I thought the world should know.
Using WinWaitClose you can simplify GUI-forms into a single function that returns the user's input, much like Fil ... |
Topic: possible to change the font in a control window? |
Areilius
Replies: 4
Views: 261
|
Forum: Ask for Help Posted: Sun Jun 04, 2006 4:35 am Subject: possible to change the font in a control window? |
You mean not a long shot  |
| |