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

C / C++ / MFC

 
AnswerRe: Asking For Help... Client-Server application Pin
Ravi Bhavnani23-Feb-07 4:17
professionalRavi Bhavnani23-Feb-07 4:17 
AnswerRe: Asking For Help... Client-Server application Pin
Hamid_RT23-Feb-07 20:03
Hamid_RT23-Feb-07 20:03 
QuestionTo read data on webpage Pin
johnalek22-Feb-07 20:15
johnalek22-Feb-07 20:15 
AnswerRe: To read data on webpage Pin
Sahir Shah22-Feb-07 20:39
Sahir Shah22-Feb-07 20:39 
GeneralRe: To read data on webpage Pin
MuraliKrishnaP22-Feb-07 20:54
MuraliKrishnaP22-Feb-07 20:54 
QuestionRe: To read data on webpage Pin
David Crow23-Feb-07 3:08
David Crow23-Feb-07 3:08 
AnswerRe: To read data on webpage Pin
Ravi Bhavnani23-Feb-07 4:20
professionalRavi Bhavnani23-Feb-07 4:20 
Questionui thread MFC Pin
deeps_cute22-Feb-07 20:10
deeps_cute22-Feb-07 20:10 
hi i am having a function named FinalCall() which in turn call some functions. i have to do thread for this in mfc. i tried

void CBootLoader1Dlg::OnYes()
{
AfxBeginThread(ComputeThreadProc,phObjectHandle);

//FinalCall();

}
UINT CBootLoader1Dlg::ComputeThreadProc(LPVOID pParam)
{

HWND *phObjectHandle = static_cast<hwnd *="">(pParam);
::PostMessage(*phObjectHandle, WM_UPDATE_CONTROL, 0, 0);

return 0;

}

LRESULT CBootLoader1Dlg::PaintText(char* lParam)
{

FinalCall();
return 0;
}
there is no errors . but i cant acheive the threading.
can any one explain this
thanx in advance



Arise Awake Stop Not Till ur Goal is Reached.

AnswerRe: ui thread MFC Pin
Cedric Moonen22-Feb-07 20:14
Cedric Moonen22-Feb-07 20:14 
GeneralRe: ui thread MFC Pin
deeps_cute22-Feb-07 22:32
deeps_cute22-Feb-07 22:32 
GeneralRe: ui thread MFC Pin
Cedric Moonen22-Feb-07 22:49
Cedric Moonen22-Feb-07 22:49 
QuestionRe: ui thread MFC Pin
prasad_som22-Feb-07 20:24
prasad_som22-Feb-07 20:24 
Questionwriting DWORD to serial port Pin
l_d22-Feb-07 20:03
l_d22-Feb-07 20:03 
QuestionRe: writing DWORD to serial port Pin
prasad_som22-Feb-07 20:08
prasad_som22-Feb-07 20:08 
AnswerRe: writing DWORD to serial port Pin
l_d22-Feb-07 21:45
l_d22-Feb-07 21:45 
AnswerRe: writing DWORD to serial port [modified] Pin
prasad_som22-Feb-07 21:52
prasad_som22-Feb-07 21:52 
GeneralRe: writing DWORD to serial port Pin
Cedric Moonen22-Feb-07 22:12
Cedric Moonen22-Feb-07 22:12 
GeneralRe: writing DWORD to serial port Pin
l_d22-Feb-07 22:21
l_d22-Feb-07 22:21 
GeneralRe: writing DWORD to serial port Pin
Cedric Moonen22-Feb-07 22:28
Cedric Moonen22-Feb-07 22:28 
GeneralRe: writing DWORD to serial port Pin
prasad_som22-Feb-07 22:23
prasad_som22-Feb-07 22:23 
GeneralRe: writing DWORD to serial port Pin
Cedric Moonen22-Feb-07 22:27
Cedric Moonen22-Feb-07 22:27 
AnswerRe: writing DWORD to serial port Pin
Cedric Moonen22-Feb-07 20:21
Cedric Moonen22-Feb-07 20:21 
Questionmerge sort Pin
meet_kirankumar22-Feb-07 19:26
meet_kirankumar22-Feb-07 19:26 
QuestionRe: merge sort Pin
prasad_som22-Feb-07 19:34
prasad_som22-Feb-07 19:34 
AnswerRe: merge sort Pin
Nibu babu thomas22-Feb-07 19:38
Nibu babu thomas22-Feb-07 19:38 

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.