Click here to Skip to main content
15,908,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Finding system drive of my system Pin
Russell'22-Sep-08 22:14
Russell'22-Sep-08 22:14 
AnswerRe: Finding system drive of my system Pin
David Crow23-Sep-08 3:25
David Crow23-Sep-08 3:25 
Questionthreads Pin
Russell'22-Sep-08 22:06
Russell'22-Sep-08 22:06 
AnswerRe: threads Pin
Russell'22-Sep-08 23:41
Russell'22-Sep-08 23:41 
GeneralRe: threads Pin
ramana.g23-Sep-08 1:17
ramana.g23-Sep-08 1:17 
GeneralRe: threads Pin
Russell'23-Sep-08 3:53
Russell'23-Sep-08 3:53 
GeneralRe: threads [modified] Pin
Mark Salsbery23-Sep-08 10:47
Mark Salsbery23-Sep-08 10:47 
GeneralRe: threads [modified] Pin
Russell'24-Sep-08 21:46
Russell'24-Sep-08 21:46 
yes, you are right....but as you suggested it is better in this way, thanks

inline BOOL IsThisAThread(){
	CWnd* pMainWnd=AfxGetMainWnd();
	if(! pMainWnd) return TRUE;
	return GetCurrentThreadId()!=GetWindowThreadProcessId(pMainWnd->GetSafeHwnd(), NULL);
}



Russell

QuestionProfile to Profile copy using MAPI Pin
nagadravid22-Sep-08 21:53
nagadravid22-Sep-08 21:53 
QuestionGetting the size of file Pin
AlProb22-Sep-08 21:45
AlProb22-Sep-08 21:45 
AnswerRe: Getting the size of file Pin
Rajesh R Subramanian22-Sep-08 22:04
professionalRajesh R Subramanian22-Sep-08 22:04 
AnswerRe: Getting the size of file Pin
Rajesh R Subramanian22-Sep-08 22:32
professionalRajesh R Subramanian22-Sep-08 22:32 
GeneralRe: Getting the size of file Pin
AlProb22-Sep-08 23:03
AlProb22-Sep-08 23:03 
AnswerRe: Getting the size of file Pin
akirilov22-Sep-08 23:18
akirilov22-Sep-08 23:18 
AnswerRe: Getting the size of file Pin
Michael Schubert22-Sep-08 23:41
Michael Schubert22-Sep-08 23:41 
GeneralRe: Getting the size of file Pin
Rajesh R Subramanian23-Sep-08 0:03
professionalRajesh R Subramanian23-Sep-08 0:03 
GeneralRe: Getting the size of file Pin
Michael Schubert23-Sep-08 0:32
Michael Schubert23-Sep-08 0:32 
GeneralRe: Getting the size of file Pin
Rajesh R Subramanian23-Sep-08 1:15
professionalRajesh R Subramanian23-Sep-08 1:15 
GeneralRe: Getting the size of file Pin
Michael Schubert23-Sep-08 1:22
Michael Schubert23-Sep-08 1:22 
GeneralRe: Getting the size of file Pin
Rajesh R Subramanian23-Sep-08 1:26
professionalRajesh R Subramanian23-Sep-08 1:26 
GeneralRe: Getting the size of file Pin
Michael Schubert23-Sep-08 1:28
Michael Schubert23-Sep-08 1:28 
GeneralRe: Getting the size of file Pin
Michael Schubert23-Sep-08 1:20
Michael Schubert23-Sep-08 1:20 
JokeRe: Getting the size of file Pin
Rajesh R Subramanian23-Sep-08 1:28
professionalRajesh R Subramanian23-Sep-08 1:28 
GeneralRe: Getting the size of file Pin
Michael Schubert23-Sep-08 1:34
Michael Schubert23-Sep-08 1:34 
JokeRe: Getting the size of file Pin
Rajesh R Subramanian23-Sep-08 1:45
professionalRajesh R Subramanian23-Sep-08 1:45 

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.