Good day !

I wish to import a bitmap picture (1024 x 768 x 32 bit high color).

How can I do that ?

I was told that I can import it as resource, right ?

I tried to open the bitmap file in VC++ , copy it and paste it. In the icon editor, the picture looks normal but when I execute and run the application, the picture seems very weird and it just in 16 colors. I wonder what had happen ?

What should I do to correct this problem?

Thanks a lot !