Hello, I am new in this forum...
I program in vb .net (very nice, but I prefer the old vb6 ), but for work I program in vb.net.
I have a mdi program, with 1 child (configuration). I wont to disable the menuitem(of the parent) from the child, but nothing... Is possible?.
Thanks at all...

Ps. sorry for my ugly english...

ps2. the code
-------------------------------------------
frmparent.mainmenu1.enabled=false - doesn't exist...
-------------------------------------------
dim parent as new frmparent()
parent.menuitem1.enabled=false
doesn't work
(the syntax is ok, but it not disable the menu )
-------------------------------------------
Thanks!