Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to change appear of my c# windows application using html .Can is it possible to make windows form using html design.

What I have tried:

all design now i am doing with drag and drop type its look like very boring i want to make manualy design change using html
Posted
Updated 20-Jul-16 5:53am
Comments
Gautham Prabhu K 20-Jul-16 7:33am    
If your using WPF you can use XAML to create Window (Equivalent to WinForms).
What are you trying to achieve by doing this?

There are two ways in doing this.
Or you create your application as an ASP.Net application or you use WPF which uses XAML to define windows/user controls, etc... XAML is an XML type of language and allows you to design windows, user controls etc ... very similar to HTML.

Hope this helps.

PS: make sure to follow a good tutorial before diving into real development, both for ASP.Net as for WPF.
 
Share this answer
 
WPF's UI designing will be similar to HTML markups
check below links
http://www.wpf-tutorial.com/xaml/basic-xaml/[^]
What is XAML?[^]
WPF Tutorial : Beginning[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900