khowell78737
Programmer
How do you reference a control on another form?
I would like to unhide and increment a progress bar on the MDI parent from an MDI child.
I have tried (from the mdi_child):
dim mdiForm as mdi_parent
mdiForm.ProgressBar.Visible = True
and so on... but this doens't seem to work
I have tried referencing the mdi_parent without dimming it but this gives me a different set of properties.
What am I doing wrong?
Thanks in advance,
Kevin Howell
I would like to unhide and increment a progress bar on the MDI parent from an MDI child.
I have tried (from the mdi_child):
dim mdiForm as mdi_parent
mdiForm.ProgressBar.Visible = True
and so on... but this doens't seem to work
I have tried referencing the mdi_parent without dimming it but this gives me a different set of properties.
What am I doing wrong?
Thanks in advance,
Kevin Howell