This is the best I could think of for the code:
Private Sub DiceRollerToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DiceRollerToolStripMenuItem.Click
If Form2.Visible = False Then
Form2.Show()
'Form2.StartPosition = Right
Else
Form2.Hide()
End If
End Sub
Currently since I typed that code up, I started to get errors.

New Topic/Question
Reply



MultiQuote




|