Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog TAB - unicode text problem
#2
Code:
Copy      Help
,int htb=id(3 hDlg)
,TCITEMW ti.mask=WINAPI.TCIF_TEXT
,ti.pszText=@pTXT[1]
,SendMessage htb WINAPI.TCM_INSERTITEMW 0 &ti
,ti.pszText=@pTXT[2]
,SendMessage htb WINAPI.TCM_INSERTITEMW 1 &ti
,ti.pszText=@pTXT[3]
,SendMessage htb WINAPI.TCM_INSERTITEMW 2 &ti
or
Code:
Copy      Help
,TO_TabAddTabs hDlg 3 "1번 탭[]2번 탭[]3번 탭"


Messages In This Thread
Dialog TAB - unicode text problem - by luvu2des - 07-09-2019, 12:27 PM
RE: Dialog TAB - unicode text problem - by Gintaras - 07-09-2019, 12:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)