Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Controlling macro from open dialog
#9
Replace SetDlgItemText hDlg 9 F"{lParam%%s}" to
Code:
Copy      Help
,int c=id(9 hDlg)
,SendMessage c EM_SETSEL 1000000000 1000000000
,SendMessage c EM_REPLACESEL 0 F"{lParam%%s}[]"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)