|
-
May 28th, 2002, 02:55 AM
#1
Thread Starter
Junior Member
problem
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|