how to set font size/type with nsdialogs
hi all
how can i set the font size and type for label or text controls with nsdialogs.
ty for help
Archive: how to set font size/type with nsdialogs
how to set font size/type with nsdialogs
hi all
how can i set the font size and type for label or text controls with nsdialogs.
ty for help
Use CreateFont and SendMessage ${WM_SETFONT}.
ok it works thanks for your reply