Simple controls (buttons, slidebars) in a C# dialog based application (Visual Studio 2003) using Winforms will not skin at all. Only the dialog frame is skinned. Any SW developer out there who can confirm? I asked the same question in the SkinStudio section but realized that it is a WB problem. /Håkan
Haawa
I made a very simple dialog-based C# program with a few pushbuttons and no other controls. The problem is that the buttons won't skin (the frame skins correctly). I have tried to change the button type from standard to system, and a few other button attributes, nothing works.I also put a slidebar in the dialog to see if the problem was related to the control type. It did not skin either. I have tried all the skins in that comes with Skin studio (and some downloaded). The same program in C++ (MFC