Click here to Skip to main content
16,012,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString to float conversion or Vice-Versa. Pin
Jijo.Raj11-Jun-08 3:02
Jijo.Raj11-Jun-08 3:02 
AnswerRe: CString to float conversion or Vice-Versa. Pin
KarstenK11-Jun-08 3:55
mveKarstenK11-Jun-08 3:55 
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 
Anu_Bala wrote:
I use GetDlgItem in thread


You probably then call GetDlgItem outside your dialog class, which means that you are calling ::GetDlgItem and not CDialog::GetDlgItem (which are two different functions). The way to solve this is to pass the pointer to your class instance (the this pointer) in the thread parameter, cast it back to your class in the thread function and call GetDlgItem on it.

Cédric Moonen
Software developer

Charting control [v1.4]

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 
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 

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.