USkin V3.0 - 免費漂亮界面製作(1)
USkin V3.0 beta version published
http://www.neemedia.com/newsite/index.php?category=5
Features:
*Supported Microsoft Window's Theme File
*Supported VS2005 Full
*Supported Common Controls
*Supported New Controls such as ToolStrip/MenuStrip
*Supported multi monitor
*Supported VC/C#/VB.NET
延伸閱讀:
CodeProject: Use the Free USkin Toolkit to Skin your Application.
http://www.codeproject.com/KB/library/USkin.aspx?msg=2814769
History
- Updates in version 3.0 beta [2008-11-10]
- New render engine. I rewrote the core render engine such that it is faster, of high quality, and safer.
- Added Microsoft Window's Theme file format (*.msstyles) support. The user does not need to convert or edit the skin file. There are many skin files to use.
- Added Multi-Monitor support.
- Fixed USkin2.2 known bugs.
- Removed custom draw functions in this version because it was using the Microsoft theme file.
- Updates in version 2.2 [2006-08-07]
- Fixed the menubar update error.
- Added the
USkinUpdateMenuBar
function. When the user modifies the menu byUSkinGetMenu
, the user should callUSkinUpdateMenuBar
to update the menubar. - Added
RightToLeft
text support. - Added Winamp like player sample.
USkin
file format compatible.- Enhanced the
SkinBuilder
. - Added
SkinBuilder
Help document. - Added multilanguage support to
SkinBuilder
. - Enhanced
ScrollBar
control.
- Updates in version 2.1
- Fixed the
MultiLine
style inButton
/CheckBox
/RadioBox
. - Added .NET skin support. Now you can use
USkin
with your .NET applications! - Added a new library called
USkinCom
. Easy for .NET use. - Added two C# samples. One is MDI, the other is SDI. You can see the power of
USkin
in these samples. - Added color replace feature. Now, you can replace standard system colors.
- Enhanced the
USkinApplyColorTheme
function. Everything will change when calling theUSkinApplyColorTheme
function. - Added the
USkinDrawFrameControl
function to replace the standardDrawFrameControl
. - Added six skin files to the pack. All skin files are carefully edited.
- Enhanced many functions.
- Fixed the