Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Kill child process Pin
Stephen Hewitt11-Mar-10 4:59
Stephen Hewitt11-Mar-10 4:59 
QuestionUrgent help required to Do something in standby mode for windows Mobile. Pin
Rahul Vaishnav10-Mar-10 22:28
Rahul Vaishnav10-Mar-10 22:28 
AnswerRe: Urgent help required to Do something in standby mode for windows Mobile. Pin
Rajesh R Subramanian10-Mar-10 22:56
professionalRajesh R Subramanian10-Mar-10 22:56 
Questionending a running program Pin
tamar8210-Mar-10 22:13
tamar8210-Mar-10 22:13 
AnswerRe: ending a running program Pin
«_Superman_»10-Mar-10 22:19
professional«_Superman_»10-Mar-10 22:19 
AnswerRe: ending a running program Pin
Eugen Podsypalnikov10-Mar-10 22:20
Eugen Podsypalnikov10-Mar-10 22:20 
QuestionRe: ending a running program Pin
CPallini10-Mar-10 22:35
mveCPallini10-Mar-10 22:35 
AnswerRe: ending a running program Pin
Rajesh R Subramanian10-Mar-10 22:55
professionalRajesh R Subramanian10-Mar-10 22:55 
I second superman's suggestion. Just use RegisterWindowMeesage() to register a Unique message. If the first window doesn't exist (use FindWindow() or you could enumerate through the processes to see if the process exists), show an error.

If the first window exists, then post a WM_CLOSE from second window to the first one.

“Follow your bliss.” – Joseph Campbell

QuestionCSpinButtonCtrl message handling to know up or down button is clicked Pin
A&Ms10-Mar-10 21:48
A&Ms10-Mar-10 21:48 
AnswerRe: CSpinButtonCtrl message handling to know up or down button is clicked Pin
Eugen Podsypalnikov10-Mar-10 22:06
Eugen Podsypalnikov10-Mar-10 22:06 
QuestionRe: CSpinButtonCtrl message handling to know up or down button is clicked Pin
A&Ms10-Mar-10 22:47
A&Ms10-Mar-10 22:47 
AnswerRe: CSpinButtonCtrl message handling to know up or down button is clicked [modified] Pin
Eugen Podsypalnikov10-Mar-10 23:02
Eugen Podsypalnikov10-Mar-10 23:02 
QuestionFourCC Pin
gmallax10-Mar-10 21:30
gmallax10-Mar-10 21:30 
AnswerRe: FourCC Pin
R@jeev K R10-Mar-10 21:42
R@jeev K R10-Mar-10 21:42 
GeneralRe: FourCC Pin
Cool_Dev10-Mar-10 21:52
Cool_Dev10-Mar-10 21:52 
GeneralRe: FourCC Pin
gmallax10-Mar-10 23:02
gmallax10-Mar-10 23:02 
GeneralRe: FourCC Pin
gmallax10-Mar-10 21:52
gmallax10-Mar-10 21:52 
GeneralRe: FourCC Pin
R@jeev K R10-Mar-10 22:05
R@jeev K R10-Mar-10 22:05 
GeneralRe: FourCC Pin
gmallax10-Mar-10 23:03
gmallax10-Mar-10 23:03 
GeneralRe: FourCC Pin
R@jeev K R10-Mar-10 23:33
R@jeev K R10-Mar-10 23:33 
QuestionStoring Russian characters & Strings in array Pin
Ajay Kumar Yadav10-Mar-10 19:33
Ajay Kumar Yadav10-Mar-10 19:33 
AnswerRe: Storing Russian characters & Strings in array Pin
KingsGambit10-Mar-10 20:00
KingsGambit10-Mar-10 20:00 
AnswerRe: Storing Russian characters & Strings in array Pin
Eugen Podsypalnikov10-Mar-10 20:01
Eugen Podsypalnikov10-Mar-10 20:01 
AnswerRe: Storing Russian characters & Strings in array Pin
Ajay Kumar Yadav10-Mar-10 20:16
Ajay Kumar Yadav10-Mar-10 20:16 
GeneralRe: Storing Russian characters & Strings in array Pin
KingsGambit10-Mar-10 20:26
KingsGambit10-Mar-10 20:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.