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
E

Empty1981

@Empty1981
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • PostMessage
    E Empty1981

    ::SendMessage(GetSafeHwnd(),WM_ACTION,0,0); ::SendMessage(GetSafeHwnd(),WM_ACTION,0,0); if you want to get the result as you say,you should write like these. when we use postmessage to send the message,the application only send the message to CWnd,then return,the application does not wait for the Command to be carried out. when we use sendmessage to send the message,the appliation return when the command be carried out.If we does not wait for the command to be carried out.The message will be save in the message queue, so the message is FILO,not FIFO zhengyb@nanjing-fnst.com

    C / C++ / MFC help question

  • Modeless modal CDialog
    E Empty1981

    in your button event,you should like this: CMyDialog mydlg=new CMyDialog; mydlg.Create(...); mydlg.Show(); in the class of CMyDialog you should add a function CMyDialog::PostNCDestroy() { delete this; }

    C / C++ / MFC c++ question learning

  • Menu
    E Empty1981

    your menu is a popup menu or a mainfram menu

    C / C++ / MFC tutorial 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