How can I repait the Caption area?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can I repait the Caption area of a window customized? I can't get the graphics of caption area.
You have to get low-level, and deal with Windows API calls and messages, like WM_NCPAINT. Plus, you'll have to fight w/ some painting anomalies. In short, it's no fun.
**"Don't judge each day by the harvest you reap, but by the seeds you plant." -- Robert Louis Stevenson