No longer clears the clipboard
This commit is contained in:
parent
19b39a5cce
commit
07e8793183
Binary file not shown.
3
OnePass/Form1.Designer.cs
generated
3
OnePass/Form1.Designer.cs
generated
@ -338,7 +338,8 @@ namespace OnePass
|
|||||||
this.MaximumSize = new System.Drawing.Size(442, 222);
|
this.MaximumSize = new System.Drawing.Size(442, 222);
|
||||||
this.MinimumSize = new System.Drawing.Size(442, 222);
|
this.MinimumSize = new System.Drawing.Size(442, 222);
|
||||||
this.Name = "Form1";
|
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.passCycle)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.passLength)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.passLength)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|||||||
@ -233,13 +233,6 @@ namespace OnePass
|
|||||||
MessageBox.Show("Attempt to capture clipboard data over the network! (Are you using remote desktop w/clipboard)");
|
MessageBox.Show("Attempt to capture clipboard data over the network! (Are you using remote desktop w/clipboard)");
|
||||||
}
|
}
|
||||||
masterpass.Text = "";
|
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)
|
private void extspc_Click(object sender, EventArgs e)
|
||||||
@ -325,5 +318,10 @@ namespace OnePass
|
|||||||
{
|
{
|
||||||
masterpass.UseSystemPasswordChar = !checkBox1.Checked;
|
masterpass.UseSystemPasswordChar = !checkBox1.Checked;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void Form1_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user