如何在C#windows应用程序中使用类似HTML的设计 [英] How to make design using like HTML in C# windows application

查看:108
本文介绍了如何在C#windows应用程序中使用类似HTML的设计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用html更改我的c#windows应用程序的显示。可以使用html设计制作Windows窗体。



我有什么尝试过:



所有设计现在我用拖放式做它看起来很无聊我想用html

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

推荐答案

这有两种方法。

或者您将应用程序创建为ASP.Net应用程序,或者使用使用XAML定义的WPF Windows /用户控件等... XAML是一种XML类型的语言,允许您设计窗口,用户控件等...非常类似于HTML。



希望这会有所帮助。



PS:确保在进入实际开发之前遵循一个好的教程,对于ASP.Net和WPF都是如此。
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.


WPF的UI设计类似于HTML标记

查看以下链接

http://www.wpf-tutorial.com/xaml/basic-xaml/ [ ^ ]

什么是XAML? [ ^ ]

WPF教程:开始 [ ^ ]
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[^]


这篇关于如何在C#windows应用程序中使用类似HTML的设计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆