DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Assembly (http://www.daniweb.com/forums/forum125.html)
-   -   Open browser (http://www.daniweb.com/forums/thread34028.html)

guh Oct 17th, 2005 3:03 pm
Open browser
 
hi! how can I make this run? I got lots of errors about the shellexcute part... i need help...

.386
.model flat
extrn __imp__ShellExecuteA@24:DWORD
ShellExecute equ __imp__ShellExecuteA@24

.const

URL db 'http://www.sfogs.com/', 0

.code

_rasengan:

push 0
push 0
push 0
push offset URL
push 0
push 0
call ShellExecute

sub eax, eax

ret

end _rasengan


All times are GMT -4. The time now is 5:27 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC