TheSwamp

Code Red => VB(A) => Topic started by: Matersammichman on August 03, 2006, 03:20:27 PM

Title: Docking Forms
Post by: Matersammichman 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?
Title: Re: Docking Forms
Post by: BAshworth 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.