Re: repainting all windows in rectangle
- Posted by =?iso-8859-2?B?qWtvZGE=?= <tone.skoda at SIOL.NET> Nov 07, 2000
- 465 views
>Brian Broker <bkb at CNW.COM> wrote: > I guess I'm confused... why should you need to repaint windows that are > not your own? (You shouldn't have to worry about repainting windows that > are not your own, unless you are writing your own OS or something.) > > Can you give me an example of why you need to do this? > > -- Brian I am plaaninig to write my own windows menu. I could use popup window, but it's not the same feeling as the real menu. So i thought just to draw drop down to desktop hdc (hdc=GetDC(0)). Do you have any idea how real menus do it? Do you know of any other window i could use for menu dropdown? For combo box i used popup and it works fine, except that active application's window title is greyed when dropped down - that bothers me.