Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropping images into a form
Message
 
 
To
09/01/2007 09:06:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01183755
Message ID:
01183768
Views:
25
Thanks a lot.. it seems i was not too explicit.. let me explain again.
The idea is droping an image into the form so it is assigned to the shown record on the form.. the images are already in the server; so i changed your code to

>
>oExplorer=CREATEOBJECT('InternetExplorer.Application')
>oExplorer.navigate('x:\imagen',0,0,0,0)
>oExplorer.Visible=.t.
>
This opens the image's folder but i still can´t drop the select image into the form..

What kind of object should 'receive' the image?


>>Hi y'all..
>>Is it possible to drop an image into a form?
>>I need to develope a program for assigning an url's image to each record in a table, so it would be good for the user having the windows' explorer window opened with the preview option enabled and drag the image into the form..
>>
>>Any help?
>
>You can open Internet Exporer from VFP, go to URL
>
>oExplorer=CREATEOBJECT('InternetExplorer.Application')
>oExplorer.navigate('http://www.microsoft.com',0,0,0,0)
>oExplorer.Visible=.t.
>
>and then user may copy/save image to a file, that will be picked up by your VFP form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform