what's da prb wid dis code, its not working properly
VB Code:
Private Sub MDIForm_Activate() Frm_Info.Show End Sub Private Sub MDIForm_Deactivate() Frm_Info.Hide End Sub
Printable View
what's da prb wid dis code, its not working properly
VB Code:
Private Sub MDIForm_Activate() Frm_Info.Show End Sub Private Sub MDIForm_Deactivate() Frm_Info.Hide End Sub
Try...
VB Code:
Private Sub MDIForm_Activate() Me.Show End Sub Private Sub MDIForm_Deactivate() Me.Hide End Sub
can't do dat, i want to hide/show Frm_Info which is not the Mdi Form itself, ne other bright ideas