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

Search:

Type: Posts; User: Migeria

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    8,960

    Re: [RESOLVED] checkedlistbox remove

    Now that was easy to understand ^-^
    I thought that {} could be used only with conditions, loops, function, classes, structures and so on~~~~

    G**gle word is evil itself =D 'cause sometimes it...
  2. Replies
    7
    Views
    8,960

    Re: [RESOLVED] checkedlistbox remove

    could you explain or show example of what is "uncontrolled {}".
    I think I got it wrong, but I can't find any reference on G**gle.
  3. Replies
    7
    Views
    8,960

    Re: checkedlistbox remove

    Thanks for both of you :D Since I'm not native English speaking person, it took some time to get what I should do, but well... in the end I succeeded Y(^-^)Y

    So thats how those drugs for headache...
  4. Replies
    7
    Views
    8,960

    [RESOLVED] checkedlistbox remove

    I'm trying to remove selected items. So far I'm at


    if(checkedListBox1->CheckedItems->Count != 0)
    {
    String ^ checked;
    for(int i = 0; i < checkedListBox1->CheckedItems->Count;...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured