M
Maarten
Hi,
I have an MDI interface.
In the parrentform i can open multiple childforms.
form program1
form program2
form program3
....
like this
DocNum++;
Worksheet.Text = "Document " + DocNum.ToString();
Worksheet.MdiParent = this;
Worksheet.Text = "Program " + DocNum;
Worksheet.Name = "Program " + DocNum;
Worksheet.Show();
the form that's loaded has a timer on it.
I'm trying to start the timer from the parentform with a startbutton in a
toolbar.
is there a way to only start the timer on the active mdichild.
or let the user choose a form where he wants the timer to start. <---- i
prefer this.
Kind regards Maarten.
I have an MDI interface.
In the parrentform i can open multiple childforms.
form program1
form program2
form program3
....
like this
DocNum++;
Worksheet.Text = "Document " + DocNum.ToString();
Worksheet.MdiParent = this;
Worksheet.Text = "Program " + DocNum;
Worksheet.Name = "Program " + DocNum;
Worksheet.Show();
the form that's loaded has a timer on it.
I'm trying to start the timer from the parentform with a startbutton in a
toolbar.
is there a way to only start the timer on the active mdichild.
or let the user choose a form where he wants the timer to start. <---- i
prefer this.
Kind regards Maarten.