VBForums
>
Visual Basic
>
API
> displaying image
PDA
Click to See Complete Forum and Search -->
:
displaying image
Dec 20th, 2000, 01:29 PM
Using the api how do i display a jpg file on the form with out displaying a image box..... thanx
Dec 20th, 2000, 03:14 PM
Simple, no API needed.
Me.Picture = LoadPicture("C:\My Documents\MyPicture.jpg")
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.