Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString to float conversion or Vice-Versa. Pin
krmed11-Jun-08 4:01
krmed11-Jun-08 4:01 
AnswerRe: CString to float conversion or Vice-Versa. Pin
jhwurmbach11-Jun-08 4:17
jhwurmbach11-Jun-08 4:17 
QuestionGetDlgItem() does not take 1 parameter Pin
Anu_Bala11-Jun-08 2:32
Anu_Bala11-Jun-08 2:32 
AnswerRe: GetDlgItem() does not take 1 parameter Pin
Jijo.Raj11-Jun-08 2:40
Jijo.Raj11-Jun-08 2:40 
AnswerRe: GetDlgItem() does not take 1 parameter Pin
Le@rner11-Jun-08 2:40
Le@rner11-Jun-08 2:40 
AnswerRe: GetDlgItem() does not take 1 parameter Pin
Cedric Moonen11-Jun-08 2:43
Cedric Moonen11-Jun-08 2:43 
AnswerRe: GetDlgItem() does not take 1 parameter Pin
Hamid_RT11-Jun-08 2:56
Hamid_RT11-Jun-08 2:56 
AnswerRe: GetDlgItem() does not take 1 parameter Pin
KarstenK11-Jun-08 3:58
mveKarstenK11-Jun-08 3:58 
you havent understand the MFC right. GetDlgItem() is a class member of a CWnd dervied class. A Thread not!!!

You better redesign your program with help of a seasoned mate.
Make change in the dialog only in the dialog (thread: your main app)
unse only HWND and communicate with PostMessage-API.

Greetings from Germany

QuestionCDC MoveTo(int,int) Pin
subramanyeswari11-Jun-08 1:48
subramanyeswari11-Jun-08 1:48 
AnswerRe: CDC MoveTo(int,int) Pin
CPallini11-Jun-08 1:53
mveCPallini11-Jun-08 1:53 
GeneralRe: CDC MoveTo(int,int) Pin
subramanyeswari11-Jun-08 2:52
subramanyeswari11-Jun-08 2:52 
AnswerRe: CDC MoveTo(int,int) Pin
Jijo.Raj11-Jun-08 1:55
Jijo.Raj11-Jun-08 1:55 
AnswerRe: CDC MoveTo(int,int) Pin
Hamid_RT11-Jun-08 2:04
Hamid_RT11-Jun-08 2:04 
AnswerRe: CDC MoveTo(int,int) Pin
achainard11-Jun-08 2:09
achainard11-Jun-08 2:09 
Questionthreadcreation Pin
Mohanraj D11-Jun-08 1:32
Mohanraj D11-Jun-08 1:32 
AnswerRe: threadcreation Pin
Jijo.Raj11-Jun-08 1:39
Jijo.Raj11-Jun-08 1:39 
GeneralRe: threadcreation Pin
Mohanraj D11-Jun-08 2:22
Mohanraj D11-Jun-08 2:22 
GeneralRe: threadcreation Pin
Jijo.Raj11-Jun-08 2:56
Jijo.Raj11-Jun-08 2:56 
AnswerRe: threadcreation Pin
CPallini11-Jun-08 1:39
mveCPallini11-Jun-08 1:39 
AnswerRe: threadcreation Pin
achainard11-Jun-08 2:02
achainard11-Jun-08 2:02 
GeneralRe: threadcreation Pin
Mohanraj D11-Jun-08 2:30
Mohanraj D11-Jun-08 2:30 
GeneralRe: threadcreation Pin
achainard11-Jun-08 3:58
achainard11-Jun-08 3:58 
GeneralRe: threadcreation Pin
Mohanraj D11-Jun-08 20:36
Mohanraj D11-Jun-08 20:36 
GeneralRe: threadcreation Pin
achainard12-Jun-08 3:52
achainard12-Jun-08 3:52 
QuestionOnTImer in CListCtrl [modified] Pin
Anu_Bala11-Jun-08 1:02
Anu_Bala11-Jun-08 1:02 

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.