Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to load a Form in C#?
Message
De
04/06/2002 20:50:48
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
 
Information générale
Forum:
ASP.NET
Catégorie:
Migration
Divers
Thread ID:
00664364
Message ID:
00664783
Vues:
21
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform