Creating toolbox in C#
-
I don't know how to put a navigation bar control into the toolbox control, which is the same toolbox in Visual Studio.Net IDE. I'm in dark. Please help me, thanks a lot! NPS.
-
I don't know how to put a navigation bar control into the toolbox control, which is the same toolbox in Visual Studio.Net IDE. I'm in dark. Please help me, thanks a lot! NPS.
The controls in any Microsoft product tend to be custom written, so they have the edge for a while, then custom control writers make money on selling the 'VS UI' or the 'Office UI' toolkit. Christian Graus - Microsoft MVP - C++
-
I don't know how to put a navigation bar control into the toolbox control, which is the same toolbox in Visual Studio.Net IDE. I'm in dark. Please help me, thanks a lot! NPS.
I only know for the .NET Framework v2.0 There is a control which is named System.Windows.Forms.ToolStripDropDownButton This control could be added in the control bar. I recommend to download the Visual Studio 2005 c# express edition beta2 (for free because its a beta). There is a very good formdesigner in there. Yours sincerely, Berni