Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Where Does the Extra Thread Come From? Pin
Roger Stoltz5-Dec-06 0:26
Roger Stoltz5-Dec-06 0:26 
AnswerRe: Where Does the Extra Thread Come From? Pin
Cliff Hatch5-Dec-06 1:31
Cliff Hatch5-Dec-06 1:31 
GeneralRe: Where Does the Extra Thread Come From? Pin
Roger Stoltz5-Dec-06 3:16
Roger Stoltz5-Dec-06 3:16 
GeneralRe: Where Does the Extra Thread Come From? [modified] Pin
Cliff Hatch5-Dec-06 5:46
Cliff Hatch5-Dec-06 5:46 
AnswerRe: Where Does the Extra Thread Come From? Pin
David Crow5-Dec-06 3:30
David Crow5-Dec-06 3:30 
GeneralRe: Where Does the Extra Thread Come From? Pin
Cliff Hatch5-Dec-06 6:07
Cliff Hatch5-Dec-06 6:07 
QuestionHow to load stirng in resource.. Pin
Shah Satish4-Dec-06 23:24
Shah Satish4-Dec-06 23:24 
AnswerRe: How to load stirng in resource.. Pin
toxcct4-Dec-06 23:27
toxcct4-Dec-06 23:27 
use
CString::LoadString(IDS_MY_STRING);
for instance, or
CString::Format(IDS_MY_STRING, _T("optional parameter if required"), 3);



You don't know where to start ? ask a good friend

[VisualCalc 3.0][Flags Beginner's Guide]

GeneralRe: How to load stirng in resource.. Pin
Shah Satish4-Dec-06 23:31
Shah Satish4-Dec-06 23:31 
GeneralRe: How to load stirng in resource.. Pin
toxcct4-Dec-06 23:43
toxcct4-Dec-06 23:43 
GeneralRe: How to load stirng in resource.. Pin
Shah Satish5-Dec-06 0:05
Shah Satish5-Dec-06 0:05 
QuestionSome can explain when i need to use 'Select' function in TCP/IP ? Pin
Yanshof4-Dec-06 23:05
Yanshof4-Dec-06 23:05 
AnswerRe: Some can explain when i need to use 'Select' function in TCP/IP ? Pin
KarstenK4-Dec-06 23:22
mveKarstenK4-Dec-06 23:22 
Questiondifference between windows shutdown and restart in VC++ code Pin
seemadavid4-Dec-06 23:00
seemadavid4-Dec-06 23:00 
AnswerRe: difference between windows shutdown and restart in VC++ code Pin
KarstenK4-Dec-06 23:28
mveKarstenK4-Dec-06 23:28 
Questionregarding access to its contents Pin
p.geetha4-Dec-06 22:17
p.geetha4-Dec-06 22:17 
AnswerRe: regarding access to its contents Pin
toxcct4-Dec-06 22:23
toxcct4-Dec-06 22:23 
QuestionRe: regarding access to its contents Pin
David Crow5-Dec-06 3:42
David Crow5-Dec-06 3:42 
AnswerRe: regarding access to its contents Pin
Mark Salsbery5-Dec-06 6:02
Mark Salsbery5-Dec-06 6:02 
QuestionHow to implement differencial and increamental backup? Pin
Banks K4-Dec-06 21:45
Banks K4-Dec-06 21:45 
AnswerRe: How to implement differencial and increamental backup? Pin
kakan4-Dec-06 22:30
professionalkakan4-Dec-06 22:30 
GeneralRe: How to implement differencial and increamental backup? Pin
Banks K4-Dec-06 22:44
Banks K4-Dec-06 22:44 
GeneralRe: How to implement differencial and increamental backup? Pin
kakan4-Dec-06 23:34
professionalkakan4-Dec-06 23:34 
QuestionDraw text using OpenGL in VC++ Pin
Karismatic4-Dec-06 21:41
Karismatic4-Dec-06 21:41 
AnswerRe: Draw text using OpenGL in VC++ Pin
vikas amin4-Dec-06 23:49
vikas amin4-Dec-06 23:49 

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.