No longer clears the clipboard

This commit is contained in:
Ryan Ward 2022-03-14 14:37:09 -04:00
parent 19b39a5cce
commit 07e8793183
7 changed files with 7 additions and 8 deletions

Binary file not shown.

View File

@ -338,7 +338,8 @@ namespace OnePass
this.MaximumSize = new System.Drawing.Size(442, 222);
this.MinimumSize = new System.Drawing.Size(442, 222);
this.Name = "Form1";
this.Text = "OnePass V5.0";
this.Text = "OnePass V5.1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.passCycle)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.passLength)).EndInit();
this.ResumeLayout(false);

View File

@ -233,13 +233,6 @@ namespace OnePass
MessageBox.Show("Attempt to capture clipboard data over the network! (Are you using remote desktop w/clipboard)");
}
masterpass.Text = "";
Generate.Text = "Copied to Clipboard";
Generate.Enabled = false;
Update();
Thread.Sleep(7000);
Generate.Text = "Generate Password";
Generate.Enabled = true;
Clipboard.Clear();
}
private void extspc_Click(object sender, EventArgs e)
@ -325,5 +318,10 @@ namespace OnePass
{
masterpass.UseSystemPasswordChar = !checkBox1.Checked;
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.