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
G

Greg Rodgers

@Greg Rodgers
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • AfxBeginThread() ???
    G Greg Rodgers

    use: AfxBeginThread(&MyThreadProc, (LPVOID)this, THREAD_PRIORITY_NORMAL); inside MyThreadProc you can add the code: CtestDlg *pTestDlg = (CtestDlg *)pParam; ... this will allow you to access any CtestDlg members.

    C / C++ / MFC help question

  • Add extra button to window Title Bar
    G Greg Rodgers

    That's right. The way I have it set up now is that when the user clicks the minimize button, a YES/NO message box asks you if you want it minimized to the system tray. If YES it goes to the "Taskbar Notification Area", if NO it is just minimized to the taskbar. I want another button next to the minimize button that will be used to send the dialog to the "Taskbar Notification Area". rodge

    C / C++ / MFC question

  • Add extra button to window Title Bar
    G Greg Rodgers

    I have code to minimize my dialog to the system tray. Right now when the minimize button is pressed, the dialog prompts and asks "Minimize to the System Tray?". I would like to add an extra button to the Title Bar (just to the left of the minimize button) to control sending the dialog to the system tray. I have searched CodeProject but to no avail. rodge

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