M
martin.bonneville
Hi,
I have a .Net Form.
When I call the ShowDialog from unmanaged code (C++ compiled in VS2005
/clr),
the dialog don't appear... it seem to be behind the main window.
If I change the property "TopMost" of the form... then it appear
correctly but
all the children form appear behind.
Anyone have an idea how I can show the .Net Form correctly from
unmanaged code?
Best regards,
Martin
I have a .Net Form.
When I call the ShowDialog from unmanaged code (C++ compiled in VS2005
/clr),
the dialog don't appear... it seem to be behind the main window.
If I change the property "TopMost" of the form... then it appear
correctly but
all the children form appear behind.
Anyone have an idea how I can show the .Net Form correctly from
unmanaged code?
Best regards,
Martin