Hi guys,

I need a little help. I have set the panel on visible as false, so it would not show up when I run the form. I am trying to set the visible as true when I enter my mouse on panel location, but it doesn't show anything....


Code:
    Private Sub Panel1_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles Panel1.Enter
        Panel1.Visible = True
    End Sub

How to set the panel visible as true when I enter my mouse on panel location while the visible are false?


Thanks,
Mark