No announcements
Found 2683741 threads
-
1 Votes
How to reuse MenuStrip in another form
couldn't you just pass the menustrip to the other Form's constructor when you call the new instance of the second Form?Answered | 8 Replies | 5471 Views | Created by Marc.Gauthier - Thursday, July 22, 2010 9:46 PM | Last reply by Marc.Gauthier - Friday, July 23, 2010 6:02 PM -
0 Votes
How to access the Menustrip of a MDIparent form from a Childform
Hi Lakshmi, I am also have same problem to access Menustrip enable from child form please help to finish my application.Answered | 12 Replies | 3891 Views | Created by Lakshmi dudala - Thursday, February 9, 2012 7:29 AM | Last reply by satish_t - Friday, February 8, 2013 7:02 PM -
0 Votes
Cannot deal with MenuStrip in inherited Form
This links shows how to do Visual Inheritance for MenuStrip, ToolBarStrip and StatusStrip Controls.Answered | 2 Replies | 3460 Views | Created by aspatz - Tuesday, January 30, 2007 10:01 PM | Last reply by Bob Jones 271626346162 - Friday, July 13, 2012 12:28 AM -
0 Votes
How to change the colors a Windows Form uses for a MenuStrip?
In addition, MenuStrip also inherit ToolStrip.Answered | 2 Replies | 2988 Views | Created by Thomas Keene - Tuesday, September 6, 2011 3:42 AM | Last reply by Rob Pan - Friday, September 16, 2011 7:19 AM -
3 Votes
MenuStrip remains locked on the inherited form
I finally able to derived a form from another application and able to call that derived form, whatever name it is, from ...Answered | 21 Replies | 10626 Views | Created by busyme - Friday, August 3, 2007 3:47 PM | Last reply by H_Schoenfeld - Monday, May 21, 2012 12:51 AM -
0 Votes
Menustrip
welcome to msdn forum forum for developer, How do i use the "menustrip" in a ...Answered | 2 Replies | 3712 Views | Created by blood2433 - Wednesday, July 13, 2011 8:59 PM | Last reply by Carmelo La Monica - Friday, July 15, 2011 6:08 AM -
0 Votes
how could i add my forms in menustrip in form1
can i make the second form as the main form?Answered | 4 Replies | 2871 Views | Created by Madix_t - Thursday, May 21, 2009 11:40 AM | Last reply by Madix_t - Friday, May 22, 2009 11:50 AM -
0 Votes
menuStrip
Why don't you try creating a new form and copying all the controls from the designer, except the menustrip and toolstrip, copy all the code you have in your bad form, ...Answered | 1 Replies | 4972 Views | Created by UnknownWanderer - Thursday, August 11, 2011 5:44 PM | Last reply by davidsbro - Friday, August 12, 2011 8:16 PM -
1 Votes
menustrip,toolStrip
i had not done anything, if its okay maybe can you make a simple 2 form with menustrip in the other form ?Answered | 6 Replies | 2968 Views | Created by auwi987 - Tuesday, December 27, 2011 11:44 PM | Last reply by auwi987 - Wednesday, January 4, 2012 3:04 PM -
0 Votes
menuStrip question
You can consider adding the MenuStrip on the form, and then you may add a Panel below the MenuStrip.Answered | 3 Replies | 2924 Views | Created by wartmignef - Thursday, January 15, 2009 12:01 PM | Last reply by Michael Sun [MSFT] - Wednesday, January 21, 2009 3:17 AM -
0 Votes
Add opened child forms in menustrip in C# Windows Form Programming.
Make sure, you set the MDIParent of form before you show / create the child form.Answered | 3 Replies | 2965 Views | Created by p.s.n - Wednesday, April 17, 2013 7:40 PM | Last reply by Krishnav - Wednesday, April 17, 2013 8:58 PM -
3 Votes
MenuStrip Help
Hi, As per my understanding you want menu on form and wish to open respective form if user clicks menu items accordingly.Answered | 4 Replies | 2985 Views | Created by Imran Amodi - Monday, April 27, 2009 8:51 AM | Last reply by Imran Amodi - Monday, April 27, 2009 9:44 AM -
0 Votes
dynamically generating a menustrip
Dim ms As New MenuStrip() Dim mnuHolidayEditor As New ToolStripMenuItem() '("Holiday Editor", Nothing, New EventHandler(AddressOf ...Answered | 3 Replies | 3058 Views | Created by Christ Kennedy - Sunday, April 26, 2009 11:53 PM | Last reply by Christ Kennedy - Monday, April 27, 2009 3:24 AM -
0 Votes
Activate Form/Process menustrip or toolstrip control with Single Click
How to solve this issue?Answered | 4 Replies | 4983 Views | Created by UCFLaura - Monday, April 5, 2010 5:07 PM | Last reply by bobdiya - Thursday, October 14, 2010 10:59 AM -
1 Votes
MenuStrip
using System; using System.Collections.Generic; using System.ComponentModel; ...Answered | 3 Replies | 3652 Views | Created by Wojteq - Saturday, January 24, 2009 9:49 PM | Last reply by JohnGrove - Sunday, January 25, 2009 4:07 PM -
0 Votes
Parent and Childs, menustrip
Hi, Depending on the users credentials(User or supervisor) you can modify the visible property of Menu Items at form load.Answered | 1 Replies | 2939 Views | Created by trobalo - Friday, November 20, 2009 7:47 PM | Last reply by Tamer Oz - Friday, November 20, 2009 7:49 PM -
0 Votes
WPF, menustrip
Set the property "Width" to "Auto" and set the property "HorizontalAlignment" to ...Answered | 1 Replies | 890 Views | Created by Jason2726 - Tuesday, November 19, 2013 4:19 PM | Last reply by Crazypennie - Tuesday, November 19, 2013 4:44 PM -
1 Votes
MDI Child Form Header showing above Parent MenuStrip
I seem to have fixed the problem by setting the MainMenuStrip property to the name of the menustrip I was using.Answered | 3 Replies | 3375 Views | Created by ChadTiffin - Tuesday, November 6, 2012 7:49 PM | Last reply by ChadTiffin - Tuesday, November 6, 2012 9:28 PM -
2 Votes
How to disable menuStrip
Items where you will find all the menuitems added --> From there disable the menu items you want.Answered | 5 Replies | 5390 Views | Created by Mitja Bonca - Saturday, November 14, 2009 9:48 PM | Last reply by Mitja Bonca - Monday, November 16, 2009 12:55 AM -
0 Votes
Connecting a picturebox with a menustrip
Both JohnWein and shortcuts solutions seem like they would work but I am still stuck on how to actually put the answers into code.Answered | 7 Replies | 3113 Views | Created by harms420 - Tuesday, November 20, 2012 10:35 PM | Last reply by shortcuts - Tuesday, November 20, 2012 11:52 PM - Items 1 to 20 of 2683741 Next ›
No announcements