Top "Custom-draw" questions

TreeNode Selected BackColor while TreeView not focused

Is there an easy way to have a selected TreeNode retain its SystemColors.Highlight BackColor while the TreeView doesn't have …

c# winforms treeview custom-draw
Win32: How to custom draw an Edit control?

i need to implement the functionality of EM_SETCUEBANNER, where a text hint appears inside an Edit control: The catch …

windows winapi custom-draw
Draw over controls in Delphi form

How can I draw something on the Forms canvas and over controls on the Form? I try the following: procedure …

delphi drawing custom-draw