Hi,
Does anybody know good and reasonable prices for components to make skinned nice looking application build in VStudio 08.
I'm looking for something similar as Delphi and BC++ has: alphaskins.com
Thanks
VStudio and nice UI design
Started by johnnycoder, May 07 2009 05:57 AM
4 replies to this topic
#1
Posted 07 May 2009 - 05:57 AM
|
|
|
#2
Posted 07 May 2009 - 07:31 AM
There are dozens of GUI libraries out there, including some for doing skins. Also, the definition of "reasonable prices" depends a great deal on your budget and expectations. All of that said, a google search for "library C++ skin -face" produced some promising results.
#3
Posted 12 May 2009 - 12:37 PM
You don't need any "components".
Win32 api can do everything. (of course)
(in particular skins are nothing else than bitmap transparency, alpha-blending and win32 regions, all of this being Win32 native)
Win32 api can do everything. (of course)
(in particular skins are nothing else than bitmap transparency, alpha-blending and win32 regions, all of this being Win32 native)
#4
Posted 12 May 2009 - 01:27 PM
Going along with Carly...
Skins with Win32 API (includes demo and source code, as well as detailed explanation.)
Skins with Win32 API (includes demo and source code, as well as detailed explanation.)
#5
Posted 19 May 2009 - 03:21 AM
Take a look at skincrafter library


Sign In
Create Account

Back to top









