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

Search:

Type: Posts; User: coco243

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    2,061

    Re: HeapAlloc memory manipulation

    Thank you very much for the logigue behind the explanation.
    Because the lpStrList was originally declaret as a pointer, I keeped that, and I had casted in that mode:


    LPSTR *lpStrList =...
  2. Replies
    2
    Views
    2,061

    HeapAlloc memory manipulation

    Hy,

    I am learning about WinApi in C++ from Jamsa's book ( don't judge me about the age of the book ) and I am having problems with HeapAlloc.
    More specific:

    I have extracted from the program...
  3. Re: Organizing Buttons Event Handlers in another class doesn't working

    Thank you guys for your attention.
    Yes, you opened my eyes. The functions from button handlers should be in the dialog class. ( I had looked in other programs that I have as example and I understood...
  4. Organizing Buttons Event Handlers in another class doesn't working

    Hi,

    I have started a clean MFC proiect with dialog based option with CWinApp base class.

    I want to organize event handlers functions for buttons in other class that in the main dlg class, but...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured