CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    12

    Displaying many DIBs into a dialog box

    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 ?



  2. #2
    Join Date
    May 1999
    Posts
    27

    Re: Displaying many DIBs into a dialog box

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured