Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Returning values from function to different dialog controls
#3
Gintaras Wrote:Let SendMessage send control id in wParam, and SetDlgItemText use wParam.

SendMessage hDlg WM_APP 4 "text is in text box 1"
SendMessage hDlg WM_APP 7 "text is in text box 2"

SetDlgItemText hDlg wParam F"{lParam%%s}"

As usual your support is fantastic - works great!

Thanks kindly
Matt


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)