Creating Custom Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

C# Visual Studio .Net 2003

I am trying to create a custom DataGrid. I have written the code, but how
do I add this to the Visual Studio toolbar?

Steve
 
Do you want to add your custom control to the toolbox? If so then you can
right-click in the toolbox and select "Add/Remove Items..." on the context
menu that is displayed. On the dialog that is shown click the browse button
and locate the assembly that contains your control.
 
Back
Top