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

    Ticking a combo box selection - HELP !!

    Hi Chaps,

    I'm using a combox control which is populated with abt 20 diff items. I want to put a 'tick' in front of the item selection, when a user selects that particular item. Can anyone please tell me how this can be done.

    Thanks
    Viji


  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Ticking a combo box selection - HELP !!

    Just a suggestion, could you use the list box with the style set to 1- checkbox

    David Paulson

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