![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2005
Posts: 2
Rep Power: 0
![]() |
I'm not sure how to display doubles in win32 applications. I understand that SetDlgItemInt(...) displays ints, but is there a similar function that displays doubles?
any help is greatly appreciated. thanks. |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Jun 2005
Posts: 915
Rep Power: 4
![]() |
It is probably easiest to use sprintf to convert the doubles to a string and then use SetDlgItemText to display the string.
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jun 2005
Posts: 2
Rep Power: 0
![]() |
smart idea! i wouldn't have thought of that. thanks for the response...
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|