CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mjh75

Search: Search took 0.02 seconds.

  1. Re: Disable CCheckListBox items without access to code that calls AddString

    I'm trying to disable all items in the control. I have multiple dialogs in my application and I need to provide a generic solution that will disable all items in any Arjay:
    CCheckListBox in any of...
  2. Re: Disable CCheckListBox items without access to code that calls AddString

    Apologies for the delay in responding...

    The strings are added in my code but I want to create a generic solution that can be used by all dialogs to reduce maintenance and risk of coding error.
    ...
  3. Re: Disable CCheckListBox items without access to code that calls AddString

    Correct, I want to disable all items. I already tried setting up a for loop when I intercept the LB_ADDSTRING message but the item hasn't been added to the list at this point so it isn't included in...
  4. Disable CCheckListBox items without access to code that calls AddString

    I need to be able to disable the items on a CCheckListBox but I can't change the code that calls AddString. I know I can use the CCheckListBox::Enable function to disable an item if I have an index...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured