CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Shutting down a program

    How can we shut down a VC++ program from a DLL.


  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: Shutting down a program

    Try sending the main window a WM_QUIT message.


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