Windows Forms C# - Controls and Code writing

Control class The System.Windows.Forms.Control class is a base class, the basis for all graphical controls, and defines a unified control framework - a programming model on which controls to be developed and implemented. It defines the common properties and events for all controls.
| | | | | |
2018/02/01 23:41

Introduction to Widows Forms and Visual Studio IDE

Visual Studio .NET provides a user-friendly graphic designer for building user interfaces. With it, within a few minutes, a user interface design can be built, whether it's a Windows Forms window, a Web page, or a mobile application interface
CompilationWhen compiling, VS.NET automatically creates the required assemblies and resource files.
| | | | |
2017/10/05 05:45

Introduction to .NET Framework, C# (C Sharp) and Windows Forms

Microsoft .NET Framework

Microsoft .NET Framework is technology for building and running .NET applications. It provides a standard library of classes and a run-time environment called Common Language Runtime (CLR).CLR is the foundation of the .NET Framework. It manages code at execution time, memory management, thread management, remoting.
| | | | |
2017/10/05 03:59