anomaly
10-07-2001, 07:22 PM
ok, when I click on a menu it creates a button of the same name on a toolbar to allow the user to show and hide the window ( like on mirc, icq, ect... ) im having problems making it hide the appropriate window. something like....
If Check1(x).Caption = "Status" Then
If Status.Visible = True Then
Status.Hide
Else
Status.Show
End If
End if
anyone know how I can get around this problem?
Ok....it's basically visual, what about the rest?
If Check1(x).Caption = "Status" Then
If Status.Visible = True Then
Status.Hide
Else
Status.Show
End If
End if
anyone know how I can get around this problem?
Ok....it's basically visual, what about the rest?