If I'm reading your note properly, it sounds rather frustrating...
I use shell all over the place - here it is to launch the browser - you'll
have to search the web for the "operations" and "parameters" passed to the
shell function...
Mark
Public Declare Function ShellExecute _
Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, _
ByVal lpOperation As String, _
ByVal lpFile As String, _
ByVal lpParameters As String, _
ByVal lpDirectory As String, _
ByVal nShowCmd As Long) As Long
Private Sub lblURL_Click()
Me.Hide
ShellExecute Me.hwnd, "open", "
http://www.michaelmoore.com/", vbNullString,
"", 0
Set frmSetupComplete = Nothing
End Sub
--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc,
www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________
The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.
- Sir John Harvey-Jones