I looked control gallery in that page.They look very smart. I want to prepare xp style controls(like buttons;menu;tool...etc).I mean i want to prepare my own toolbox.Where must i start?Are there any source codes(especially C#) or articles (especially for beginners) about controls. For example can you write here xp style button code. Thanks...
MigrationUser 1 Thursday, June 16, 2005 6:36 PM
Hi,
Hope this article can give you some idea: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/winxpicons.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/winxpicons.asp</a>
Colt
MigrationUser 1 Thursday, June 16, 2005 10:40 PM
ok thanks but these are all about ComCtl32.dll Version 6 and using manifest.I don't want this.I want to prepare with gdi+ class.For example http://www.codeproject.com/cs/miscctrl/xp-style_button.asp in that link ;I don't understand how the author shaped button.Can anyone explain the code(not all of them just its rounded corners). Thanks...