Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unicode in version 2305
#10
change to this:
;messages
sel message
,case WM_INITDIALOG
,str s;s.getwintext(id(1201 hDlg));s.setwintext(id(1301 hDlg))
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case 3
, str s;s.getwintext(id(1201 hDlg));s.setwintext(id(1301 hDlg))
,case IDOK
,case IDCANCEL
ret 1

   
can't see it,2215 is fine,just checked it


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)