Chapter 2 - Writing a C# Program

  • Recap

1. What Are the Basic Tool Windows of Visual Studio?

1.1 The Solution Explorer And Class View

These 2 windows show the files that make up the projects of the entire solution. Double clicking the files within changes what code is displayed in the main editor window.

 

1.2 The Properties

This window displays information about selected items, including the ones in the solution explorer, components on the user interface, and etc.


1.3 The Error List

This window displays any problems within the current file in the main editor window. Double clicking the entries within will navigate to the exact respective line of code.



2. How Does the Windows Forms Editor Work?

2.1 Design View

This view is contained in the main editor and is a visual translation of the layout code.

2.2 Form.designer.cs

As stated above, the layout code is hidden inside this file.

2.2 Form.cs

By double clicking any components or choose "View Code" from the design view, this file will be opened for editing background UI logics.



  • Quiz

No quiz is provided for this chapter yet. But you should be able to create a simple Console Application and a simple Windows Forms Application, of "Hello World" style.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值