Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a progressbar with AddObject.
Message
 
 
To
31/08/1999 13:50:20
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00259781
Message ID:
00259845
Views:
13
>I'm trying to create a ProgressBar with this command:
>Thisform.AddObject('progress', 'mscomctllib.progctrl.2')
>
>But when I try to do it (from init event) I get the following error message:
>Object class is invalid for this container.
>
>What do I have to do to get this to work?
>
>/Mårten Törnquist

In VFP 6:

oForm.AddObject("oleProgress", "olecontrol", "MSComctlLib.ProgCtrl.2")
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform