开发者

C# - gui question

开发者 https://www.devze.com 2023-01-28 10:45 出处:网络
Does someo开发者_运维知识库ne know if there are any libraries or components written in C# (or C++) which allow to create gui similiar to the one used in the Adobe products (Photoshop, After Effects, e

Does someo开发者_运维知识库ne know if there are any libraries or components written in C# (or C++) which allow to create gui similiar to the one used in the Adobe products (Photoshop, After Effects, etc)?

Thank you.


If you're looking for a way to build slick, themeable GUIs, take a look at WPF.


Those are basically non-modal forms with a z order that places them on top. To achieve the specific look, just adjust your fonts etc.

Of course, the complication is going to come in when syncing the selection in the toolbar with the main form.


Adobe products are written in CodeWarrior - a Motorola product. Your not going to get the same look with .Net buttons. My advice is to check out CodeJock or DevComponents and make a custom theme, here you go: http://www.codejock.com/products/skinframework/tour_4.asp?platform=

*Edit I cant find a Adobe msstyle and I'm sure your not the only one who would like an Adobe skin, hence you could probably make some pocket money selling the skin if you make it...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号