I'm a software developer who's looking at WindowBlinds with a view to making my apps compatible (WindowBlinds is great, BTW - full marks to everyone who developed it and all the skin designers!!)
My apps are currently written in Visual C++ 6.0. Would I need to migrate to .NET to achieve compatibility or is it possible with standard C++?
Also, even with 'compatible' apps (i.e. someone else's) I've noticed there can be discrepancies. For example, within a particular dialog box, some buttons might accept skinning whilst others don't. Presumably, there's a particular kind of control (or maybe a certain control style) that lends itself to skinning?? How can I find out more?