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

    Question about loading background picture in CView

    I have loaded a simple background picture in my CView but its 256 color. Is there any way to load true color background picture?



    Thanks......
    0 error(s), 0 warning(s)

  2. #2
    Join Date
    Oct 2003
    Location
    India
    Posts
    195
    try to use LoadImage to load the bitmap image from file and use BitBlt to display it on DC;

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