How to create the ShortCut menu using ContextStripMenu Control in .net 2.0
I want to create a shortcut menu using ContextMenuStrip Control and it will also contain the sub menu.
That menu will be create at run time.
for example
The Print is the main menu,when i click it then it show the sub menu like "All Page,Current Page,Page Selection" .
Print
-- All Page
--Current Page
--Page Selection
How it can be implement at run time..
Thanks in advance..
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.