Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LoadPicture function??

Status
Not open for further replies.

neos

Programmer
Oct 28, 2000
36
CA
How do you use the LoadPicture function in VBScript? That's all I would like to know. Thanx.
 
Here is how you load a picture into a Frame:

Frame1.Picture = LoadPicture("C:\anydir\anypicture.gif")

(Note: You can use any picture format ie .bmp, .tif,...)
 
Ok, but how could I go about having a table load all of the images in a directory into itself as records with picture references so I can pull them up via a form ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top