Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output double to dialog edit control
#1
Hello, I am trying to use Sendmessage from macro to output a double amount (.50) to the dialog, but it keeps rounding it up to 1
What do I need to specify instead of i to have it output it correctly - I tried d but it did not work.

Function _15_4_HOT
Code:
Copy      Help
,case WM_COMMAND goto messages2
,case WM_APP
,sel wParam
,,    case 10
,,    SetDlgItemText hDlg wParam F"{lParam%%d}"
,,,,case 22
,,,,SetDlgItemText hDlg wParam F"{lParam%%i}"

Kind Regards
Matt


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)