> 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