| | |
Open browser
![]() |
•
•
Join Date: Oct 2005
Posts: 1
Reputation:
Solved Threads: 0
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
WORD
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
.386
.model flat
extrn __imp__ShellExecuteA@24
WORDShellExecute 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
![]() |
Similar Threads
- Button to open a new browser window (ASP.NET)
- How a doc file can be open inside browser without prompting the download dialog box (ASP.NET)
- Lost browser links,internet options etc...toolbar (Web Browsers)
- IE 6 Can't open new windows from link clicked (Web Browsers)
- "Error msg.when trying to open IE6" (Web Browsers)
- can't open new browser window on aol (Web Browsers)
- Warning everytime I open IE (Web Browsers)
Other Threads in the Assembly Forum
- Previous Thread: Question: Where are good Assembly Compilers?
- Next Thread: MIPS help
| Thread Tools | Search this Thread |





