翻訳と辞書 |
Windows.Forms : ウィキペディア英語版 | Windows Forms Windows Forms (WinForms) is the name given to a graphical (GUI) class library included as a part of Microsoft .NET Framework,〔Windows Forms Programming in C# by Chris Sells, Addison-Wesley Professional; 1st edition (September 6, 2003) p xxxviiii〕 providing a platform to write rich client applications for desktop, laptop, and tablet PCs.〔Design and Implementation Guidelines for Web Clients by Microsoft Pattern and Practices. Microsoft (November 2003) https://msdn.microsoft.com/en-us/library/ff647339.aspx〕 While it is seen as a replacement for the earlier and more complex C++ based Microsoft Foundation Class Library, it does not offer a comparable paradigm〔Appendix B. Moving from MFC, Windows Forms 2.0 Programming By Chris Sells, Michael Weinhardt. Addison-Wesley Professional; 2nd edition (May 16, 2006)〕 and only acts as a platform for the user interface tier in a multi-tier solution.〔Introduction to Windows Forms (Visual Studio 2003 documentation), Microsoft 2003,https://msdn.microsoft.com/en-us/library/aa983655(v=vs.71).aspx〕 == Architecture == A ''Windows Forms application'' is an event-driven application supported by Microsoft's .NET Framework. Unlike a batch program, it spends most of its time simply waiting for the user to do something, such as fill in a text box or click a button. Windows Forms provides access to native Windows User Interface Common Controls by wrapping the extant Windows API in managed code.〔C# 4.0 Unleashed By Bart De Smet. Sams Publishing, Jan 4, 2011 Chapter 5 ()〕 With the help of Windows Forms, the .NET Framework provides a more comprehensive abstraction above the Win32 API than Visual Basic or MFC did.〔NET Windows Forms in a Nutshell By Ian Griffiths, Matthew Adams O'Reilly Media (March 2003). p4〕
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Windows Forms」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|