ok i'm trying to open IE with a chosen webpage now does the locatrion of internet ecplorer differ with OS
shell IExplorer(Webpage)
would that work? whats the best way to achieve this?
i know its possible with notepad because i've done it before,
VB Code:
Shell "notepad.exe " & sPath, vbMaximizedFocus
also is there a way to open a webpage up in the persons own webbrowser? ie there chosen one, IE firefox etc
