Click here to Skip to main content
15,917,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Encoding a string Pin
Jonathan Davies11-Mar-10 9:40
Jonathan Davies11-Mar-10 9:40 
GeneralRe: Encoding a string Pin
Herboren11-Mar-10 9:50
Herboren11-Mar-10 9:50 
QuestionAny cryptography library in Visual C++? Pin
Jun Du11-Mar-10 5:28
Jun Du11-Mar-10 5:28 
AnswerRe: Any cryptography library in Visual C++? Pin
Chris Losinger11-Mar-10 5:43
professionalChris Losinger11-Mar-10 5:43 
GeneralRe: Any cryptography library in Visual C++? Pin
Richard MacCutchan11-Mar-10 5:51
mveRichard MacCutchan11-Mar-10 5:51 
AnswerRe: Any cryptography library in Visual C++? Pin
Keith Worden11-Mar-10 6:49
Keith Worden11-Mar-10 6:49 
QuestionMFC and DLL initialization - is this approach correct? Pin
Vaclav_11-Mar-10 4:31
Vaclav_11-Mar-10 4:31 
AnswerRe: MFC and DLL initialization - is this approach correct? [modified] Pin
Eugen Podsypalnikov11-Mar-10 4:56
Eugen Podsypalnikov11-Mar-10 4:56 
QuestionKill child process Pin
Pryabu10-Mar-10 23:13
Pryabu10-Mar-10 23:13 
AnswerRe: Kill child process Pin
Naveen10-Mar-10 23:15
Naveen10-Mar-10 23:15 
AnswerRe: Kill child process Pin
Eugen Podsypalnikov10-Mar-10 23:16
Eugen Podsypalnikov10-Mar-10 23:16 
AnswerRe: Kill child process Pin
Stephen Hewitt11-Mar-10 3:31
Stephen Hewitt11-Mar-10 3:31 
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 

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.