Hallo Gurus ,
i want to display many dib's onto a dialog box , so that if a user wants to select any one of them for his
view , he can select them .
Please tell me which classes will help me ? What sequence has to be followed ?
Printable View
Hallo Gurus ,
i want to display many dib's onto a dialog box , so that if a user wants to select any one of them for his
view , he can select them .
Please tell me which classes will help me ? What sequence has to be followed ?
Hi,
To display many DIBs, you can look at the CGTetris code into the samples section of code guru.
Download the sources, and look the dib256.h and dib256.cpp files. With this code you should be able to display several pictures on a dialog box.
Bye.