Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programming Applications for Windows (J Richter) Pin
John M. Drescher13-Feb-04 5:16
John M. Drescher13-Feb-04 5:16 
GeneralRe: Programming Applications for Windows (J Richter) Pin
JGStanier13-Feb-04 5:26
JGStanier13-Feb-04 5:26 
GeneralRe: Programming Applications for Windows (J Richter) Pin
John M. Drescher13-Feb-04 6:29
John M. Drescher13-Feb-04 6:29 
Questionany ideas? Pin
cadinfo13-Feb-04 3:17
cadinfo13-Feb-04 3:17 
AnswerRe: any ideas? Pin
basementman13-Feb-04 4:37
basementman13-Feb-04 4:37 
GeneralRe: any ideas? Pin
cadinfo13-Feb-04 14:44
cadinfo13-Feb-04 14:44 
GeneralMFC Functions Pin
Dev57813-Feb-04 2:56
Dev57813-Feb-04 2:56 
GeneralRe: MFC Functions Pin
Roger Allen13-Feb-04 3:06
Roger Allen13-Feb-04 3:06 
UINT WorkerThread(LPVOID pParam)
{
Main* pMain = static_cast<Main*>(pParam);

while (true)
{
pMain->FunctionYourTryingTocall();
}
return 0;
}



Roger Allen - Sonork 100.10016
Roger Wright: Remember to buckle up, please, and encourage your friends to do the same. It's not just about saving your life, but saving the quality of life for those you may leave behind...
GeneralRe: MFC Functions Pin
Roger Allen13-Feb-04 3:08
Roger Allen13-Feb-04 3:08 
GeneralRe: MFC Functions Pin
RChin13-Feb-04 3:16
RChin13-Feb-04 3:16 
GeneralRe: MFC Functions Pin
Roger Allen13-Feb-04 4:54
Roger Allen13-Feb-04 4:54 
GeneralRe: MFC Functions Pin
RChin13-Feb-04 3:14
RChin13-Feb-04 3:14 
GeneralThanks Pin
Dev57813-Feb-04 3:17
Dev57813-Feb-04 3:17 
Generalabout voice recognise Pin
yingkou13-Feb-04 0:58
yingkou13-Feb-04 0:58 
QuestionDebug and .exe? Pin
p.tuony13-Feb-04 0:34
p.tuony13-Feb-04 0:34 
AnswerRe: Debug and .exe? Pin
David Crow13-Feb-04 3:49
David Crow13-Feb-04 3:49 
GeneralRe: Debug and .exe? Pin
p.tuony13-Feb-04 15:04
p.tuony13-Feb-04 15:04 
GeneralRe: Debug and .exe? Pin
David Crow16-Feb-04 4:48
David Crow16-Feb-04 4:48 
GeneralBest encryption techniques Pin
alex.barylski13-Feb-04 0:26
alex.barylski13-Feb-04 0:26 
GeneralRe: Best encryption techniques Pin
Felix Gartsman13-Feb-04 1:02
Felix Gartsman13-Feb-04 1:02 
Generalsockets and HTTP Pin
alex.barylski13-Feb-04 0:17
alex.barylski13-Feb-04 0:17 
GeneralRe: sockets and HTTP Pin
Niall Barr13-Feb-04 0:27
professionalNiall Barr13-Feb-04 0:27 
GeneralNew to Visual C++ Pin
Strider_200112-Feb-04 23:54
Strider_200112-Feb-04 23:54 
GeneralRe: New to Visual C++ Pin
Selvam R13-Feb-04 0:09
professionalSelvam R13-Feb-04 0:09 
GeneralRe: New to Visual C++ Pin
David Crow13-Feb-04 3:51
David Crow13-Feb-04 3:51 

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.