COM add-in userform minimize button

  • Thread starter Thread starter RB Smissaert
  • Start date Start date
R

RB Smissaert

Had a start with COM add-ins with Office XP developer.
Downloaded an example from Chip Pearson's website, XLCAI.
Noticed that the userform displayed in the COM add-in has a minimize
and maximize button. I couldn't find anything in the .VBA project file that
has to do with this.
Is this the normal behaviour when a userform is displayed throug a COM
add-in
or am I overlooking something in the coding or settings of the project file?

RBS
 
RBS,

COM Add-Ins developed in VBA Developer use VBA's Userform
objects, which don't have minimize and maximize buttons. The COM
Add-In example on my web site was developed with VB6, which uses
VB6 Forms objects, and these do have minimize and maximize
buttons. If you develop with VBA, you are restricted by the
limitations of VBA.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Back
Top