Winform Application


ความเข้าใจส่วนตัว

Winform เปล่าที่สร้างขึ้นโดยยังไม่มีการกำหนดใด ๆ
  • เป็นการเขียน application ที่เริ่มต้นด้วยการ ด้วยการ add Winform
  • Application ที่สร้างขึ้น มีการใช้ Form เป็นพื้นฐานหลัก
  • จากนั้นจะเป็นการเพิ่ม control ต่าง ๆ เพื่อให้ได้งานตามต้องการ
  • การทำงานจะมีการกำหนด คุณสมบัติ properties และ เหตุการณ์ event เข้ามาเกี่ยวข้อง


เนื้อหา

เริ่มต้น Winform


Toolbox


  • TheToolbox displays icons for controls and other items that you can add to Visual Studio projects. To open the Toolbox
  •  Toolbox on the View menu. You can dock the Toolbox, and you can pin it open or set it to Auto Hide.  
  • Toolbox icons can be dragged to a design view or pasted in a code editor. Either action adds the fundamental code to create an instance of the Toolbox item in the active project file.
The Toolbox displays only the items that are appropriate to the type of file you are working in. You can search within the Toolbox to further filter the items that appear. If your project requires a control that is not supported by the Client Profile, you can set your project to target the entire framework by editing the project properties.
อ้างอิง https://msdn.microsoft.com/en-us/library/2381cd09.aspx



Common Controls (Toolbox ) เครื่องมือใน Winform Appllication

( ดูรายละเอียด...คลิก)


The Toolbox displays icons for controls and other items that you can add to Visual Studio projects. To open theToolbox, clickToolboxon theViewmenu. You can dock the Toolbox, and you can pin it open or set it toAuto Hide.


Containers