How can i bring up the dail-up dialog box in windows nt.
from visual basic?

I can do that in win 95/98 with the command:
Shell "c:\windows\rundll rnaui.dll,RnaDial Internet"

where Internet is the name associated with the dialup dialog box.

Is there another way to dial automatically by providing the username and the password?

Thanks!!