|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
button with drop downHi there,
Is there a button which i can use of a form which has a button and a arrow next to it with a list of other buttons. Like New in Outlook or Undo in Word? Is there on in the .NET Framework? Thanks Donald "donald" <jonat***@dorling.biz> schrieb: No, except maybe for toolbars and toolstrips.> Is there a button which i can use of a form which has a button and a > arrow next to it with a list of other buttons. Like New in Outlook or > Undo in Word? > > Is there on in the .NET Framework? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Hi,
http://blogs.msdn.com/jfoscoding/articles/491523.aspx Ken ------------ Show quoteHide quote "donald" <jonat***@dorling.biz> wrote in message news:1145437545.436029.303820@t31g2000cwb.googlegroups.com... > Hi there, > > Is there a button which i can use of a form which has a button and a > arrow next to it with a list of other buttons. Like New in Outlook or > Undo in Word? > > Is there on in the .NET Framework? > > Thanks > > Donald > thanks for that Ken.
Got it in my project now i add the code below But what is the best way of letting which one of these i have clicked Thanks Donald sb.ContextMenuStrip = new ContextMenuStrip(); sb.ContextMenuStrip.Items.Add("one"); sb.ContextMenuStrip.Items.Add("two"); sb.ContextMenuStrip.Items.Add("three");
How to call IE to open a new page.
Listview SubItems image index Emailing with default client Writing INI section failing webbrowser System.IO.FileNotFoundException 1.1 and 2.0 .Net framework in same application? Is it possible to compile an image file into a DLL or EXE file? how to move a form that FormBorderStyle is None Listview item key how to extract icon (or resource) ? |
|||||||||||||||||||||||