Logon failed?

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

When I set the 3rd parameter to False, I get an error
message saying the server is not available. I need to
start my app in VB6 without user's logon. How can I do
this? Thanks.

m_oNsp.Logon "", "", False, True
 
I suppose, if there are more than one profile then you need to either
specify the profile name in the first argument or show the dialog.
 
Michael,

It gave the exact error, server is not available when I
passed both profile name and password. Guess that does
not solve my problem.
 
Back
Top