How to create icons from a font?
-
The icons on the windows system menu are made from the true type font Marlett. Does anybody know how I can use these icons? Are they created from the font at runtime (how?), or are they allocated as icons in a ressource (which?).
MS
-
The icons on the windows system menu are made from the true type font Marlett. Does anybody know how I can use these icons? Are they created from the font at runtime (how?), or are they allocated as icons in a ressource (which?).
MS
Neither-Nor see MSDN: DrawFrameControl, if should be the DFCS_CAPTIONCLOSE, DFCS_CAPTIONMAX etc. uState values
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
Neither-Nor see MSDN: DrawFrameControl, if should be the DFCS_CAPTIONCLOSE, DFCS_CAPTIONMAX etc. uState values
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!Thanks, thats seems to be the solution.
MS