Easily start a new form, use checked menu items, link a ToolBarButton to a MenuItem, includes StatusBar messages, saves last used window positions in XML and more ... Also includes a ready to use application wizard with MenuManager (including ready to use Cut, Copy and Paste menu items). <P><FONT face="Verdana" size="2">All kind of properties are provided to guide you with many kinds of menu item management issues, such as starting a new form, handling checked menu items, and common used actions such as Cut, Copy and Paste.<BR> <BR> You do not have to write any code, just fill in some properties.<BR> <BR> <STRONG> <asp:Image id="Image14" runat="server" Height="12px" Width="12px" ImageUrl="\images\Balls\GreenBall.PNG"></asp:Image>&nbsp;Template</STRONG><BR> By using the 'RADvolution Windows Application' template we give you a ready to use main menu, complete with File, Edit and Windows menu items.<BR> <BR> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <asp:Image id="Image16" runat="server" ImageUrl="\images\Screenshots\ApplicationForm.PNG" BorderWidth="0px"></asp:Image> <BR> <BR> <STRONG> <asp:Image id="Image15" runat="server" Height="12px" Width="12px" ImageUrl="\images\Balls\GreenBall.PNG"></asp:Image>&nbsp;Simply select a form to start from a list</STRONG> <BR> When you add a new menu item to start a form, simply select it form a list.<BR> <BR> Other related properties are present too,&nbsp;such&nbsp;as starting the form modal/modeless. <BR> You can even set&nbsp;the maximum allowed open dialogs of the same form.<BR> And its action when the maximum is exceeded, such as hiding/disabling the menu item or show a message.<BR> <BR> Example of selecting a form to start:<BR> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Image id="Image17" runat="server" ImageUrl="\images\Screenshots\MenuItemFormList.PNG" BorderWidth="1px" BorderColor="RoyalBlue"></asp:Image><BR> <BR> <STRONG> <asp:Image id="Image2" runat="server" ImageUrl="\images\Balls\GreenBall.PNG" Width="12px" Height="12px"></asp:Image>&nbsp;Autosave last used positions / sizes</STRONG><BR> Forms can be opened at the last used position (SerializeFormLayout). Even the last used Form size and the last used DataGrid column sizes&nbsp;are automatically saved. This data is saved in an XML file, which can be user dependent (e.g. the XML file is automatically saved in: C:\Documents and Settings\ <I>username</I>\Application Data).<BR> <BR> <STRONG> <asp:Image id="Image18" runat="server" ImageUrl="\images\Balls\GreenBall.PNG" Width="12px" Height="12px"></asp:Image>&nbsp;ToolStrip</STRONG><BR> Just fill in the related ToolStripButton of a menu item and it will perform&nbsp;exactly the same action as the menu item. And the image of the ToolStripButton is automatically set for you to the same one of the menu item itself.<BR> <BR> <STRONG> <asp:Image id="Image11" runat="server" ImageUrl="\images\Balls\GreenBall.PNG" Width="12px" Height="12px"></asp:Image>&nbsp;Checked menu items<BR> </STRONG>We take care of handling the checking/unchecking of checked menu items.<BR> You do not have to write any code.&nbsp;Such menu items can be&nbsp;toggled separately or in a mutually exclusive group (like in the example below).<BR> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Image id="Image1" runat="server" ImageUrl="\images\Screenshots\CheckedValueInGroupMenuItems.PNG" BorderWidth="1px" BorderColor="RoyalBlue"></asp:Image> <BR> </FONT><FONT face="Verdana" size="2"> <BR> <STRONG> <asp:Image id="Image8" runat="server" ImageUrl="\images\Balls\GreenBall.PNG" Width="12px" Height="12px"></asp:Image>&nbsp;Status messages</STRONG><BR> Each menu item is provided with a StatusMessage property.<BR> A StatusStrip can easily be added to your form by rightmouse clicking on the MenuStripManager component and select 'Add StatusStrip'. A message, date and time section are automatically added for you.<BR> <BR> <STRONG> <asp:Image id="Image10" runat="server" ImageUrl="\images\Balls\GreenBall.PNG" Width="12px" Height="12px"></asp:Image>&nbsp;Menu item naming convention<BR> </STRONG>The name is set automatically applying your own preferred naming convention when the MenuItemActionTarget or the MenuItemAction is set. Rightmouse clicking on the MenuManager component gives you also the opportunity to apply your preferred naming convention to all menu items and toolbar buttons at once.<BR> <asp:HyperLink id="HyperLink2" runat="server" NavigateUrl="RAD_Naming_Convention.htm" Target="_parent">Click here for more information about control naming convention.</asp:HyperLink> </P>