I've put my program on the syetem tay.Now I want to show it when mouse double
click on the icon.
I've write the following code.

Private Sub Form_DblClick()
App.TaskVisible = True
Me.Show
End Sub

But it doesn't work like me want to see.
Help me please.