I'm not sure if API would be the best method. Try looking for an OCX control instead. There should be lots of them at http://www.planet-source-code.com
Printable View
I'm not sure if API would be the best method. Try looking for an OCX control instead. There should be lots of them at http://www.planet-source-code.com
I have displayed jpg image via an VB imagebox
To see the jpg use:
Image1.Picture = LoadPicture("C:\Windows\????.jpg")