Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot See Controls
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Cannot See Controls
Miscellaneous
Thread ID:
01023192
Message ID:
01023192
Views:
69
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
Next
Reply
Map
View

Click here to load this message in the networking platform