Page Rank

Subscribe

Categories

Recent posts

Alexa Rank

Place form in lower right corner of the screen in C#


  • This topic explains about how to place form in lower right corner of the screen in C# programming.
  • Here you can position form on corner of your screen using C# programming.

SystemInformation ClassPlace form in lower right corner of the screen in C#

  • SystemInformation Class provides information about the current system environment.

Namespace:  System.Windows.Forms

Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

  • Syntax for SystemInformation Class

SystemInformation.WorkingArea PropertyPlace form in lower right corner of the screen in C#

  • SystemInformation.WorkingArea Property gets the size, in pixels, of the working area of the screen.

Namespace:  System.Windows.Forms

Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

  • Syntax for SystemInformation.WorkingArea

Rectangle StructurePlace form in lower right corner of the screen in C#

  • Rectangle Structure stores a set of four integers that represent the location and size of a rectangle.

Namespace:  System.Drawing

Assembly:  System.Drawing (in System.Drawing.dll)


  • Syntax for Rectangle Structure

Rectangle.Left PropertyPlace form in lower right corner of the screen in C#

  • Rectangle.Left Property gets the x-coordinate of the left edge of this Rectangle structure.
  • Syntax for Rectangle.Left property

Rectangle.Top PropertyPlace form in lower right corner of the screen in C#

  •  Rectangle.Top Property gets the y-coordinate of the top edge of this Rectangle structure.

Namespace:  System.Drawing

Assembly:  System.Drawing (in System.Drawing.dll)

Rectangle.Width PropertyPlace form in lower right corner of the screen in C#

  • Rectangle.Width Property gets or sets the width of this Rectangle structure.

Rectangle.Height PropertyPlace form in lower right corner of the screen in C#

  • Help to set the height of the rectangle structure.

Place form in lower right corner of the screen in C# Complete Code

 Place form in lower right corner of the screen in C#


VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">