Questions tagged [toolstripitem]

49 questions
0
votes
1 answer

C# Positioning of MenuStrip.Items (SubMenues)

I have put together this radio button menustrip existing of 2 seperate submenu items when compiling the 2 menus show up on top of each other... how is it possible to have them side by side? Here is a screenshot...…
incubuzz1978
  • 53
  • 1
  • 8
0
votes
1 answer

How to reach ToolStripMenu items of the contextMenuStrip?

I am new at C#. I have added a contextMenuStrip in the desing part, and also I added 4 different ToolStriptItem. Three of them are ToolStriptMenuItem, named like successToolStripMenuItem etc. , and one of them is ToolStripTextBox. What I want is to…
Burak Keceli
  • 933
  • 1
  • 15
  • 31
0
votes
3 answers

VB.NET Execute code on events for dynamically added ToolStripMenuItem

VB.NET On the opening of a menu item (i.e. the top-level menu item), i have added ToolStripMenuItem (i.e. DropDownItem) to the menu item at runtime. The ToolStripMenuItems added by me during runtime are the names of the forms active in the current…
-1
votes
1 answer

i need help in item check in tool strip menu item

i got a column here..what i'm trying to do is when i select an item i want the item in the context menu to be check according to the status in the column here's what im trying so far Dim currentItem As ToolStripMenuItem = DirectCast(sender,…
yoyie yoyie
  • 415
  • 1
  • 8
  • 20
1 2 3
4