Hi there guys!

I am trying to write a program using Visual C++ 6.0.

It is a dialog MFC executable application (i dunno if this is the best to use) which has three buttons, say A,B and C. I would like the program to display one picture if the user clicks A, another for B etc. Preferably using the buttons as some kind of menu, and onced clicked the program changes the layout.

If anyone has any idea's or good websites please dont hessitate to reply

I thank you in advance.

Regards
Keir :) keir@whitlock.ws

since the bitmaps are usually regulated in the WM_DRAW, when you click the button, send the draw method and pass in the new picture.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.