[Originally posted by Steven Chow]
How do I disable/hide the control box of MDIForm?
If it is not possible, how do I trap the event that a user click on the control box?
Thanks
Printable View
[Originally posted by Steven Chow]
How do I disable/hide the control box of MDIForm?
If it is not possible, how do I trap the event that a user click on the control box?
Thanks
[Originally posted by mike5]
what kind of control box did you put in your MDIform? a picture box control? if it is... turn the visible property to false/true turning off/on
or for trapping user click trap it on the controls click event
[Originally posted by Steven Chow]
Hi mike5
The control box I'm refering to is the Max/Min, Restore & Close buttons at the top right hand corner of the form.
[Originally posted by mike5]
there is a solution to your problem, you need the cPopupmenu control from the vbAccelerator.com and it is free
[Originally posted by Steven Chow]
Hi mike5 ... thanks a lot