Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: kalk Pin
_AnsHUMAN_ 9-Jun-06 2:12
_AnsHUMAN_ 9-Jun-06 2:12 
GeneralRe: kalk Pin
J51219829-Jun-06 18:21
J51219829-Jun-06 18:21 
Questiontrouble with _beginthread Pin
NoName II9-Jun-06 1:01
NoName II9-Jun-06 1:01 
AnswerRe: trouble with _beginthread Pin
Laxman Auti9-Jun-06 1:08
Laxman Auti9-Jun-06 1:08 
GeneralRe: trouble with _beginthread Pin
NoName II9-Jun-06 1:20
NoName II9-Jun-06 1:20 
GeneralRe: trouble with _beginthread Pin
Cedric Moonen9-Jun-06 1:24
Cedric Moonen9-Jun-06 1:24 
AnswerRe: trouble with _beginthread Pin
Michael Dunn9-Jun-06 1:09
sitebuilderMichael Dunn9-Jun-06 1:09 
AnswerRe: trouble with _beginthread Pin
Hamid_RT9-Jun-06 1:19
Hamid_RT9-Jun-06 1:19 
See
<br />
void MyThread( LPVOID pv );<br />
...<br />
...<br />
void CTest::RunThread()<br />
{<br />
_beginthread(MyThread,0,NULL);<br />
}<br />
<br />
<br />
void MyThread( LPVOID pv )<br />
{<br />
CTest* m_Answer = (CTest*) pv;<br />
<br />
m_Answer->Modify();<br />
<br />
}<br />
<br />
void CTest::Modify()<br />
{<br />
	MessageBox("A");<br />
}



whitesky


GeneralRe: trouble with _beginthread Pin
Cedric Moonen9-Jun-06 1:22
Cedric Moonen9-Jun-06 1:22 
GeneralRe: trouble with _beginthread Pin
Hamid_RT9-Jun-06 1:41
Hamid_RT9-Jun-06 1:41 
Questionproblem in inserting image into the database Pin
maharaja pandian9-Jun-06 0:46
maharaja pandian9-Jun-06 0:46 
AnswerRe: problem in inserting image into the database Pin
Ștefan-Mihai MOGA9-Jun-06 0:58
professionalȘtefan-Mihai MOGA9-Jun-06 0:58 
QuestionRe: problem in inserting image into the database Pin
maharaja pandian9-Jun-06 1:22
maharaja pandian9-Jun-06 1:22 
QuestionProblem with IPicture-Object and Render Pin
masanne9-Jun-06 0:37
masanne9-Jun-06 0:37 
QuestionRe: Problem with IPicture-Object and CPictureHolder::Renderpicture Pin
Hamid_RT9-Jun-06 0:50
Hamid_RT9-Jun-06 0:50 
AnswerRe: Problem with IPicture-Object and Render Pin
masanne9-Jun-06 0:55
masanne9-Jun-06 0:55 
GeneralRe: Problem with IPicture-Object and Render Pin
Hamid_RT9-Jun-06 1:10
Hamid_RT9-Jun-06 1:10 
GeneralRe: Problem with IPicture-Object and Render Pin
masanne9-Jun-06 1:20
masanne9-Jun-06 1:20 
GeneralRe: Problem with IPicture-Object and Render Pin
Hamid_RT9-Jun-06 2:18
Hamid_RT9-Jun-06 2:18 
GeneralRe: Problem with IPicture-Object and Render [modified] Pin
masanne9-Jun-06 2:49
masanne9-Jun-06 2:49 
GeneralRe: Problem with IPicture-Object and Render [modified] Pin
masanne9-Jun-06 3:00
masanne9-Jun-06 3:00 
GeneralRe: Problem with IPicture-Object and Render Pin
Hamid_RT9-Jun-06 3:22
Hamid_RT9-Jun-06 3:22 
GeneralRe: Problem with IPicture-Object and Render Pin
masanne9-Jun-06 3:55
masanne9-Jun-06 3:55 
GeneralRe: Problem with IPicture-Object and Render Pin
Hamid_RT9-Jun-06 6:43
Hamid_RT9-Jun-06 6:43 
GeneralRe: Problem with IPicture-Object and Render Pin
masanne15-Jun-06 23:11
masanne15-Jun-06 23:11 

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.