F
Frank Uray
Hi again
Still having this problem, trying to explain better:
- I have a form (Frm_main) witch is mdi-container
- I have a normal windows form (Frm_child)
- Button1 on Frm_main will show Frm_child as mdi-child
- On the click event on Button1 will a thread be startet
witch is then showing the Frm_child.
- The code for showing Frm_child is implemented in a
procedure witch is called be the new thread.
How can i do this??
Best regards
Frank Uray
Still having this problem, trying to explain better:
- I have a form (Frm_main) witch is mdi-container
- I have a normal windows form (Frm_child)
- Button1 on Frm_main will show Frm_child as mdi-child
- On the click event on Button1 will a thread be startet
witch is then showing the Frm_child.
- The code for showing Frm_child is implemented in a
procedure witch is called be the new thread.
How can i do this??
Best regards
Frank Uray