-
Thanks for the quick reply! local rect: RECT invoke GetWindowRect, hWin, addr rect ; Gets the current teh screen coordinates of the dialog? invoke SetWindowPos, hWin, HWND_TOPMOST, rect.left, rect.top, rect.right, rect.bottom, SWP_SHOWWINDOW ; Sets the coordinates gathered from the line above, makes...
-
Hi, I tried to send the BM_CHECK message whenever a checkbox is checked or unchecked. Is the method I'm doing correct? Anyways I searched MSDN for the SendMessage function and... lResult = SendMessage( // returns LRESULT in lResult (HWND) hWndControl, // handle to destination control (UINT) BM_GETCHECK...
-
HLA has it buit-in! Well, anyways, I don't know how to write in HLA anyway.
-
Hi all! Is there an API or something that would make a DIALOGBOX stay always on top? I have tried searching but I have found none... (Maybe because of poor searching skils). Thanks in advance!
-
Marami nakapost dun sa asmcommunity at masmforum -- pero masyadong malalim mga topics para sa akin. Wala akong mahanap na talagang nagsstart sa basic. :(
-
Hi all, Recently, I've seen a lot of stuff about doing OOP in assembly language. Most of the stuff I've seen almost fried my brain. So... does anybody have some simple (by simple, I mean very simple) examples to get n00bs like me started? What are the basic requirements? What are its advantages...
-
Yes, it's available here . :D
-
Found it! RS Link: http://rapidshare.com/files/103923354/API-Guide_3_7.rar.html Thanks.
-
I'll see what I can do later. I'll look for my copy at home and attach it here.
-
I'd like to add, for gui apps: \masm32\bin\rc filename.rc \masm32\bin\ml /c /coff filename.asm \masm32\bin\link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib filename.obj filename.res Hi MrBogus, nice to see you here! :D