Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinForms Security
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00938878
Message ID:
00940976
Views:
34
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/
Previous
Reply
Map
View

Click here to load this message in the networking platform