Hi !

I use this code in my VB-app, and it works fine on my computer:

*Dim A as Integer

A = Shell("C:\Program Files\Internet Explorer\IEXPLORE.exe http://www.xxx.com ", vbMaximizedFocus)*

But how do I know wether other users have IXPLORER.exe in \Program.. or in \Program Files... ? Is there any codes for covering any situations ?

/Kalle in Sweden