Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application Startup Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00978774
Message ID:
00978898
Views:
32
I guess it doesn't have to be this way, but alot of apps
display then login, and I have always done it this way.

>>Not sure how to ask this.
>>
>>I have my application desktop all set up. The Menu and toolbars
>>are set. The background and Titlebar are all set.
>>
>>Then I call
>>
>>
>>Application.Run(oAppForm)
>>
>>
>>to get it going.
>>
>>Problem is, I want the app to show, then prompt the user for
>>a password, then continue on.
>>
>>If I do
>>
>>dim oLogin as new frmLogin
>>oLogin.ShowDialog()
>>Application.Run(oAppForm)
>>
>>
>>Then the login form appears alone in the Windows Desktop, then when I click
>>Ok, the application starts up.
>>
>>What am I doing wrong?
>>
>>Thanks
>
>Intresting that you think this is a problem. Are you sure this is wrong? Seems that you wouldn't want the application to show until the user had logged in???
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform