Friday, 15 August 2014

c# - Changing size of Notify Icon -



c# - Changing size of Notify Icon -

as know when utilize notifyicon command in c# , place in systemtray , displayed, windows overrides size , create 16*16 can somehow alter size? create little bigger scheme "date , time" display or "input method type" in windows 8. want display text there. in adv.

the scheme draws icon, , decides size is. worth, notification icons system's little icon size. in fact should not assume 16px icons. font scalings larger 100% little icon size larger 16px.

at win32 level, application supplies hicon, , scheme draws that. if needs resize it, will. cannot custom draw in notification area.

imagine if applications custom draw in notification area? take couple of applications decide awesomely of import had custom draw big amounts of information. , there'd no room left rest of taskbar.

so, bottom line here need find other ui approach solve problem.

c# windows notifyicon

No comments:

Post a Comment