poulin jean Michel
April 1st, 1999, 01:43 AM
Can you help me I want to use a CEDIT and I want recover a value With
GetDlgItemText. for a letal money converter Franc/Euro.
I use the syntax:
char [buf]
memset(&buf,0,sizeof(buf));
GetDlgItemText(IDC_EDIT,buf,sizeof(buf));
how recovered the value of buf for multiplied it or divided it.
ie: (value of buf * 5.565)
My warm greetings.
GetDlgItemText. for a letal money converter Franc/Euro.
I use the syntax:
char [buf]
memset(&buf,0,sizeof(buf));
GetDlgItemText(IDC_EDIT,buf,sizeof(buf));
how recovered the value of buf for multiplied it or divided it.
ie: (value of buf * 5.565)
My warm greetings.