<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp_by_API%2FSystem.Windows.Forms%2FSystemInformation</id>
		<title>Csharp/C Sharp by API/System.Windows.Forms/SystemInformation - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp_by_API%2FSystem.Windows.Forms%2FSystemInformation"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/SystemInformation&amp;action=history"/>
		<updated>2026-04-30T01:00:18Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/SystemInformation&amp;diff=4202&amp;oldid=prev</id>
		<title> в 15:31, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/SystemInformation&amp;diff=4202&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:35Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 15:31, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/SystemInformation&amp;diff=4203&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/SystemInformation&amp;diff=4203&amp;oldid=prev"/>
				<updated>2010-05-26T12:10:02Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==SystemInformation.ArrangeDirection==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.ArrangeDirection);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.ArrangeStartingPosition==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.ArrangeStartingPosition);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.ArrangeStartingPosition(all System Information==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
class SysInfoStrings&lt;br /&gt;
{&lt;br /&gt;
     public static string[] Values&lt;br /&gt;
     {&lt;br /&gt;
          get &lt;br /&gt;
          { &lt;br /&gt;
              return new string[] &lt;br /&gt;
              {&lt;br /&gt;
              SystemInformation.ArrangeDirection.ToString(),&lt;br /&gt;
              SystemInformation.ArrangeStartingPosition.ToString(),&lt;br /&gt;
              SystemInformation.BootMode.ToString(),&lt;br /&gt;
              SystemInformation.Border3DSize.ToString(),&lt;br /&gt;
              SystemInformation.BorderSize.ToString(),&lt;br /&gt;
              SystemInformation.CaptionButtonSize.ToString(),&lt;br /&gt;
              SystemInformation.CaptionHeight.ToString(),&lt;br /&gt;
              SystemInformation.ruputerName,&lt;br /&gt;
              SystemInformation.CursorSize.ToString(),&lt;br /&gt;
              SystemInformation.DbcsEnabled.ToString(),&lt;br /&gt;
              SystemInformation.DebugOS.ToString(),&lt;br /&gt;
              SystemInformation.DoubleClickSize.ToString(),&lt;br /&gt;
              SystemInformation.DoubleClickTime.ToString(),&lt;br /&gt;
              SystemInformation.DragFullWindows.ToString(),&lt;br /&gt;
              SystemInformation.DragSize.ToString(),&lt;br /&gt;
              SystemInformation.FixedFrameBorderSize.ToString(),&lt;br /&gt;
              SystemInformation.FrameBorderSize.ToString(),&lt;br /&gt;
              SystemInformation.HighContrast.ToString(),&lt;br /&gt;
              SystemInformation.HorizontalScrollBarArrowWidth.ToString(),&lt;br /&gt;
              SystemInformation.HorizontalScrollBarHeight.ToString(),&lt;br /&gt;
              SystemInformation.HorizontalScrollBarThumbWidth.ToString(),&lt;br /&gt;
              SystemInformation.IconSize.ToString(),&lt;br /&gt;
              SystemInformation.IconSpacingSize.ToString(),&lt;br /&gt;
              SystemInformation.KanjiWindowHeight.ToString(),&lt;br /&gt;
              SystemInformation.MaxWindowTrackSize.ToString(),&lt;br /&gt;
              SystemInformation.MenuButtonSize.ToString(),&lt;br /&gt;
              SystemInformation.MenuCheckSize.ToString(),&lt;br /&gt;
              SystemInformation.MenuFont.ToString(),&lt;br /&gt;
              SystemInformation.MenuHeight.ToString(),&lt;br /&gt;
              SystemInformation.MidEastEnabled.ToString(),&lt;br /&gt;
              SystemInformation.MinimizedWindowSize.ToString(),&lt;br /&gt;
              SystemInformation.MinimizedWindowSpacingSize.ToString(),&lt;br /&gt;
              SystemInformation.MinimumWindowSize.ToString(),&lt;br /&gt;
              SystemInformation.MinWindowTrackSize.ToString(),&lt;br /&gt;
              SystemInformation.MonitorCount.ToString(),&lt;br /&gt;
              SystemInformation.MonitorsSameDisplayFormat.ToString(),&lt;br /&gt;
              SystemInformation.MouseButtons.ToString(),&lt;br /&gt;
              SystemInformation.MouseButtonsSwapped.ToString(),&lt;br /&gt;
              SystemInformation.MousePresent.ToString(),&lt;br /&gt;
              SystemInformation.MouseWheelPresent.ToString(),&lt;br /&gt;
              SystemInformation.MouseWheelScrollLines.ToString(),&lt;br /&gt;
              SystemInformation.NativeMouseWheelSupport.ToString(),&lt;br /&gt;
              SystemInformation.Network.ToString(),&lt;br /&gt;
              SystemInformation.PenWindows.ToString(),&lt;br /&gt;
              SystemInformation.PrimaryMonitorMaximizedWindowSize.ToString(),&lt;br /&gt;
              SystemInformation.PrimaryMonitorSize.ToString(),&lt;br /&gt;
              SystemInformation.RightAlignedMenus.ToString(),&lt;br /&gt;
              SystemInformation.Secure.ToString(),&lt;br /&gt;
              SystemInformation.ShowSounds.ToString(),&lt;br /&gt;
              SystemInformation.SmallIconSize.ToString(),&lt;br /&gt;
              SystemInformation.ToolWindowCaptionButtonSize.ToString(),&lt;br /&gt;
              SystemInformation.ToolWindowCaptionHeight.ToString(),&lt;br /&gt;
              SystemInformation.UserDomainName,&lt;br /&gt;
              SystemInformation.UserInteractive.ToString(),&lt;br /&gt;
              SystemInformation.UserName,&lt;br /&gt;
              SystemInformation.VerticalScrollBarArrowHeight.ToString(),&lt;br /&gt;
              SystemInformation.VerticalScrollBarThumbHeight.ToString(),&lt;br /&gt;
              SystemInformation.VerticalScrollBarWidth.ToString(),&lt;br /&gt;
              SystemInformation.VirtualScreen.ToString(),&lt;br /&gt;
              SystemInformation.WorkingArea.ToString(),&lt;br /&gt;
              };&lt;br /&gt;
          }    &lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.BootMode==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.BootMode);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.Border3DSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.Border3DSize);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.BorderSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.BorderSize);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.CaptionButtonSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class BetterDialog: Form&lt;br /&gt;
{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Application.Run(new BetterDialog());&lt;br /&gt;
     }&lt;br /&gt;
     public BetterDialog()&lt;br /&gt;
     {&lt;br /&gt;
          Menu = new MainMenu();&lt;br /&gt;
          Menu.MenuItems.Add(&amp;quot;&amp;amp;Dialog!&amp;quot;, new EventHandler(MenuOnClick));&lt;br /&gt;
     }&lt;br /&gt;
     void MenuOnClick(object obj, EventArgs ea)&lt;br /&gt;
     {&lt;br /&gt;
          BetterDialogBox dlg = new BetterDialogBox();&lt;br /&gt;
          DialogResult    dr  = dlg.ShowDialog();&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(dr);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
class BetterDialogBox: Form&lt;br /&gt;
{&lt;br /&gt;
     public BetterDialogBox()&lt;br /&gt;
     {&lt;br /&gt;
          Text = &amp;quot;Better Dialog Box&amp;quot;;&lt;br /&gt;
   &lt;br /&gt;
          FormBorderStyle = FormBorderStyle.FixedDialog;&lt;br /&gt;
          ControlBox      = false;&lt;br /&gt;
          MaximizeBox     = false;&lt;br /&gt;
          MinimizeBox     = false;&lt;br /&gt;
          ShowInTaskbar   = false;&lt;br /&gt;
          StartPosition   = FormStartPosition.Manual;&lt;br /&gt;
          Location        = ActiveForm.Location + &lt;br /&gt;
                            SystemInformation.CaptionButtonSize +&lt;br /&gt;
                            SystemInformation.FrameBorderSize;&lt;br /&gt;
   &lt;br /&gt;
          Button btn = new Button();&lt;br /&gt;
          btn.Parent   = this;&lt;br /&gt;
          btn.Text     = &amp;quot;OK&amp;quot;;&lt;br /&gt;
          btn.Location = new Point(50, 50);&lt;br /&gt;
          btn.Size     = new Size (10 * Font.Height, 2 * Font.Height);&lt;br /&gt;
          btn.DialogResult = DialogResult.OK;&lt;br /&gt;
   &lt;br /&gt;
          AcceptButton = btn;&lt;br /&gt;
   &lt;br /&gt;
          btn = new Button();&lt;br /&gt;
          btn.Parent   = this;&lt;br /&gt;
          btn.Text     = &amp;quot;Cancel&amp;quot;;&lt;br /&gt;
          btn.Location = new Point(50, 100);&lt;br /&gt;
          btn.Size     = new Size (10 * Font.Height, 2 * Font.Height);&lt;br /&gt;
          btn.DialogResult = DialogResult.Cancel;&lt;br /&gt;
   &lt;br /&gt;
          CancelButton = btn;&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.CaptionHeight==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.CaptionHeight);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.ComputerName==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.ruputerName);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.CursorSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.CursorSize);&lt;br /&gt;
   &lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.DbcsEnabled==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.DbcsEnabled);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.DoubleClickSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.DoubleClickTime==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.FrameBorderSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class BetterDialog: Form&lt;br /&gt;
{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Application.Run(new BetterDialog());&lt;br /&gt;
     }&lt;br /&gt;
     public BetterDialog()&lt;br /&gt;
     {&lt;br /&gt;
          Menu = new MainMenu();&lt;br /&gt;
          Menu.MenuItems.Add(&amp;quot;&amp;amp;Dialog!&amp;quot;, new EventHandler(MenuOnClick));&lt;br /&gt;
     }&lt;br /&gt;
     void MenuOnClick(object obj, EventArgs ea)&lt;br /&gt;
     {&lt;br /&gt;
          BetterDialogBox dlg = new BetterDialogBox();&lt;br /&gt;
          DialogResult    dr  = dlg.ShowDialog();&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(dr);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
class BetterDialogBox: Form&lt;br /&gt;
{&lt;br /&gt;
     public BetterDialogBox()&lt;br /&gt;
     {&lt;br /&gt;
          Text = &amp;quot;Better Dialog Box&amp;quot;;&lt;br /&gt;
   &lt;br /&gt;
          FormBorderStyle = FormBorderStyle.FixedDialog;&lt;br /&gt;
          ControlBox      = false;&lt;br /&gt;
          MaximizeBox     = false;&lt;br /&gt;
          MinimizeBox     = false;&lt;br /&gt;
          ShowInTaskbar   = false;&lt;br /&gt;
          StartPosition   = FormStartPosition.Manual;&lt;br /&gt;
          Location        = ActiveForm.Location + &lt;br /&gt;
                            SystemInformation.CaptionButtonSize +&lt;br /&gt;
                            SystemInformation.FrameBorderSize;&lt;br /&gt;
   &lt;br /&gt;
          Button btn = new Button();&lt;br /&gt;
          btn.Parent   = this;&lt;br /&gt;
          btn.Text     = &amp;quot;OK&amp;quot;;&lt;br /&gt;
          btn.Location = new Point(50, 50);&lt;br /&gt;
          btn.Size     = new Size (10 * Font.Height, 2 * Font.Height);&lt;br /&gt;
          btn.DialogResult = DialogResult.OK;&lt;br /&gt;
   &lt;br /&gt;
          AcceptButton = btn;&lt;br /&gt;
   &lt;br /&gt;
          btn = new Button();&lt;br /&gt;
          btn.Parent   = this;&lt;br /&gt;
          btn.Text     = &amp;quot;Cancel&amp;quot;;&lt;br /&gt;
          btn.Location = new Point(50, 100);&lt;br /&gt;
          btn.Size     = new Size (10 * Font.Height, 2 * Font.Height);&lt;br /&gt;
          btn.DialogResult = DialogResult.Cancel;&lt;br /&gt;
   &lt;br /&gt;
          CancelButton = btn;&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.MouseButtons==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.MouseButtonsSwapped==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.MousePresent==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.MouseWheelPresent==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.MouseWheelScrollLines==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.NativeMouseWheelSupport==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class MainClass{&lt;br /&gt;
  static void Main() &lt;br /&gt;
  {&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickSize&amp;quot;+ SystemInformation.DoubleClickSize.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;DoubleClickTime&amp;quot;+SystemInformation.DoubleClickTime.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtons&amp;quot;+SystemInformation.MouseButtons.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseButtonsSwapped&amp;quot;+SystemInformation.MouseButtonsSwapped.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MousePresent&amp;quot;+SystemInformation.MousePresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelPresent&amp;quot;+SystemInformation.MouseWheelPresent.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;MouseWheelScrollLines&amp;quot;+SystemInformation.MouseWheelScrollLines.ToString());&lt;br /&gt;
    Console.WriteLine(&amp;quot;NativeMouseWheelSupport&amp;quot;+SystemInformation.NativeMouseWheelSupport.ToString());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.PrimaryMonitor==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class ScribbleWithBitmap: Form&lt;br /&gt;
{&lt;br /&gt;
     bool     bTracking;&lt;br /&gt;
     Point    ptLast;&lt;br /&gt;
     Bitmap   bitmap;&lt;br /&gt;
     Graphics grfxBm;&lt;br /&gt;
   &lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Application.Run(new ScribbleWithBitmap());&lt;br /&gt;
     }&lt;br /&gt;
     public ScribbleWithBitmap()&lt;br /&gt;
     {&lt;br /&gt;
          Text = &amp;quot;Scribble with Bitmap&amp;quot;;&lt;br /&gt;
          Size size = SystemInformation.PrimaryMonitorMaximizedWindowSize;&lt;br /&gt;
          bitmap = new Bitmap(size.Width, size.Height);&lt;br /&gt;
   &lt;br /&gt;
          grfxBm = Graphics.FromImage(bitmap);&lt;br /&gt;
          grfxBm.Clear(BackColor);&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseDown(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          if (mea.Button != MouseButtons.Left)&lt;br /&gt;
               return;&lt;br /&gt;
   &lt;br /&gt;
          ptLast = new Point(mea.X, mea.Y);&lt;br /&gt;
          bTracking = true;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseMove(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          if (!bTracking)&lt;br /&gt;
               return;&lt;br /&gt;
   &lt;br /&gt;
          Point ptNew = new Point(mea.X, mea.Y);&lt;br /&gt;
          &lt;br /&gt;
          Pen pen = new Pen(ForeColor);&lt;br /&gt;
          Graphics grfx = CreateGraphics();&lt;br /&gt;
          grfx.DrawLine(pen, ptLast, ptNew);&lt;br /&gt;
          grfx.Dispose();&lt;br /&gt;
   &lt;br /&gt;
          grfxBm.DrawLine(pen, ptLast, ptNew);&lt;br /&gt;
   &lt;br /&gt;
          ptLast = ptNew;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseUp(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          bTracking = false;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnPaint(PaintEventArgs pea)&lt;br /&gt;
     {&lt;br /&gt;
          Graphics grfx = pea.Graphics;&lt;br /&gt;
          grfx.DrawImage(bitmap, 0, 0, bitmap.Width, bitmap.Height);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.PrimaryMonitorMaximizedWindowSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;  &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class ScribbleWithBitmap: Form&lt;br /&gt;
{&lt;br /&gt;
     bool     bTracking;&lt;br /&gt;
     Point    ptLast;&lt;br /&gt;
     Bitmap   bitmap;&lt;br /&gt;
     Graphics grfxBm;&lt;br /&gt;
   &lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Application.Run(new ScribbleWithBitmap());&lt;br /&gt;
     }&lt;br /&gt;
     public ScribbleWithBitmap()&lt;br /&gt;
     {&lt;br /&gt;
          Size size = SystemInformation.PrimaryMonitorMaximizedWindowSize;&lt;br /&gt;
          bitmap = new Bitmap(size.Width, size.Height);&lt;br /&gt;
   &lt;br /&gt;
          grfxBm = Graphics.FromImage(bitmap);&lt;br /&gt;
          grfxBm.Clear(BackColor);&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseDown(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          if (mea.Button != MouseButtons.Left)&lt;br /&gt;
               return;&lt;br /&gt;
   &lt;br /&gt;
          ptLast = new Point(mea.X, mea.Y);&lt;br /&gt;
          bTracking = true;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseMove(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          if (!bTracking)&lt;br /&gt;
               return;&lt;br /&gt;
   &lt;br /&gt;
          Point ptNew = new Point(mea.X, mea.Y);&lt;br /&gt;
          &lt;br /&gt;
          Pen pen = new Pen(ForeColor);&lt;br /&gt;
          Graphics grfx = CreateGraphics();&lt;br /&gt;
          grfx.DrawLine(pen, ptLast, ptNew);&lt;br /&gt;
          grfx.Dispose();&lt;br /&gt;
   &lt;br /&gt;
          grfxBm.DrawLine(pen, ptLast, ptNew);&lt;br /&gt;
   &lt;br /&gt;
          ptLast = ptNew;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseUp(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          bTracking = false;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnPaint(PaintEventArgs pea)&lt;br /&gt;
     {&lt;br /&gt;
          Graphics grfx = pea.Graphics;&lt;br /&gt;
          grfx.DrawImage(bitmap, 0, 0, bitmap.Width, bitmap.Height);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>