|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-windows-forms-applications-with-c-and-visual-studio/
课程评论:没有评论
课程名称:使用C#和Visual Studio创建Windows窗体应用程序 课程概述:Windows窗体是一个图形用户界面(GUI)类库,包含在.Net框架中。其主要目的是为桌面、平板电脑和个人电脑上的应用程序开发提供更简便的接口。Windows窗体也称为WinForms应用程序,可以包含不同类型的控件,如标签、列表框、工具提示等。在Windows窗体中,表单是向用户显示信息的可视表面。通常,构建Windows窗体应用程序的过程是通过将控件添加到表单上并开发对用户操作(如鼠标点击或按键)的响应来完成的。 您可以通过Windows窗体实现的功能包括: - 开发智能客户端(智能客户端是图形丰富、易于部署和更新的应用程序) - 构建丰富的互动用户界面 - 请求用户输入,并通过网络与远程计算机进行通信 - 创建强大的基于Windows的应用程序 在本课程中,我们将一步步使用C#编程语言和Visual Studio集成开发环境(IDE)从零开始构建两个Windows窗体项目(一个计算器和一个音量转换器)。
Windows Forms is a Graphical User Interface(GUI) class library which is bundled in.Net Framework. Its main purpose is to provide an easier interface to develop the applications for desktop, tablet, PCs.Windows Forms are also referred to as WinForms applications can contain the different type of controls like labels, list boxes, tooltip etc.In Windows Forms, a form is a visual surface on which you display information to the user. You ordinarily build Windows Forms applications by adding controls to forms and developing responses to user actions, such as mouse clicks or key presses.What You can do with Windows Forms:Develop smart clients ( Smart clients are graphically rich applications that are easy to deploy and update)Build rich, interactive user interfacesRequest input from users, and communicate with remote computers over a network.Create powerful Windows-based applications.In this course we will build two windows forms project ( A calculator and volume converter) step by step from scratch using the C# programming language and visual studio integrated development environment ( IDE)