Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot See Controls
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Cannot See Controls
Divers
Thread ID:
01023192
Message ID:
01023192
Vues:
68
I created the following C# class. How do I get these controls
into the Toolbox?

Thanks
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;

namespace MCM.Projects.WinUI.Controls
{
	public class MyComboBox : System.Windows.Forms.ComboBox
	{
	}

	public class MyCommandButton : System.Windows.Forms.Button
	{
	}
	
	public class MyTextbox : System.Windows.Forms.TextBox
	{
	}
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform