I realize that there are plenty of tutorials on how to create a "Custom Win32 Title Bar." The problem is.. none of the tutorials I have found so far.. discusses how a person would be able to "drag" the replaced title bar.. as one would drag the "normal" title bar.
If you do not know what I mean by "custom" title bar.. it only means that I would like to remove the "initial" window title bar (..the bar upon which the window's title resides) and replace it with one that I drew myself. Not only would I like to replace the standard title bar however.. but I would like to learn how to be able to drag the window from MY custom title bar image.. as one would drag the screen with the standard title bar.
Also.. if it is possible.. I would like to replicate the functionality which the WS_THICKFRAME attribute provides to a window.. only on custom bitmaps.
Example: I want a user to be able to click on lines that I drew.... which would reuslt in the window being scaled.. (as would occur if a person scaled a window with the default window sides provided).