Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Put an image container programmatically..
Message
From
18/10/2006 05:30:08
 
 
To
17/10/2006 22:18:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01162802
Message ID:
01162842
Views:
19
>How do I put an image container in my form programmatically?
>
>TIA.

You can use this if you are adding object from Form directly or from some object in form:
thisform.AddObject("imgContainer", "Image")
thisform.imgContainer.visible = .T.
If you are adding from program with DEFINE CLASS then use ADD OBJECT command.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform