<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I believe MainMenu and MenuItem are the
.NET 1.1 way of doing menus, while MenuStrip and </span></font>ToolStripMenuItem
are the .NET 2.0 ways.&nbsp; However, I would think they both should still work
(even though you should use .NET 2.0 unless you have a reason not to.)<o:p></o:p></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Chris.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
users-bounces@lists.ironpython.com [mailto:users-bounces@lists.ironpython.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Patrick O'Brien<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, December 01, 2006
5:13 PM<br>
<b><span style='font-weight:bold'>To:</span></b> Discussion of IronPython<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [IronPython] Groping
in the dark</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On 12/1/06, <b><span style='font-weight:bold'>William Reade</span></b>
&lt;<a href="mailto:william@resolversystems.com">william@resolversystems.com</a>&gt;
wrote:<o:p></o:p></span></font></p>

<div>

<blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hi Patrick<br>
<br>
I haven't been able to see the anomalies you mention -- perhaps the<br>
following sample will help.<br>
---------------------------<br>
import clr<br>
clr.AddReference(&quot;System.Windows.Forms&quot;)<br>
<br>
from System.Windows.Forms import (<br>
&nbsp;&nbsp;&nbsp;&nbsp;Application, DockStyle, Form, Keys, MenuStrip,
ToolStripMenuItem,<br>
ToolStripSeparator<br>
)<o:p></o:p></span></font></p>

</blockquote>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
Thanks, William - that example helped a lot.&nbsp; It looks like the anomalies
are due to my using entirely different classes to build my menu.&nbsp; I got
the basic menu code from this article: <br>
<br>
<a href="http://www.devsource.com/article2/0,1895,1989493,00.asp">http://www.devsource.com/article2/0,1895,1989493,00.asp</a><br>
<br>
It uses MainMenu instead of MenuStrip, MenuItem instead of ToolStripMenuItem,
etc.&nbsp; So I guess there is more than one way to construct a menu and I
better look a bit more carefully at what I'm using to get the job done.&nbsp;
:-) <br>
<br>
Thanks again.<br clear=all>
<br>
-- <br>
Patrick K. O'Brien<br>
Orbtech&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.orbtech.com">http://www.orbtech.com</a><br>
Schevo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a
href="http://www.schevo.org">http://www.schevo.org</a><br>
Louie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a
href="http://www.pylouie.org">http://www.pylouie.org</a> <o:p></o:p></span></font></p>

</div>

</body>

</html>