Hi all,
I am using this code to load an image in a picturebox
Code:
picturebox.ImageLocation = ("C:\picture.bmp")
picturebox.Invalidate()
However i can only display .bmp, .gif, .jpg etc etc
I want to display a .tga file how can i do this?
Thanks in advance
------------------------------------------------
if your reading this i probably need help with code!