Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Tom Saddul
  Where is Tom Saddul?
 Paranaque
 Philippines
 Tom Saddul
 To: daisy
  Where is daisy?
 
 Philippines
 daisy
Subject: RE: how to display picture
Thread ID: 187023 Message ID: 187029 # Views: 1 # Ratings: 0
Version: Visual FoxPro 7 Category: Databases, Tables and SQL Server
Date: Friday, August 1, 2008 7:01:36 AM         
   



> Hi experts,
>
> I have an image control, I want to know how to display the picture from the server through its path, anyone knows how to do it?
>
> Thanks

In the server computer, create a shared folder.

Then in the image control, set the picture property with the location of the picture file.

THISFORM.imgPicture.Picture = "\\IP address of server\shared\pics\mypicture.jpg"

NOTE: Set the protection level of the shared folder to readonly

ENTIRE THREAD

how to display picture Posted by daisy @ 8/1/2008 6:53:36 AM
RE: how to display picture Posted by Christof Wollenhaupt @ 8/1/2008 6:56:14 AM
RE: how to display picture Posted by daisy @ 8/1/2008 6:57:36 AM
RE: how to display picture Posted by Christof Wollenhaupt @ 8/1/2008 7:10:52 AM
RE: how to display picture Posted by daisy @ 8/1/2008 7:56:57 AM
RE: how to display picture Posted by Christian Tabligan @ 8/1/2008 10:39:55 AM
RE: how to display picture Posted by Christian Tabligan @ 8/1/2008 10:39:55 AM
RE: how to display picture Posted by Christof Wollenhaupt @ 8/1/2008 1:18:04 PM
RE: how to display picture Posted by Olaf Doschke @ 8/1/2008 5:13:59 PM
RE: how to display picture Posted by Tom Saddul @ 8/1/2008 7:01:36 AM
RE: how to display picture Posted by Arjun Bagojikop @ 8/6/2008 6:23:01 AM