I've searched high and low and all I want is the hWnd of the Title Bar (Caption bar) to a bog standard window.
Any ideas?
Printable View
I've searched high and low and all I want is the hWnd of the Title Bar (Caption bar) to a bog standard window.
Any ideas?
Found a link that makes a titlebar shaded
http://www.vb-helper.com/howto_shaded_titlebar.html
That should allow you to locate the HWND
hope it may help
The titlebar doesn't have a seperate hWnd, it's part of the window which is determined by the windowstyle constants WS_*