user3578325
user3578325

Reputation: 239

is there other styles in visual studio 2013 for my forms

i'm developping on vb using visual studio 2013. in my application i'm focusing on the graphics part more than the code. I'm looking if there is any other styles that i can apply for my forms, buttons , textboxs ... other than the classic forms and textboxs ? for example can i create some buttons like the windows 8 buttons without creating a windows store project.

Upvotes: 0

Views: 54

Answers (1)

LaD1Da
LaD1Da

Reputation: 68

I suppose you work with vb and WinForms? If so, you might wanna try working with WPF instead of WinForms. To describe it very vagualy, it allows you to define your ui by xml (like css).

Upvotes: 1

Related Questions