Hey
I have a videorental program and each video object should have an display image.
private Image VideoPicture;
I searched the web for tutorials, but couldn't find any.
I know how to use the file input dialog, but how do I assign the image to the CarPicture.
I haven't figured out the terms, I have seen BitMap class used.
What is this? Shouldn't I use Image class?
Or should I save only paths to the images?
Thanks