flat assembler
Message board for the users of flat assembler.
Index
> Windows > rundll32.exe Shell32.dll,Control_RunDLL desk.cpl... /quiet |
Author |
|
semiono 23 Mar 2010, 15:33
a global world crisis?
|
|||
23 Mar 2010, 15:33 |
|
revolution 23 Mar 2010, 15:53
I guess the silence means no one here knows the answer.
Besides, who changes themes so often that it needs to be automated? |
|||
23 Mar 2010, 15:53 |
|
semiono 24 Mar 2010, 14:35
This is some like the code
Code: include '%fasm%\win32ax.inc' start: invoke ShellExecute,NULL,NULL,'calc.exe',NULL,NULL,SW_SHOW invoke Sleep,20 invoke FindWindow,"SciCalc",NULL mov [hWnd],eax invoke FindWindowEx,[hWnd],NULL,NULL,button mov [cWnd],eax invoke SendMessage,[cWnd],BM_CLICK,NULL,NULL exit: invoke ExitProcess,NULL section '.idata' import data readable writeable library kernel32,'KERNEL32.DLL',\ shell32,'SHELL32.DLL',user32,'USER32.DLL' include '%fasm%\api\kernel32.inc' include '%fasm%\api\shell32.inc' include '%fasm%\api\user32.inc' cWnd dd ? hWnd dd ? button db '4', 0 But desk.cpl is transcendental window! The Button1 absent into resorces |
|||
24 Mar 2010, 14:35 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.