Jump to content

VStudio and nice UI design

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
johnnycoder

johnnycoder

    Newbie

  • Members
  • Pip
  • 2 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
carly

carly

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
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)

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,715 posts
Going along with Carly...
Skins with Win32 API (includes demo and source code, as well as detailed explanation.)

#5
dmsoft

dmsoft

    Newbie

  • Members
  • Pip
  • 3 posts
Take a look at skincrafter library