Click here to Skip to main content
16,007,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog based application Pin
XAlien26-Mar-02 22:22
XAlien26-Mar-02 22:22 
GeneralRe: Dialog based application Pin
Rickard Andersson2026-Mar-02 23:15
Rickard Andersson2026-Mar-02 23:15 
GeneralRe: Dialog based application Pin
Nish Nishant27-Mar-02 2:11
sitebuilderNish Nishant27-Mar-02 2:11 
GeneralRe: Dialog based application Pin
lucy27-Mar-02 6:42
lucy27-Mar-02 6:42 
GeneralClient Server problem!!! Pin
hkl26-Mar-02 22:15
hkl26-Mar-02 22:15 
GeneralRe: Client Server problem!!! Pin
wangyiming27-Mar-02 19:53
wangyiming27-Mar-02 19:53 
QuestionHow the check the thread ID??? (or identity) Pin
ChiYung26-Mar-02 22:04
ChiYung26-Mar-02 22:04 
AnswerRe: How the check the thread ID??? (or identity) Pin
Rickard Andersson2026-Mar-02 23:08
Rickard Andersson2026-Mar-02 23:08 
Try this:

if(AfxGetThread()->m_nThreadID == thread[i])
{
//Do something
}

instead of:

if(pThread == thread[i])
{
//Do something
}

------------------------------------
Rickard Andersson, Suza Computing
ICQ#: 50302279
I'm from the winter country SWEDEN!

------------------------------------
AnswerRe: How the check the thread ID??? (or identity) Pin
Tomasz Sowinski26-Mar-02 23:10
Tomasz Sowinski26-Mar-02 23:10 
Generalbitmap on static control Pin
26-Mar-02 22:07
suss26-Mar-02 22:07 
GeneralRe: bitmap on static control Pin
Rickard Andersson2026-Mar-02 23:12
Rickard Andersson2026-Mar-02 23:12 
QuestionBitmap pixel? Pin
26-Mar-02 21:38
suss26-Mar-02 21:38 
AnswerRe: Bitmap pixel? Pin
Tomasz Sowinski26-Mar-02 23:12
Tomasz Sowinski26-Mar-02 23:12 
AnswerRe: Bitmap pixel? Pin
Paul M Watt27-Mar-02 4:54
mentorPaul M Watt27-Mar-02 4:54 
AnswerRe: Bitmap pixel? Pin
Chris Losinger27-Mar-02 5:15
professionalChris Losinger27-Mar-02 5:15 
Generalvisualc++6 and win XP Pin
26-Mar-02 20:47
suss26-Mar-02 20:47 
GeneralRe: visualc++6 and win XP Pin
Christian Graus26-Mar-02 21:01
protectorChristian Graus26-Mar-02 21:01 
GeneralRe: visualc++6 and win XP Pin
27-Mar-02 5:34
suss27-Mar-02 5:34 
GeneralRandom!!!!! Pin
hkl26-Mar-02 20:46
hkl26-Mar-02 20:46 
GeneralRe: Random!!!!! Pin
Joaquín M López Muñoz26-Mar-02 21:19
Joaquín M López Muñoz26-Mar-02 21:19 
GeneralRe: Random!!!!! THANK YOU!!! Pin
hkl26-Mar-02 21:40
hkl26-Mar-02 21:40 
GeneralSocket Problem... Pin
hkl26-Mar-02 19:14
hkl26-Mar-02 19:14 
GeneralRe: Socket Problem... Pin
Joaquín M López Muñoz26-Mar-02 19:47
Joaquín M López Muñoz26-Mar-02 19:47 
GeneralRe: Socket Problem... Pin
hkl26-Mar-02 20:01
hkl26-Mar-02 20:01 
GeneralRe: Socket Problem... Pin
Joaquín M López Muñoz26-Mar-02 21:15
Joaquín M López Muñoz26-Mar-02 21:15 

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.