03-30-2016, 09:49 AM
Copy the _ from
http://www.fileformat.info/info/unicode ... ertest.htm
And paste in QM before the character.
With default dialog font may not look good. Try other fonts.
Function Dialog193
http://www.fileformat.info/info/unicode ... ertest.htm
And paste in QM before the character.
With default dialog font may not look good. Try other fonts.
Function Dialog193
str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 224 136 "Dialog"
;3 ListBox 0x54230101 0x200 8 8 96 48 ""
;1 Button 0x54030001 0x4 116 116 48 14 "OK"
;2 Button 0x54030000 0x4 168 116 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2040308 "*" "" "" ""
str controls = "3"
str lb3
lb3="(̲S) ssssss[](̲D) dddddddd"
if(!ShowDialog(dd &sub.DlgProc &controls)) ret
#sub DlgProc
function# hDlg message wParam lParam
sel message
,case WM_INITDIALOG
,__Font-- f.Create("Courier new")
,f.SetDialogFont(hDlg "3")
,
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1