Using the api how do i display a jpg file on the form with out displaying a image box..... thanx
Simple, no API needed. Code: Me.Picture = LoadPicture("C:\My Documents\MyPicture.jpg")
Me.Picture = LoadPicture("C:\My Documents\MyPicture.jpg")
Forum Rules