Show form as mdi-child from another thread

  • Thread starter Thread starter Frank Uray
  • Start date Start date
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
 
Frank Uray said:
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.

You don't need to open a new thread...

:-)
 
Back
Top