Enter Keywords:
1 - 10 of 11(0.031 seconds)
Sort By:
 
I have a menu program and wish to use a timeout to kill whichever (third party)program is currently running, to return to the menu.  The chosen programs may have created child programs. I guess I ...
Zones: Delphi ProgrammingDate Answered: 03/09/1999 Rating: 6.8 Views: 0
I'm not really familiar with Win32 programming, so be gentle with me... I'm writing a program which will operate as a daemon process for win32, and I need to know what I should do about message ha...
Zones: Windows ProgrammingDate Answered: 05/06/2004 Rating: 9.4 Views: 0
I have a service that is used too monitor an other application. And sometimes I want too close down the other application . I have tried with PostMessage(Handle,WM_QUIT,VK_RETURN0,0);, but then ...
Zones: Delphi ProgrammingDate Answered: 08/21/2007 Rating: 8.8 Views: 20
I'm trying to make a Windows 95 program (in VC5.0 w/ MFC) without a QUIT option, either by graying out the X in the upper-right corner, or by reopening the application after a quit (but without mak...
Zones: Windows ProgrammingDate Answered: 08/27/1997 Rating: 6.4 Views: 0
Hello! I need to catch a WM_QUIT message as early as possible in a singledoc template DOC/VIEW application. It isn't possible to add a windproc or defwindowproc in the CWinApp derived class usin...
Zones: Windows MFCDate Answered: 05/11/2001 Rating: 9.4 Views: 0
::PostThreadMessage(pi.dwThreadId, WM_QUIT, NULL, NULL); isn't killing the process. can anyone identify what i am doing wrong? here is the code... everything else seems to be working fine. DWOR...
Zones: C++Date Answered: 03/28/2005 Rating: 7.8 Views: 4
dear experts:- I'm learning the concept of windows messages from online tutorials, i thought id try a sample program with my own idea. so i created a windows application A, overrided the WndProc...
Zones: C#Date Answered: 06/22/2006 Rating: 9.4 Views: 4
How can i catch windows messages of ANY application? For example, how can i cath the message WM_QUIT sent from an application to Windows or vice versa.
Zones: Delphi ProgrammingDate Answered: 08/14/1998 Rating: 7.2 Views: 0
Hi... I use the following code to create a system hook to catch a hotkey of "Alt-F12" and launch an application. I use the RUNDLL32.EXE as a host application and call it with : "RUNDLL32.exe C:\PR...
Zones: Delphi ProgrammingDate Answered: 07/14/1999 Rating: 9.4 Views: 0
Hi, I'm developing an application in VB6 on Win2000, WinXP, Win2003 that should not be killable by end-user without entering good password (the application is a parental control application that...
Zones: VB ControlsDate Answered: 05/22/2006 Rating: 8.4 Views: 0