Prev: Deployment
Next: Releated to JIT Error
From: Joseph M. Newcomer on 24 Mar 2010 17:23 You need to say more about this. generally, this is handled by subclassing the MDI child frame and clearing the FWS_ADDTOTITLE flag in the styles; this allows you to SetWindowText anything you want any time you want, but if you DON'T SetWindowText, you will have a blank title. Google for FWS_ADDTOTITLE for lots of articles that discuss this. jor On Tue, 23 Mar 2010 23:49:08 -0700 (PDT), NeoDreamer <asurada(a)gmail.com> wrote: >I want to draw some text on the windows title bar in Windows 7. >I was put the drawing text code on the WM_NCPAINT and WM_NCACTIVATE >handler. It's activeted when I don't use windows 7 theme. > >How to draw custom text on Title bar like "Send Feedback" on windows 7 >beta. >I don't want button style or hyperlink. I want only text. Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
|
Pages: 1 Prev: Deployment Next: Releated to JIT Error |