Click here to Skip to main content
15,891,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Weird ::CopyFile problem Pin
smags1325-May-11 10:28
smags1325-May-11 10:28 
GeneralRe: Weird ::CopyFile problem Pin
od@ananzi.co.za24-May-11 21:38
od@ananzi.co.za24-May-11 21:38 
QuestionIdentifying a currently running application Pin
pix_programmer24-May-11 18:31
pix_programmer24-May-11 18:31 
AnswerRe: Identifying a currently running application Pin
pandit8424-May-11 18:43
pandit8424-May-11 18:43 
GeneralRe: Identifying a currently running application Pin
pix_programmer24-May-11 18:53
pix_programmer24-May-11 18:53 
GeneralRe: Identifying a currently running application Pin
ShilpiP24-May-11 19:09
ShilpiP24-May-11 19:09 
GeneralRe: Identifying a currently running application Pin
pix_programmer24-May-11 20:34
pix_programmer24-May-11 20:34 
GeneralRe: Identifying a currently running application Pin
ShilpiP24-May-11 20:42
ShilpiP24-May-11 20:42 
pix_programmer wrote:
If I close one instance the other instance is also closed. How to fix this?


How it is possible ??
Are you using this code in InitInstance.

if (g_SingleInstanceObj.IsAnotherInstanceRunning())
       return FALSE; 


If you are using this code in InitInstance than another instance is not getting created but the running instance is not getting closed.

Please share your code.
"Every Little Smile can touch Somebody's Heart...
May we find Hundreds of Reasons to Smile Everyday... and
May WE be the Reason for someone else to smile always!" (ICAN)

GeneralRe: Identifying a currently running application Pin
pix_programmer24-May-11 21:10
pix_programmer24-May-11 21:10 
GeneralRe: Identifying a currently running application Pin
ShilpiP24-May-11 21:29
ShilpiP24-May-11 21:29 
GeneralRe: Identifying a currently running application Pin
Abhi Lahare26-May-11 8:38
Abhi Lahare26-May-11 8:38 
QuestionWM_NOTIFY to control itself Pin
includeh1024-May-11 10:22
includeh1024-May-11 10:22 
AnswerRe: WM_NOTIFY to control itself Pin
Mark Salsbery24-May-11 10:43
Mark Salsbery24-May-11 10:43 
GeneralRe: WM_NOTIFY to control itself Pin
includeh1024-May-11 11:39
includeh1024-May-11 11:39 
AnswerRe: WM_NOTIFY to control itself Pin
Code-o-mat24-May-11 11:41
Code-o-mat24-May-11 11:41 
GeneralRe: WM_NOTIFY to control itself Pin
includeh1024-May-11 12:33
includeh1024-May-11 12:33 
Questioninit message for control's subclass of a dialog Pin
includeh1024-May-11 10:16
includeh1024-May-11 10:16 
AnswerRe: init message for control's subclass of a dialog Pin
Mark Salsbery24-May-11 10:48
Mark Salsbery24-May-11 10:48 
Questioncannot output exe because computer lost boost_regex-vc90-mt-gd-1_46_1.dll [modified][solved] Pin
yu-jian24-May-11 6:57
yu-jian24-May-11 6:57 
AnswerRe: cannot output exe because computer lost boost_regex-vc90-mt-gd-1_46_1.dll Pin
Albert Holguin24-May-11 8:02
professionalAlbert Holguin24-May-11 8:02 
GeneralRe: cannot output exe because computer lost boost_regex-vc90-mt-gd-1_46_1.dll Pin
yu-jian24-May-11 15:22
yu-jian24-May-11 15:22 
GeneralRe: cannot output exe because computer lost boost_regex-vc90-mt-gd-1_46_1.dll Pin
Albert Holguin24-May-11 17:49
professionalAlbert Holguin24-May-11 17:49 
QuestionIssue about MSAA hook in Win7 64 bits Pin
ernst2002053024-May-11 4:01
ernst2002053024-May-11 4:01 
AnswerRe: Issue about MSAA hook in Win7 64 bits Pin
Luc Pattyn24-May-11 4:34
sitebuilderLuc Pattyn24-May-11 4:34 
GeneralRe: Issue about MSAA hook in Win7 64 bits Pin
ernst2002053024-May-11 4:46
ernst2002053024-May-11 4:46 

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.