Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

luckylourson

@luckylourson
About
Posts
9
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Debug Assertion Failed????
    L luckylourson

    It has arrived to me a short time ago. The program crashed at the return of a function. I only checked the "link incrementaly" option in debug mode. If it works in release mode...your code is probably not the probleme.

    C / C++ / MFC debugging help question announcement

  • Combo Box Problem
    L luckylourson

    I don't understand why you don't fill the combo box after the DoModal()..It's not a properly way but it is sure.

    C / C++ / MFC question help

  • Passing Window Handles?
    L luckylourson

    you can use GetParent()

    C / C++ / MFC question

  • PostMessage (hWnd = 0)
    L luckylourson

    I think you should try a GetParent function wich is suppose to return the CWind* of the parent window. You can also have the hwind with (GetParent())->m_hWind

    C / C++ / MFC tutorial question

  • memory leaks
    L luckylourson

    thank you a lot for your ideas.. I found out a leak thanks to you, but there are some others I can't find bexause the title of the file is not complete. I can't see why... probably a bug with the debugger...lol

    C / C++ / MFC debugging performance help question

  • CEdit subclassing
    L luckylourson

    I think you could refresh all the window by handling the ON_SCROLL message or something like that

    C / C++ / MFC graphics question

  • Main Dialog & TabPage
    L luckylourson

    you can do a GetItemDlg(IDC_OBJECT) to retrieve a pointer on the data structure. You have to cast the value like (CEdit *) GetItemDlg (IDC_EDIT);

    C / C++ / MFC question

  • CEdit subclassing
    L luckylourson

    can't you refresh the whole window? It doesn't work?

    C / C++ / MFC graphics question

  • memory leaks
    L luckylourson

    I've got a problem while debugging a programm. When exiting the program in debug mode, i've got memory leaks and i would like to analyse them in order to free objects which are not deleted. The code is a bit long and verifying all code would be impossible. Is there a tool I could use? or a method to applicate? Thanx for your response and excuse me for the errors in text, i'm french...

    C / C++ / MFC debugging performance help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups