Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX controls on Form Saved as a Class
Message
From
19/11/1998 15:48:52
 
 
To
19/11/1998 10:56:33
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00159293
Message ID:
00159509
Views:
17
>I created a form in the form designer and then saved it as a class. The form contains a couple of Microsoft's progress bars. When I run the .Show() method from code the progress bars are invisible. As a form this was not a problem. Does anyone have any suggestions?
>
>Dan
Hello Dan!

I had this program too. As I made some investigation, progressbar was created, but wasnot visible. So after creating the form from this class, wait some time, and progress bar will be visible.

oVariable=createobject("yourclass")
oVariable.show()
wait "" timeout 0.5

BB
Previous
Reply
Map
View

Click here to load this message in the networking platform