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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10135021.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20979106.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21982279.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10021468.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20116027.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21367456.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21895407.html
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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10072303.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10182115.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21628564....
Zones:
VB ControlsDate Answered: 05/22/2006 Rating: 8.4 Views: 0