Hi Cj,
Yes, the .Net1.1 MainMenu component is a simple wrapper around the Win32
menu support, which provided limited extensible function to the Winform
developer, so are ToolBar, StatusBar and ContextMenu. So the Microsoft
Winform team introduced new ToolStrip, MenuStrip, StatusStrip,
ContextMenuStrip components in .Net2.0 to replace ToolBar, MainMenu,
StatusBar and ContextMenu. These new components provided much more complex
and richer extensible function.
This initiative is covered in the link below:
http://windowsforms.net/WhidbeyFeatures/default.aspx?PageID=2&ItemID=14&Cat=
Controls&tabindex=5
Since there are 8 components in .Net2.0 now, to not introduce any
confusion, .Net Winform team just removes the old .Net1.1 components from
the ToolBox and recommend developers to use the new components suite. Also,
you still can follow the steps provided by "Kerry Moorman" to add the new
components back.
Additionally,
http://www.windowsforms.net is the first official Winform
site maintained by Microsoft. You may find much useful information on it.
More specific, the following page is the official homepage for Winform
Net2.0. It contains most of the new features in .Net2.0, including FAQs,
samples, presentations etc... It should provide you a short cut of learning
Winform2.0:
http://windowsforms.net/Default.aspx?tabindex=1&tabid=60
Hope it helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.