Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamicly create an ActiveX (custom) control

Status
Not open for further replies.

BKQc

Programmer
Jul 26, 2002
118
CA
I'm trying to dynamicly create a form (using createForm) with a progressBar on it (using createControl as acCustomControl).

These two function work well but the problem is that I can't set this OLE customControl to display my progress bar. I've set the .class property to (MSComctlLib.ProgCtrl.2) but it seems taht there's something els to do before it is usable... Anyone know what it is?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top