|
-
June 18th, 2004, 06:43 AM
#1
Removing Non-Client area of a window
How can I remove non-client area of a window (border, title), which belongs to another process (separate application)? I have only HWND of that window, and cutting its DC using SetLayeredWindowAttributes() with LWA_COLORKEY, to get some specific shape, but all non-client area remains as an ugly frame. So I need to remove it somehow.
Note: the window is created by existing application, and I can’t change its code
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|