A
Anne
Guru:
I have a base form say Form1, whenever I click on Form1, Form2 will display.
My question is:
while Form2 is showing, how could I catch click event on Form1?
Here is the fuction to show Form2:
privated: void DoubleClickHandler()
{
Form2->ShowDialog();
Form2->Refresh();
}
I have a base form say Form1, whenever I click on Form1, Form2 will display.
My question is:
while Form2 is showing, how could I catch click event on Form1?
Here is the fuction to show Form2:
privated: void DoubleClickHandler()
{
Form2->ShowDialog();
Form2->Refresh();
}