Oct 10, 2003 #1 belzeboom Programmer Sep 24, 2003 10 IT Hi, can anyone tell me how can I enable a menu item in MDI parent when a child form is loaded ? Thanx !
Hi, can anyone tell me how can I enable a menu item in MDI parent when a child form is loaded ? Thanx !
Oct 10, 2003 #2 wraygun Programmer Dec 9, 2001 272 US MDIfrmMain.mnuFileSave.Enabled = True ***You can't change your past, but you can change your future*** Upvote 0 Downvote
MDIfrmMain.mnuFileSave.Enabled = True ***You can't change your past, but you can change your future***
Oct 10, 2003 #3 zemp Programmer Jan 27, 2002 3,301 CA Hear is an easy way to manage menus in an MDI application, http://www.vb-helper.com/howto_mdi_child_menus1.html Thanks and Good Luck! zemp Upvote 0 Downvote
Hear is an easy way to manage menus in an MDI application, http://www.vb-helper.com/howto_mdi_child_menus1.html Thanks and Good Luck! zemp