Private Sub TextBox1_KeyPress(sender As Object, e As KeyPressEventArgs) Handles TextBox1.KeyPress
Standard output is empty
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Me.TransparencyKey = Me.BackColor End Sub Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None