| | |
Disable MDI parent form button from MDI child form
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 54
Reputation:
Solved Threads: 5
Ok i have a button on MDI parent form and i need to disable it when closing a child form. When writing the button name (cmdmenu) in the child form, it says that the cmdmenu is not declared please help[/QUOTE]
That button should be publicaly decalred.
if it is publically availabele then
in child form closing event
Mdiform.cmdmenu.disabled=true
That button should be publicaly decalred.
if it is publically availabele then
in child form closing event
Mdiform.cmdmenu.disabled=true
•
•
Join Date: Dec 2007
Posts: 66
Reputation:
Solved Threads: 1
Got it i solved it
Here's the code
no need to declare it in module, it works great
Here's the code
vb.net Syntax (Toggle Plain Text)
Dim par As frmMainmenu = Me.MdiParent par.cmdmenu.Enabled = False
![]() |
Similar Threads
- Problem with displaying Child Form (C#)
- mdi parent and non mdi child form prob (VB.NET)
- MDI child controlBox (VB.NET)
- creating a child form in backgroundWorker (C#)
- Trouble: centering child form of a parent MDIForm not performing (Visual Basic 4 / 5 / 6)
- How to open a form on button click using C++/CLI (C++)
- Disable MDI child close button (ASP.NET)
- MDI Child Form Placement (C#)
- Scrolling MDI Child form (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: canot find a column
- Next Thread: Excel to vb.net
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2005 2008 access arithmetic array assignment basic binary bing box button buttons center check code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist editvb.net excel file-dialog firewall folder ftp google hardcopy image images isnumericfuntioncall listview login math memory mobile ms mssqlbackend mysql navigate net networking opacity output peertopeervideostreaming picturebox picturebox1 port print printpreview problemwithinstallation project record reports" save savedialog searchbox serial soap sorting string tcp temp text textbox timer toolbox trim updown upload useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view visual visualbasic visualbasic.net visualstudio web wpf





