Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatic show video file and image file from textbox va
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00714882
Message ID:
00714926
Views:
24
In the fields got focus event:
Myform.myImage.Picture=this.value

For the AVIs you may need a container and an activex control.

>Hi All,
>i have form with a pageframe at the page3 i have 2 textbox and i am replacing here fullpath the video and image file like this ;
>
>cFileName = GETFILE("avi|mov|wav|mid","Select file to view")
>
>thisform.pf.pg3.Hiatext1.value=cfilename
>thisform.pf.pg3.Hiatext1.refresh
>
>&& c:\soykan\mysoftware\catalog\avi\test1.avi
>
>cFileName = GETFILE("bmp|jpg|gif|tif","Select file to view")
>
>thisform.pf.pg3.Hiatext2.value=cfilename
>thisform.pf.pg3.Hiatext2.refresh
>
>&& c:\soykan\mysoftware\catalog\image\test1.jpg
>
>And now i want to show this files on the form automatically from these textbox values
>as i navigate between the records , how can i do this ?
>
>TIA
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform