CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Posts
    2

    Ctrl-Break in Win32 console application

    How to trace pressing Ctrl-Break, clicking on close button (in right up corner console window) and change behavior my console in this events (i want make clean up, correct closing application)?

    Comments - i make win32 console project in Microsoft Visual C++ 2003 (version 7.1.3088).

  2. #2
    Join Date
    Jun 2002
    Location
    Moscow, Russia.
    Posts
    2,176

    Re: Ctrl-Break in Win32 console application

    "Programs must be written for people to read, and only incidentally for machines to execute."

  3. #3
    Join Date
    Feb 2006
    Posts
    2

    Re: Ctrl-Break in Win32 console application

    Big thanks, Senior RoboTact! It is exactly fit to my task.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured