Hi
I have a VB6 form containing a listbox,the listbox contains filenames corresponding to files inside "C:\TempProject".When I click into a filename inside the listbox,I want to be able to open the file from "C:\TemProject" and display the file in my form.My form has a lot of controls so the space allocated for the display of the picture is relatively small so I want to be able to zoom the file and have the hand tool like in PDF that way i will be able to look at every portion of the file even though the size of the file is greater than the space allocated for the display of the file.
thanks a lot