Making skin for stand alone application
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Any idea how to make Skins in VB.NET for stand alone applications... I had googled but coudn't find any useful information. Please post any article's or link.
Jats
There's only two ways that I know of to create custom skins. You'll either have to dive into the Win32 API and paint the forms in your app manually, or you could use some software that will do it for you. DotNetSkin looks like it might be good, but you'll have to check it out.