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

Search:

Type: Posts; User: SaltedTamago

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    1,882

    Re: Changes in a listbox

    I have only dealt with a simple dialog with a listbox, where on earth other stuff appear and become related is really really bullshits. Ok through introduction to my program ? then for what ? if...
  2. Replies
    11
    Views
    1,882

    Re: Changes in a listbox

    I am surprised you understood his point, if that WAS the point then it should have been stated in his very first post, but then the explanation doesn't actually work anyway. Please limit your account...
  3. Replies
    2,690
    Views
    1,021,217

    Re: What Song Are You Listening To Now¿

    That looks like my G-Bear English teacher in my slum
  4. Replies
    11
    Views
    1,882

    Re: Changes in a listbox

    If you don't have a ****ing right answer to make then don't
  5. Replies
    11
    Views
    1,882

    Changes in a listbox

    Hello buddies :wave:

    I have a listbox whose items are added at runtime, How can I detect any new changes in the list of items ? (ie item label has been edited, new items are added etc esp after I...
  6. Replies
    3
    Views
    1,191

    What is this SHIFTED ?

    #define SHIFTED 0x8000

    .....some long-and-hard-to-understand code.....
    //Message processing
    if(GetKeyState(VK_SHIFT) & SHIFTED)
    {
    //dosomething
    }
  7. Thread: Mfc

    by SaltedTamago
    Replies
    2
    Views
    794

    Re: Mfc

    Thanks,
    MFC I'm loving it!
  8. Thread: Mfc

    by SaltedTamago
    Replies
    2
    Views
    794

    Mfc

    Is it true that MFC has come to an end since VS2010 ?
    I downloaded C++ Express there no MFC

    Thank you
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured