displaying decimal number in edit box

  • Thread starter Thread starter wayne
  • Start date Start date
W

wayne

Understand that SetDlgItemInt is to show the number in edit box
SetDlgItemText is to show text...

How abt displaying a decimal number, like 187.542??

thanks alot
 
Understand that SetDlgItemInt is to show the number in edit box
SetDlgItemText is to show text...

How abt displaying a decimal number, like 187.542??

You have to convert the value to a string and then display the string.

Dave
 
Back
Top