COM add-in userform minimize button

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
 
C

Chip Pearson

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
 

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