Log in

View Full Version : Stop browser window opening


mint77
September 12th, 2013, 14:03
I have a program that opens a browser window everytime it starts in addition to it's main function.

I would like to stop that.

Can I do that by finding InternetOpenUrl and either jmp over it or nop it out ?

There are probably other things to take into account that I have not thought about.

I would appreciate any input.

Thanks

Kayaker
September 12th, 2013, 17:25
You might check for ShellExecute

http://support.microsoft.com/kb/224816

mint77
September 12th, 2013, 20:24
Thanks, I forgot about that one.