Open browser

Reply

Join Date: Oct 2005
Posts: 1
Reputation: guh is an unknown quantity at this point 
Solved Threads: 0
guh guh is offline Offline
Newbie Poster

Open browser

 
0
  #1
Oct 17th, 2005
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@24WORD
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC