M
mros
I've created three buttons on a form (IsMdiContainer=True), it's mdi parent.
I need to disable these buttons from one of my child form. So,
I've changed these buttons modifier to Friend Shared WithEvents
'controlname' as System.Windows.Forms.button
and I was able to disable these buttons from my child form.
The problem is when I load the form in the form designer. It gives
me this error: "The variable 'controlname' is either undeclared or was
never assigned."
Anyone? Help...Thanks!
I need to disable these buttons from one of my child form. So,
I've changed these buttons modifier to Friend Shared WithEvents
'controlname' as System.Windows.Forms.button
and I was able to disable these buttons from my child form.
The problem is when I load the form in the form designer. It gives
me this error: "The variable 'controlname' is either undeclared or was
never assigned."
Anyone? Help...Thanks!