Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to load a Form in C#?
Message
From
04/06/2002 20:50:48
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
 
General information
Forum:
ASP.NET
Category:
Migration
Miscellaneous
Thread ID:
00664364
Message ID:
00664783
Views:
19
The name of the Form that I added in the project is AuthorForm. And so my code in the Click event of the menu item is:

Form AuthForm = new AuthorForm();
AuthForm.Show();

The intellisense is quite upon type AuthForm but at runtime it gives an error:

The type or namespace name 'AuthorForm' could not be found (are you missing a using directive or an assembly reference?)

Any idea?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform