Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application Startup Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
00978774
Message ID:
00978898
Vues:
33
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform