Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create imagecontainer programatically..
Message
From
04/01/2007 16:21:37
 
 
To
04/01/2007 16:14:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01182130
Message ID:
01182538
Views:
10
>Hi Sergey, thanks for your reply. In your example, you know already that the name of your imagecontrol is oImg, but in my case, I do not know it yet.
>
>I was thinking of doing something like addobject(&cImgName,"Image") but this don't work.
>
>Any more help? TIA.
with thisform
  .AddObject('myimage','image')
  .myimage.visible=.t.
endwith
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform