Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output double to dialog edit control
#3
double cannot be easily passed in lParam, because lParam is too small. Easiest is to store the value in a global variable.

double+ g_456
g_456=9.5

double+ g_456
SetDlgItemText hDlg wParam F"{g_456}"


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)