Hello all,

I am trying to open internet explorer 6 on a windows NT box and it does not seem to work....

both of these shell calls work on win98/2000/XP. is there another call for windows NT?



here is the code
If (THISNUMBER = 1) Then
rc = Shell("explorer.exe " & Chr$(34) & strURL & Chr$(34), vbNormalFocus)
Else
rc = ShellExecute(App.hInstance, "open", strURL, vbNullString, "C:\", _
SW_SHOWNORMAL)
End If