CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Location
    frankfurt,germany
    Posts
    6

    Urgent:pl. Reply



    Dear there..


    I want to add bitmap/Icon along with Text in a ListBox ? How can I ?pl. guide me..


    Ashok

  2. #2
    Join Date
    Apr 1999
    Posts
    32

    Re: Urgent:pl. Reply



    You could make the listbox "owner drawn". That way you will

    be asked by Windows to draw each item in the listbox so you

    have total control over its appearance. You can draw a bitmap,

    choose the colour and font, etc.




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