• Home
  • Privacy Policy
Top Menu
  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Compitionpoint

C# Tutorial easy to learn

  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python
Windows Form

Using the TabIndex Property

compitionpoint June 5, 2018 Using the TabIndex Property2018-06-05T15:04:56+00:00 Windows Form No Comment
You can cycle the focus of each control by pressing the tab key on the keyboard. Each control has a TabIndex property which indicates the order each control will get focus when…
Continue Reading
Windows Form

Docking Panels

compitionpoint June 5, 2018 Docking Panels2018-06-05T15:03:04+00:00 Windows Form No Comment
The Dock property allows you to dock the control to any of the edges of the form or its container. It’s another way to make your controls intact when you resize the…
Continue Reading
Windows Form

Anchoring Controls

compitionpoint June 5, 2018 Anchoring Controls2018-06-05T11:47:39+00:00 Windows Form No Comment
One problem when placing controls in a windows form is that their location stays the same when the form is resized. This could result in a total mess of the…
Continue Reading
Windows Form

Designing Windows Forms

compitionpoint June 5, 2018 Designing Windows Forms2018-06-05T11:35:12+00:00 Windows Form No Comment
When designing a user interface, you must consider the location, size, alignment, and colors. Thankfully, Visual Studio has some tools that will aid you when designing user interfaces. For the…
Continue Reading
Windows Form

Timer Control

compitionpoint June 5, 2018 Timer Control2018-06-05T11:21:07+00:00 Windows Form No Comment
The Timer control () is used to execute commands for every tick of time which is specified with an interval. For example, if you want to print your name for every 5…
Continue Reading
Windows Form

TrackBar Control

compitionpoint June 5, 2018 TrackBar Control2018-06-05T11:17:47+00:00 Windows Form No Comment
The TrackBar control () looks like a slider with a thumb that you can move to adjust its value. The part where the thumb points represent the current value. The following shows…
Continue Reading
Windows Form

ToolTip Control

compitionpoint June 5, 2018 ToolTip Control2018-06-05T11:11:35+00:00 Windows Form No Comment
You can use the Tool Tip control () to display tool tips which offer description about the a certain control of part of the GUI. Tool tips can be seen in numerous…
Continue Reading
Windows Form

TabControl

compitionpoint June 5, 2018 TabControl2018-06-05T11:05:23+00:00 Windows Form No Comment
The TabControl control () allows you to create tabbed windows that you can see in many applications. An example of a tabbed window is the properties window of files and the tabs…
Continue Reading

Virtual Methods

compitionpoint June 5, 2018 Virtual Methods2020-09-03T06:54:11+00:00 C# No Comment
Virtual methods are methods of a base class that can be overridden by a method in a derived class to provide a different implementation of that method. For example, you have…
Continue Reading
Windows Form

ListView Control

compitionpoint June 5, 2018 ListView Control2020-09-03T06:50:48+00:00 Windows Form No Comment
The ListView control () allows you to show a list of items in different views and add icons to each of them. The ListView control is composed of ListViewItems which form a grid-like structure of…
Continue Reading
«‹2223242526›»

Categories

  • .Net framework
  • ADO.NET
  • Basic UNIX
  • Blog
  • C#
  • DataGuard
  • Javascript
  • LINQ .Net
  • Oracle Apps DBA
  • Oracle Cloud ICS / OIC
  • Oracle database
  • ORACLE DBA
  • PHP
  • Python
  • R12.2
  • React.js
  • RMAN
  • Technologies
  • Windows Form

Tags

Arrays Assignment Operators Asynchronous Programming Backup Strategies C# Iterators Command Line Arguments Comparison Operators Constant Variables Database Administration Delegates Disaster Recovery Escape Sequences Explicit Conversion Exploring Visual Studio Failed to connect to the Server FRM-92050 Getting Input From User Implicit Conversion Jagged Arrays java.io.IOException Logical Operators Looping Mathematical Operators Method Overloading Migration Named Arguments Nesting if Statements null Coalescing Operator Object Oriented Programming Operator Overloading Operator Precedence Optional Parameters Passing Arguments by Reference Recursion Security strings and regular expressions Telegram The DateTimePicker Control The ListView Control User Interface Using Variables Variables Virtual Methods Visual Studio
Copyright ©2025. Compitionpoint
  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Mesocolumn Theme by Dezzain