Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LISTBOX: can it contain a code to underline a letter?
#9
You can change dialog control font when you have dialog window handle.
In dialog procedure it is hDlg, and usually the best place is under case WM_INITDIALOG.
If you cannot edit dialog procedure, you can get dialog handle with win().

Function Function311
Code:
Copy      Help
int w=win("QM - Select" "#32770")
__Font+ g_fontCourierNew; if(!g_fontCourierNew) g_fontCourierNew.Create("Courier New" 10)
g_fontCourierNew.SetDialogFont(w "4")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)