1. How do you make a DLL that can resize a window and give it your own skin ?

How do you make a DLL that can resize a window and give it your own skin ? ( I don't mean human skin. I mean a custom graphical appearance for the window.)

new topic     » topic index » view message » categorize

2. Re: How do you make a DLL that can resize a window and give it your own skin ?

tamajongphilip said...

How do you make a DLL that can resize a window and give it your own skin ? ( I don't mean human skin. I mean a custom graphical appearance for the window.)

This can be done, but it's generally pretty difficult. The first place to start is with catching the WM_NCPAINT (NC = non-client area, or the "frame" around a window). A quick search for "skin" in The Archive shows a few existing attempts at this. A DLL would not be required; your application could do this natively. Also, this only works on Windows.

-Greg

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu