CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    CStatic with Bitmap

    Dear Gurus,

    I'd like to create a following list:
    * text1
    * text2
    ...
    where "*" is a nice image of either a bullet or check mark..
    appreciate the help..


  2. #2
    Join Date
    May 1999
    Posts
    10

    Re: CStatic with Bitmap

    I don't know either it is a shortest way to do it, but you can try following :
    catch WM_CTRLCOLOR message for particular CStatic and there stretch bitmap and draw any text you want.


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