<?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%2FGUI_Windows_Form%2FPassword</id>
		<title>Csharp/C Sharp/GUI Windows Form/Password - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp%2FGUI_Windows_Form%2FPassword"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Password&amp;action=history"/>
		<updated>2026-04-29T21:53:54Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Password&amp;diff=50&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/GUI_Windows_Form/Password&amp;diff=50&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:18Z</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/GUI_Windows_Form/Password&amp;diff=51&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Password&amp;diff=51&amp;oldid=prev"/>
				<updated>2010-05-26T11:32:47Z</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;==Get input from password textbox==&lt;br /&gt;
&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.Collections;&lt;br /&gt;
    using System.ruponentModel;&lt;br /&gt;
    using System.Windows.Forms;&lt;br /&gt;
    using System.Data;&lt;br /&gt;
  public class TextForm : System.Windows.Forms.Form&lt;br /&gt;
    {&lt;br /&gt;
    private System.Windows.Forms.Button btnPasswordDecoderRing;&lt;br /&gt;
    private System.Windows.Forms.Label label3;&lt;br /&gt;
    private System.Windows.Forms.TextBox passwordBox;&lt;br /&gt;
    private System.Windows.Forms.Label label2;&lt;br /&gt;
    private System.Windows.Forms.TextBox capsOnlyBox;&lt;br /&gt;
    private System.Windows.Forms.Button btnGetMultiLineText;&lt;br /&gt;
    private System.Windows.Forms.Label label1;&lt;br /&gt;
    private System.Windows.Forms.TextBox multiLineBox;&lt;br /&gt;
        public TextForm()&lt;br /&gt;
        {&lt;br /&gt;
            InitializeComponent();&lt;br /&gt;
        }&lt;br /&gt;
    private void InitializeComponent()&lt;br /&gt;
    {&lt;br /&gt;
      this.capsOnlyBox = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.multiLineBox = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.label1 = new System.Windows.Forms.Label();&lt;br /&gt;
      this.label2 = new System.Windows.Forms.Label();&lt;br /&gt;
      this.passwordBox = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.btnGetMultiLineText = new System.Windows.Forms.Button();&lt;br /&gt;
      this.btnPasswordDecoderRing = new System.Windows.Forms.Button();&lt;br /&gt;
      this.label3 = new System.Windows.Forms.Label();&lt;br /&gt;
      this.capsOnlyBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;&lt;br /&gt;
      this.capsOnlyBox.Location = new System.Drawing.Point(14, 176);&lt;br /&gt;
      this.capsOnlyBox.Size = new System.Drawing.Size(120, 20);&lt;br /&gt;
      this.capsOnlyBox.TabIndex = 3;&lt;br /&gt;
      this.multiLineBox.AcceptsReturn = true;&lt;br /&gt;
      this.multiLineBox.AcceptsTab = true;&lt;br /&gt;
      this.multiLineBox.Location = new System.Drawing.Point(152, 8);&lt;br /&gt;
      this.multiLineBox.Multiline = true;&lt;br /&gt;
      this.multiLineBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;&lt;br /&gt;
      this.multiLineBox.Size = new System.Drawing.Size(240, 104);&lt;br /&gt;
      this.multiLineBox.TabIndex = 0;&lt;br /&gt;
      this.multiLineBox.Text = &amp;quot;Get text from multiline textbox&amp;quot;;&lt;br /&gt;
      this.label1.Font = new System.Drawing.Font(&amp;quot;Microsoft Sans Serif&amp;quot;, 10F);&lt;br /&gt;
      this.label1.Location = new System.Drawing.Point(8, 8);&lt;br /&gt;
      this.label1.Size = new System.Drawing.Size(136, 56);&lt;br /&gt;
      this.label1.TabIndex = 1;&lt;br /&gt;
      this.label1.Text = &amp;quot;this is a multiline text box&amp;quot;;&lt;br /&gt;
      this.label2.Font = new System.Drawing.Font(&amp;quot;Comic Sans MS&amp;quot;, 12F);&lt;br /&gt;
      this.label2.Location = new System.Drawing.Point(14, 144);&lt;br /&gt;
      this.label2.Size = new System.Drawing.Size(106, 24);&lt;br /&gt;
      this.label2.TabIndex = 4;&lt;br /&gt;
      this.label2.Text = &amp;quot;Caps only!!&amp;quot;;&lt;br /&gt;
      this.passwordBox.Location = new System.Drawing.Point(160, 176);&lt;br /&gt;
      this.passwordBox.PasswordChar = &amp;quot;$&amp;quot;;&lt;br /&gt;
      this.passwordBox.Size = new System.Drawing.Size(232, 20);&lt;br /&gt;
      this.passwordBox.TabIndex = 5;&lt;br /&gt;
      this.passwordBox.Text = &amp;quot;password&amp;quot;;&lt;br /&gt;
      this.btnGetMultiLineText.Location = new System.Drawing.Point(13, 72);&lt;br /&gt;
      this.btnGetMultiLineText.Size = new System.Drawing.Size(120, 32);&lt;br /&gt;
      this.btnGetMultiLineText.TabIndex = 2;&lt;br /&gt;
      this.btnGetMultiLineText.Text = &amp;quot;Get Text&amp;quot;;&lt;br /&gt;
      this.btnGetMultiLineText.Click += new System.EventHandler(this.btnGetMultiLineText_Click);&lt;br /&gt;
      this.btnPasswordDecoderRing.Location = new System.Drawing.Point(280, 144);&lt;br /&gt;
      this.btnPasswordDecoderRing.Size = new System.Drawing.Size(112, 24);&lt;br /&gt;
      this.btnPasswordDecoderRing.TabIndex = 7;&lt;br /&gt;
      this.btnPasswordDecoderRing.Text = &amp;quot;Decode Password&amp;quot;;&lt;br /&gt;
      this.btnPasswordDecoderRing.Click += new System.EventHandler(this.btnPasswordDecoderRing_Click);&lt;br /&gt;
      this.label3.Font = new System.Drawing.Font(&amp;quot;Comic Sans MS&amp;quot;, 12F);&lt;br /&gt;
      this.label3.Location = new System.Drawing.Point(152, 144);&lt;br /&gt;
      this.label3.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
      this.label3.TabIndex = 6;&lt;br /&gt;
      this.label3.Text = &amp;quot;Password Box&amp;quot;;&lt;br /&gt;
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);&lt;br /&gt;
      this.ClientSize = new System.Drawing.Size(408, 221);&lt;br /&gt;
      this.Controls.AddRange(new System.Windows.Forms.Control[] {this.btnPasswordDecoderRing,&lt;br /&gt;
                                      this.label3,&lt;br /&gt;
                                      this.passwordBox,&lt;br /&gt;
                                      this.label2,&lt;br /&gt;
                                      this.capsOnlyBox,&lt;br /&gt;
                                      this.btnGetMultiLineText,&lt;br /&gt;
                                      this.label1,&lt;br /&gt;
                                      this.multiLineBox});&lt;br /&gt;
      this.Text = &amp;quot;TextBox Types&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    protected void btnPasswordDecoderRing_Click (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      MessageBox.Show(passwordBox.Text, &amp;quot;Your password is:&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
    protected void btnGetMultiLineText_Click (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      MessageBox.Show(multiLineBox.Text, &amp;quot;Here is your text&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
        public static void Main(string[] args) &lt;br /&gt;
        {&lt;br /&gt;
            Application.Run(new TextForm());&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;
==Set password mask char==&lt;br /&gt;
&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.Collections;&lt;br /&gt;
    using System.ruponentModel;&lt;br /&gt;
    using System.Windows.Forms;&lt;br /&gt;
    using System.Data;&lt;br /&gt;
  public class TextForm : System.Windows.Forms.Form&lt;br /&gt;
    {&lt;br /&gt;
    private System.Windows.Forms.Button btnPasswordDecoderRing;&lt;br /&gt;
    private System.Windows.Forms.Label label3;&lt;br /&gt;
    private System.Windows.Forms.TextBox passwordBox;&lt;br /&gt;
    private System.Windows.Forms.Label label2;&lt;br /&gt;
    private System.Windows.Forms.TextBox capsOnlyBox;&lt;br /&gt;
    private System.Windows.Forms.Button btnGetMultiLineText;&lt;br /&gt;
    private System.Windows.Forms.Label label1;&lt;br /&gt;
    private System.Windows.Forms.TextBox multiLineBox;&lt;br /&gt;
        public TextForm()&lt;br /&gt;
        {&lt;br /&gt;
            InitializeComponent();&lt;br /&gt;
        }&lt;br /&gt;
    private void InitializeComponent()&lt;br /&gt;
    {&lt;br /&gt;
      this.capsOnlyBox = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.multiLineBox = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.label1 = new System.Windows.Forms.Label();&lt;br /&gt;
      this.label2 = new System.Windows.Forms.Label();&lt;br /&gt;
      this.passwordBox = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.btnGetMultiLineText = new System.Windows.Forms.Button();&lt;br /&gt;
      this.btnPasswordDecoderRing = new System.Windows.Forms.Button();&lt;br /&gt;
      this.label3 = new System.Windows.Forms.Label();&lt;br /&gt;
      this.capsOnlyBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;&lt;br /&gt;
      this.capsOnlyBox.Location = new System.Drawing.Point(14, 176);&lt;br /&gt;
      this.capsOnlyBox.Size = new System.Drawing.Size(120, 20);&lt;br /&gt;
      this.capsOnlyBox.TabIndex = 3;&lt;br /&gt;
      this.multiLineBox.AcceptsReturn = true;&lt;br /&gt;
      this.multiLineBox.AcceptsTab = true;&lt;br /&gt;
      this.multiLineBox.Location = new System.Drawing.Point(152, 8);&lt;br /&gt;
      this.multiLineBox.Multiline = true;&lt;br /&gt;
      this.multiLineBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;&lt;br /&gt;
      this.multiLineBox.Size = new System.Drawing.Size(240, 104);&lt;br /&gt;
      this.multiLineBox.TabIndex = 0;&lt;br /&gt;
      this.multiLineBox.Text = &amp;quot;Get text from multiline textbox&amp;quot;;&lt;br /&gt;
      this.label1.Font = new System.Drawing.Font(&amp;quot;Microsoft Sans Serif&amp;quot;, 10F);&lt;br /&gt;
      this.label1.Location = new System.Drawing.Point(8, 8);&lt;br /&gt;
      this.label1.Size = new System.Drawing.Size(136, 56);&lt;br /&gt;
      this.label1.TabIndex = 1;&lt;br /&gt;
      this.label1.Text = &amp;quot;this is a multiline text box&amp;quot;;&lt;br /&gt;
      this.label2.Font = new System.Drawing.Font(&amp;quot;Comic Sans MS&amp;quot;, 12F);&lt;br /&gt;
      this.label2.Location = new System.Drawing.Point(14, 144);&lt;br /&gt;
      this.label2.Size = new System.Drawing.Size(106, 24);&lt;br /&gt;
      this.label2.TabIndex = 4;&lt;br /&gt;
      this.label2.Text = &amp;quot;Caps only!!&amp;quot;;&lt;br /&gt;
      this.passwordBox.Location = new System.Drawing.Point(160, 176);&lt;br /&gt;
      this.passwordBox.PasswordChar = &amp;quot;$&amp;quot;;&lt;br /&gt;
      this.passwordBox.Size = new System.Drawing.Size(232, 20);&lt;br /&gt;
      this.passwordBox.TabIndex = 5;&lt;br /&gt;
      this.passwordBox.Text = &amp;quot;password&amp;quot;;&lt;br /&gt;
      this.btnGetMultiLineText.Location = new System.Drawing.Point(13, 72);&lt;br /&gt;
      this.btnGetMultiLineText.Size = new System.Drawing.Size(120, 32);&lt;br /&gt;
      this.btnGetMultiLineText.TabIndex = 2;&lt;br /&gt;
      this.btnGetMultiLineText.Text = &amp;quot;Get Text&amp;quot;;&lt;br /&gt;
      this.btnGetMultiLineText.Click += new System.EventHandler(this.btnGetMultiLineText_Click);&lt;br /&gt;
      this.btnPasswordDecoderRing.Location = new System.Drawing.Point(280, 144);&lt;br /&gt;
      this.btnPasswordDecoderRing.Size = new System.Drawing.Size(112, 24);&lt;br /&gt;
      this.btnPasswordDecoderRing.TabIndex = 7;&lt;br /&gt;
      this.btnPasswordDecoderRing.Text = &amp;quot;Decode Password&amp;quot;;&lt;br /&gt;
      this.btnPasswordDecoderRing.Click += new System.EventHandler(this.btnPasswordDecoderRing_Click);&lt;br /&gt;
      this.label3.Font = new System.Drawing.Font(&amp;quot;Comic Sans MS&amp;quot;, 12F);&lt;br /&gt;
      this.label3.Location = new System.Drawing.Point(152, 144);&lt;br /&gt;
      this.label3.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
      this.label3.TabIndex = 6;&lt;br /&gt;
      this.label3.Text = &amp;quot;Password Box&amp;quot;;&lt;br /&gt;
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);&lt;br /&gt;
      this.ClientSize = new System.Drawing.Size(408, 221);&lt;br /&gt;
      this.Controls.AddRange(new System.Windows.Forms.Control[] {this.btnPasswordDecoderRing,&lt;br /&gt;
                                      this.label3,&lt;br /&gt;
                                      this.passwordBox,&lt;br /&gt;
                                      this.label2,&lt;br /&gt;
                                      this.capsOnlyBox,&lt;br /&gt;
                                      this.btnGetMultiLineText,&lt;br /&gt;
                                      this.label1,&lt;br /&gt;
                                      this.multiLineBox});&lt;br /&gt;
      this.Text = &amp;quot;TextBox Types&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    protected void btnPasswordDecoderRing_Click (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      MessageBox.Show(passwordBox.Text, &amp;quot;Your password is:&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
    protected void btnGetMultiLineText_Click (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      MessageBox.Show(multiLineBox.Text, &amp;quot;Here is your text&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
        public static void Main(string[] args) &lt;br /&gt;
        {&lt;br /&gt;
            Application.Run(new TextForm());&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>