PDA

View Full Version : how to set font size/type with nsdialogs


M. Ratz
25th April 2008, 07:36
hi all

how can i set the font size and type for label or text controls with nsdialogs.

ty for help

kichik
25th April 2008, 09:19
Use CreateFont and SendMessage ${WM_SETFONT}.

M. Ratz
25th April 2008, 11:54
ok it works thanks for your reply