Author Topic: Docking Forms  (Read 1944 times)

0 Members and 1 Guest are viewing this topic.

Matersammichman

  • Guest
Docking Forms
« on: August 03, 2006, 03:20:27 PM »
Is there a relatively simple way, or even an incredibly difficult way to dock (minimize) forms in vba?

BAshworth

  • Guest
Re: Docking Forms
« Reply #1 on: August 03, 2006, 04:35:45 PM »
Easy answer is no.  The controls used in VBA do not have minimize, or dockable properties.  VB, yes, VBA, no.

You'd have to add third party (ie, not installed with out of the box VBA) controls into your project, or create your own.