Click to See Complete Forum and Search --> : Menu


dorjoo
April 10th, 2008, 11:54 PM
Is there any Menu like control in C# Toolbox?

foamy
April 11th, 2008, 02:35 AM
there's a whole bunch. What do you need? web menu? menustrip? please specify...

HanneSThEGreaT
April 11th, 2008, 03:12 AM
Just look closely at where to the big blue arrows point - That is the Toolbox.
You will also notice a scrollbar to the right of the Toolbox, that you can use, to see more tools :rolleyes:

nelo
April 11th, 2008, 04:14 AM
Is there any Menu like control in C# Toolbox?

At first it seems like an odd question. Have you got a version of Visual Studio installed or are you just using the Framework SDK? And what version of the framework are you using? The controls are part of the Framework. The Visual Studio environment provides an easy way of working with them (i.e. drag and drop from the toolbox as shown in the previous post, design time properties editor, etc). I'm sure that there has always been a menu from the very first versions of the Framework. And also there is a clear distinction between C# and the Framework...