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
S

Slavisa Dojcinovic

@Slavisa Dojcinovic
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • handle to a window created by createprocess
    S Slavisa Dojcinovic

    Well, since you just want to close the program you could use TerminateProcess(hProcess, 0);

    Slavisa

    C / C++ / MFC help

  • handle to a window created by createprocess
    S Slavisa Dojcinovic

    I think it is better to send WM_CLOSE to the window instead of calling DestroyWindow().

    Slavisa

    C / C++ / MFC help

  • handle to a window created by createprocess
    S Slavisa Dojcinovic

    You can use EnumWindows() or EnumThreadWindows() to enumerate top level windows and GetWindowThreadProcessid() to check if specific window is created by your process (processInfo.dwProceddId)

    Slavisa

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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