
September 6th, 2004, 09:50 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Displaying an image zone
Hello,
I'd like to have a little GUI for a goose-feeding vocabulary teaching program, and I'd like to have a zone in my window displaying an image, indicating the mood of the program regarding the student. This image should be able to change dynamically.
I found two leads to do that:
* Using a label and setting the Image property to a bitmap object I've loaded.
* Picking up the main window's Graphics object and paint the same Bitmap object by hand.
I could not manage to make the first solution work (i.e. even displaying the label with an image), and the second solution appears a bit ugly to me. My questions are:
1) Did I miss something about the labels? What are the minimum steps to make a label display a bitmap from a .bmp file?
2) Are there other alternatives to the two solutions I mentioned above?
MrKoala
|