Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: popup menu Pin
Naveen4-Apr-07 21:53
Naveen4-Apr-07 21:53 
GeneralRe: popup menu Pin
deeps_cute5-Apr-07 1:00
deeps_cute5-Apr-07 1:00 
GeneralRe: popup menu Pin
Naveen5-Apr-07 1:12
Naveen5-Apr-07 1:12 
QuestionDynamically Extending Arrays? Pin
chown4-Apr-07 17:18
chown4-Apr-07 17:18 
AnswerRe: Dynamically Extending Arrays? Pin
GameProfessor4-Apr-07 17:25
GameProfessor4-Apr-07 17:25 
AnswerRe: Dynamically Extending Arrays? Pin
William.Wang4-Apr-07 22:59
William.Wang4-Apr-07 22:59 
QuestionHow to create indefinite number of UI-thread with MFC Pin
GameProfessor4-Apr-07 16:41
GameProfessor4-Apr-07 16:41 
AnswerRe: How to create indefinite number of UI-thread with MFC Pin
Naveen4-Apr-07 17:24
Naveen4-Apr-07 17:24 
GameProfessor wrote:
So, how could I start those threads with different initial parameters ?


Here is one way

1.Add a function to the CMyThread class say "Initialize()"
2.Create the thread in the suspended mode.
3.Call the Initialize() function and pass the parameters that you want to pass.
4.Resume the thread.

nave

QuestionTrying to get my LinkedList class to compile... Pin
Pat Munns4-Apr-07 15:54
Pat Munns4-Apr-07 15:54 
AnswerRe: Trying to get my LinkedList class to compile... Pin
John R. Shaw4-Apr-07 19:15
John R. Shaw4-Apr-07 19:15 
GeneralRe: Trying to get my LinkedList class to compile... Pin
Pat Munns4-Apr-07 20:45
Pat Munns4-Apr-07 20:45 
AnswerRe: Trying to get my LinkedList class to compile... Pin
Pat Munns5-Apr-07 6:19
Pat Munns5-Apr-07 6:19 
GeneralRe: Trying to get my LinkedList class to compile... Pin
John R. Shaw6-Apr-07 1:51
John R. Shaw6-Apr-07 1:51 
QuestionFast "reboot" or re-loading the registry without reboot Pin
sjm964-Apr-07 15:51
sjm964-Apr-07 15:51 
QuestionCMultiDocTemplate - how to move a document to the top [modified] Pin
chienlim4-Apr-07 13:45
chienlim4-Apr-07 13:45 
Questiondisplay grayscale image in visual c++ 6.0 Pin
gurucplusplus4-Apr-07 10:34
gurucplusplus4-Apr-07 10:34 
AnswerRe: display grayscale image in visual c++ 6.0 Pin
lafleon4-Apr-07 13:32
lafleon4-Apr-07 13:32 
GeneralRe: display grayscale image in visual c++ 6.0 Pin
gurucplusplus4-Apr-07 19:47
gurucplusplus4-Apr-07 19:47 
GeneralRe: display grayscale image in visual c++ 6.0 Pin
cp98764-Apr-07 20:34
cp98764-Apr-07 20:34 
AnswerRe: display grayscale image in visual c++ 6.0 Pin
Hamid_RT5-Apr-07 18:50
Hamid_RT5-Apr-07 18:50 
QuestionScanning the IEEE or GPIB buss Pin
pblais4-Apr-07 10:14
pblais4-Apr-07 10:14 
AnswerRe: Scanning the IEEE or GPIB buss Pin
lafleon4-Apr-07 10:25
lafleon4-Apr-07 10:25 
GeneralRe: Scanning the IEEE or GPIB buss Pin
pblais5-Apr-07 2:38
pblais5-Apr-07 2:38 
QuestionDisplaying file sizes larger than 2GB? [modified] Pin
Wes Jones4-Apr-07 7:43
Wes Jones4-Apr-07 7:43 
AnswerRe: Displaying file sizes larger than 2GB? Pin
Mark Salsbery4-Apr-07 7:54
Mark Salsbery4-Apr-07 7:54 

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.