Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 430 results for
menustrip
- Page 1
menustrip
Programming
Software Development
13 Years Ago
by auwi987
guys help again. i have a
menustrip
in mainform and in
menustrip
i have processToolStripMenuItem And ScheduleToolStripMenuItem, the problem is how can i enable toolStripMenuItem in another form? thnx in advance guys pls. i really need it thnx
Menustrip item disabling
Programming
Software Development
13 Years Ago
by smartjugal
… is Employee and another is Mainform and this mainform contains
menustrip
bar with some item.Admin and Employee form has a… Mainform comes and i can see all the item in
menustrip
bar but when i click button " ok " in… Employee form that time in mainform
menustrip
bar "EDIT" item will be as disabled. Can…
Menustrip link to new form code
Programming
Software Development
13 Years Ago
by Contagious98
I just dragged a
menustrip
from the tool box and put in some text like &…
Re: only one form will be opened when click the menustrip
Programming
Software Development
14 Years Ago
by Bijaya123
menustrip
is in one form & close button is in another form. how it possible to set the code toolstripbutton1.Enabled=true; please help me
Re: menustrip autoclose issues
Programming
Software Development
9 Years Ago
by Santanu.Das
….Windows.Forms.ToolStripItemClickedEventArgs) Handles MenuStrip1.ItemClicked Dim mnItem As
MenuStrip
= CType(sender,
MenuStrip
) For i As Integer = 0 To mnItem.Items.Count…
only one form will be opened when click the menustrip
Programming
Software Development
14 Years Ago
by Bijaya123
In a mdiparent form a
menustrip
is present. when click this
menustrip
a new form is open. I want to develop when …click the
menustrip
only one form is open. After open the form if… i click the
menustrip
no form will be open. when that opened form is…
Re: only one form will be opened when click the menustrip
Programming
Software Development
14 Years Ago
by Bijaya123
in a mdiparent form a
menustrip
is present. when click the
menustrip
one form is open which is child form of this mdiparent form. if the user click the
menustrip
further no form will be opened if one form is open.
Re: only one form will be opened when click the menustrip
Programming
Software Development
14 Years Ago
by nick.crane
Behind the
menustrip
button is a button click event handler method that is … child form. In this method add code to disable the
menustrip
button. Also, add code to capture the FormClosed event of… handler method. In this method you need to enable your
menustrip
button (not a toolstrip button, that was just in my…
Re: only one form will be opened when click the menustrip
Programming
Software Development
14 Years Ago
by nick.crane
When you open the second form also disable the
menustrip
button. Attach a method to the new form's [I]…
Forms, menuStrip
Programming
Software Development
14 Years Ago
by sjn21682
…, could anyone tell me how can i change my
menustrip
from menustrip1 to menustrip2. Well i have 2 forms, … i click an item in listview in form2, my
menustrip
in form1 will change from menu1 to menu2, but … thank you for your replies... heres my code: FORM1(2
menustrip
menu1 & menu2) private void Form1_Load(object sender, EventArgs …
How to get menustrip to close
Programming
Software Development
13 Years Ago
by Smith5646
I have a
menustrip
with several levels of submenus as in below Client 1 [… are still visible. Is there a way to force the
menustrip
to close back up?
dynamically load menustrip as per user permission
Programming
Software Development
11 Years Ago
by santosh.pandey.1293575
hi to all, i have an
menustrip
in the form MAIN i want to load menustripitems as … = DataSet1.Tables(0) DGVuser.Refresh() the table having columns with
menustrip
name i am trying to short menustripitem by these code…
CRYSTAL REPORT CALLING IN MENUSTRIP in C#
Programming
Software Development
11 Years Ago
by darrylnuyda
… Crystal Reports in C#, I want CR to call in
MenuStrip
(Menu). Every time that I run the main form of…. I want to call the the CR in menu. My
Menustrip
calling for FORM, but I want to call the CR…
Vertical Menustrip question
Programming
Software Development
16 Years Ago
by thanasis1
Hi all, I want to use a vertical
menustrip
which should be "arrow-friendly". No mouse will …
Strange MenuStrip Behaviour
Programming
Software Development
16 Years Ago
by Anticipation
I'm having a weird problem with a
MenuStrip
, in which it's just white untill clicked on, when …
add combobox items to menustrip dropdown items
Programming
Software Development
16 Years Ago
by tableray
i want to add the items of a combobox as dropdownitems of one of the
menustrip
selections.. how to do it dynamically?
Disabling menuStrip
Programming
Software Development
15 Years Ago
by Mitja Bonca
… like to know if is it possilbe to disable a
menuStrip
on windows forms? But not whole, I would like to…
Parent and Childs, menustrip
Programming
Software Development
15 Years Ago
by chromatinpt
…. Depending on the user (operator or supervisor) some items of
menustrip
in form Parent should be available or not. The supervisor…
Add Item in MenuStrip programatically
Programming
Software Development
14 Years Ago
by Lukezzz
Hi, I have created a ToolStripMenuItem in the
MenuStrip
. Is is called: [B]OneToolStripMenuItem[/B] What I need to …
Add an event to Added menuStrip Items.
Programming
Software Development
14 Years Ago
by jackabascal
I have a
MenuStrip
on my form, and I dynamically add and remove Subitems throughout the programs execution. I can add the items, I just don't know how to associate an event with them. Any help would be appreciated.
user control to disappear when another item from menustrip is clicked
Programming
Software Development
14 Years Ago
by bettybarnes
… the user control if another user control is selected from
menustrip
??? here is my code at the moment [CODE] Private Sub…
Re: Menustrip item disabling
Programming
Software Development
13 Years Ago
by Panathinaikos22
Give Code IDK my english isent good, but seems your question need work... Please try explain better...
Re: Menustrip link to new form code
Programming
Software Development
13 Years Ago
by Jx_Man
Try This : [CODE]Private Sub OpenFormToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenFormToolStripMenuItem.Click Dim NewForm As New Form1 NewForm.Show() End Sub[/CODE]
Re: Menustrip link to new form code
Programming
Software Development
13 Years Ago
by M.Waqas Aslam
hello ! use this code to open another form , on the click event [CODE] formEventRegistration.show () [/CODE] Regards
Re: Menustrip link to new form code
Programming
Software Development
13 Years Ago
by Contagious98
Ahhh yes! the codes were all working. Though before I had to to work I somehow found out that I was using the wrong type of form. :) Still this was helpful thanks guys. :)
Re: Menustrip link to new form code
Programming
Software Development
12 Years Ago
by Mapz Xate
Am stuck in the same problem.couldn't find how to fix yet.:(
Re: How to use Menustrip and toolstrip in window application?
Programming
Software Development
15 Years Ago
by avirag
well sory for the inconvinence, my application is attested here. listbox appears on form named"PrintAndSave", and on that form when u click on button then some text will apper to u, i want to print n save that text using
menustrip
controls
Re: How to add vertical separator in MenuStrip in vb .net?
Programming
Software Development
14 Years Ago
by Teme64
… pipe-character (see the pic). If you want that the
MenuStrip
itself looks like "File | Edit", you have to…
Re: How to add vertical separator in MenuStrip in vb .net?
Programming
Software Development
14 Years Ago
by leahrose87
Yah your right! I want my
MenuStrip
tp look like "File | Edit". My boss demanded me to do it so I had no choice. Can you help me how?
Re: Trackbar in MenuStrip
Programming
Software Development
14 Years Ago
by codeorder
See if this helps for the TrackBar. [B]1
MenuStrip
(MenuStrip1)[/B] [CODE]Public Class Form1 Private Sub Form1_Load(ByVal …
1
2
3
8
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC