电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

TUTORIALVIP免费

TUTORIAL_第1页
1/7
TUTORIAL_第2页
2/7
TUTORIAL_第3页
3/7
� Download demo project and source files - 18 Kb Introduction This article is a very simple introduction on writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file. This form is similar to the properties dialog box of a file (Right click on a file and Click on Properties menu item). Since attributes of a file will be shown, the sample will show how to use File IO operations in .NET framework. What is the starting point? Like every Win32 application source, we will start with the inclusion of some header files. C# does not make use of header files; it uses namespaces to accomplish this purpose. Most of the C# core functionality is implemented in the System namespace. For forms application, the functionality is included in the System.WinForms namespace. Therefore, right at the top of our source file we need to define these namespaces. We will need some more namespace definitions, but I will explain them as we go along with this Writing a Windows Form Application For .NET Framework Using C# By Naveen K Kohli A tutorial on writing Windows Forms application using C# Beginner VC7, .NET SDK, .NET, .NET SDK Posted 25 Nov 2000 Updated 29 Jan 2001Articles by this authorSend to a friendPrinter friendly versionSearchLatest Articles Logon Message Boards Submit an Article Broken links? Email us!28 users have rated this article. result:4.14 out of 5.using System; using System.WinForms;Page 1 of 7The Code Project - Writing a Windows Form Application For .NET Fr...4/12/2001file://I:\MSDN_SHOW\The%20Co...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

您可能关注的文档

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部