Click to See Complete Forum and Search --> : Displaying many DIBs into a dialog box


vikram deshmukh
April 12th, 1999, 02:24 AM
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 ?

Frederic Naudeau
April 15th, 1999, 09:12 AM
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.