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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

Nest

@Nest
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Debugging Problem
    N Nest

    It works now. Stingray should be compiled as MFC Dll Stingray dll and project settings should indicate that these libraries should be used. Something like _SFLDLL, _OVDLL.... in preprocessor definition should be put

    C / C++ / MFC c++ debugging help tutorial

  • Debugging Problem
    N Nest

    I have the same problem with the same method in BOOL SEC_TREECLASS::ModifyTreeCtrlStyleEx inside, the first line is DWORD dwTreeStyleEx = GetTreeCtrlStyleEx(); but it jumps into SetTreeCtrlStyleEx() How did you manage to overcome your problem?

    C / C++ / MFC c++ debugging help tutorial

  • How to send a message to a dialog
    N Nest

    It's not that easy - the dialog B is a modaless dialog and its parent is a MainFrame...

    C / C++ / MFC tutorial question lounge

  • How to send a message to a dialog
    N Nest

    I have a view from wh:eek:ere I call an Object A property dialog (modal). In that Dailog I call an Object B property dialog (non modal). It may happen that the Object A is destroyed in the Object B property dialog. So it looks logical to close the Object A property dialog automatically by sending it a message to close itself. OK, I know how to write and handle messages in general but i don't know how to send a message to the Object A property dialog. Should i store a pointer to this dialog and then call a SendMessage? Looks absurd... SendMessageToDescendants() called for AfxGetMainWnd() doesn't work... Any explanation would be appreciated.

    C / C++ / MFC tutorial question lounge
  • Login

  • Don't have an account? Register

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