robocop2000
10-11-2000, 06:03 PM
How to open a local browser screen in VB6?? Not with a form, just how to define what the current registered browser is, open it and go to a website... any1?
Open the local browserrobocop2000 10-11-2000, 06:03 PM How to open a local browser screen in VB6?? Not with a form, just how to define what the current registered browser is, open it and go to a website... any1? niktesla 10-11-2000, 11:49 PM I haven't tried it, but you may want to use the shellexecute api and provider a web address in place of the filename. Just a shot in the dark. I found this on another posting nResult = Shell("start.exe http://www.ADDRESS-HERE.com/", vbNormalFocus) It may work. Good Luck, Brian Brian T. Wiehoff |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum