using vb to access a program
im not sure how to do so...id like to access
C:\Program Files\Mozilla Firefox\firefox.exe
i used a webbrowser control to do it... but it says save open cancel.. and i just want it to bypass that and just open it no matter what
plz help id really love it
edit : on a different note is their perhaps a way i can embed a firefox browsre into VB instead of a IE browser?
Re: using vb to access a program
Do you want to SHELL Fx? I don't understand what you want to do. Why would you use a web browser to open a web browser?
Re: using vb to access a program
firefox is better
i didnt know what else to use... other then a webborwser control
yea shell prolly i dunno
Re: using vb to access a program
you can't use ActiveX controls in Fx (yet)
Re: using vb to access a program
Re: using vb to access a program
are you trying to open the program? if so use a shell statment
ex. shell "c:/Program files/Mozilla/Firefox.exe"
Re: using vb to access a program
Why do you need this? Maybe it would be better to open the default browser... Maybe Firefox isn't installed?
Re: using vb to access a program
firefox is the default for the program which most of my friends use to play Outwar.com...
yes shell command worked great