Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropping images into a form
Message
From
09/01/2007 09:06:12
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01183755
Message ID:
01183759
Views:
20
>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.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform