Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinForms Security
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00938878
Message ID:
00940976
Vues:
37
Ric,
I Think I can help if this is winforms.

Item # 1 :
When you subclassed the form, in the construtor, did you leave the InitializeComponet(); line?

Item # 2 :
Go to the main form
Go to the code window
Look for the line of code that opens the UserWindow
change this code to call your window

mmAppDesktop.FormMgr.Show(new mmUsersFormLang(), this);
change this line to
mmAppDesktop.FormMgr.Show(new YourUserFormName(), this);
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform