S
Setsuna
Hi...
i have created a MDI form and a MDI child form.
i am supposed to enable or disable certain menu in the MDI parent form based
on certain condition that occur.
is there anyway of doing it like the old VB6 ways of direct manipulation .
such as
frmMDIParent.mnuAdd.Enabled = True
if not what are the other way
If txtName.text = "T"Then
Dim frmParent As New frmMDIParent()
frmParent.mnuAdd.Enabled = True
frmParent.Show
end if
thanks
stanly
i have created a MDI form and a MDI child form.
i am supposed to enable or disable certain menu in the MDI parent form based
on certain condition that occur.
is there anyway of doing it like the old VB6 ways of direct manipulation .
such as
frmMDIParent.mnuAdd.Enabled = True
if not what are the other way
If txtName.text = "T"Then
Dim frmParent As New frmMDIParent()
frmParent.mnuAdd.Enabled = True
frmParent.Show
end if
thanks
stanly