menu enable/disable problem..
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi , when form1 is loaded menuitem3 is disabled. but when one clicks button1 in form2 the menuitem3 of form1 should get enabled .. the code compiles successfully but it doesnt works as it should.. plz have a look --bye Aakash
-
hi , when form1 is loaded menuitem3 is disabled. but when one clicks button1 in form2 the menuitem3 of form1 should get enabled .. the code compiles successfully but it doesnt works as it should.. plz have a look --bye Aakash
I couldn't see your code, but you should try something like...
Form1.menuitem3.Enabled = True
...from Form2. Jeremy Falcon Imputek Excrement escapes everyone - even elders.