loading problem in VB. NET
I am working on my project (VB.NET) that is due this tuesday and i've designed and coded about 80% of it so far.. When i start the program i want the login screen to pop up first and when i enter the username and then password and click on sign in, it should take me to the main form. thank you
[299 byte] By [
memee4eva] at [2007-11-11 8:29:13]

# 1 Re: loading problem in VB. NET
Is this a Windows Forms application, or a Web app? Have you set your login form as the project's startup form? If so, what specific problem are you having?
# 2 Re: loading problem in VB. NET
it is a window form not a web form.. and im a beginner in VB.NET so can you tell me how to set my login form as a startup form?