.Net applications.
Friday, March 10, 2017 by codewar65 | Discussion: Skinning
I noticed that a few of my own applications were not being skinned properly so I thought I would delve into exactly why. Above is a Windows Form with various controls. Created in the latest patched version of Microsoft Visual Studio Community 2015. Using C# for a Classic Desktop app / Windows Form Application. (I never monkey around with WPF and other stuff.)
The rendering modes and appearance settings for many of them determine how they will be displayed. Most should be set to 'System' if the option is available and sticking to Normal tab pages. Buttons will not display correctly as the font settings do not appear to carry over. The background textures also do not appear to be rendering correctly for Menu bars and Tool Strips.
Other than these findings, everything appears to be displaying correctly.
Reply #2 Saturday, March 11, 2017 8:11 AM
I don't think WB is compatible enough with .Net platform. I could simply exclude it completely for efficiency.
I was just pointing out the three items that were not being skinned appropriately so the Stardock devs could take action. Also for .NET devs to take appropriate steps to ensure their software gets skinned correctly (using System style rendering on controls, which is not the default setting in VS).
It's not a show stopper in my book, enough of a .NET app gets the proper treatment.
Cheers.

Reply #3 Saturday, March 11, 2017 11:54 AM
The crux is the WB development is one man show basically and MS didn't care about how its platform being skinned.
Reply #4 Saturday, March 11, 2017 12:15 PM
The crux is the WB development is one man show basically and MS didn't care about how its platform being skinned.
When I said .NET devs, I was referring to people developing software using .NET. I was just giving advise to any who would like to have their software more compatible with WB.
I couldn't give a hoot about Microsoft.

Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Reply #1 Saturday, March 11, 2017 4:45 AM
I don't think WB is compatible enough with .Net platform. I could simply exclude it completely for efficiency.