Maximize & Minimize buttons where are they?

D

Don Bowyer

The helpfile for Userform desdign says:-
"While you are designing a form:
Each form window has a Maximize, Minimize, and Close
button."
I have never, ever seen the first 2 only the last.
I would like them all on a UF I'm doing.
Does anyone know how to find them?
 
K

keepITcool

ahhh...

"WHILE DESIGNING"

this means the userform's designer window in the VBE.

minimizing and maximising forms are not standard features
of userforms.

You'll need to write some (complex) code for that..
decide WHERE you want your minimized forms to reside,
what they should look like etc etc.
if they should appear in the taskbar etc etc.

Coding will involve plenty of API functions and will not be easy.

search google and you'll probably find some examples..


keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top