Hi All,
I need some help on how to show a non-modal form from a modal form?
I need to show a Non-modal form when a button click event fires on a modal form?
If i use in Vb "frmxyz.show" i am getting an error, can not show a non-modal window from a modal window.
And also i did try to use the APIs of ShowWindow and SetWindowPOS. With the APIs i am able to show the form but is acting like "Always on Top". Is there any thing that i miss when i use the APIs?
Or Is there any other way that i can achieve this functionality?
Thanks in Advance,
I need some help on how to show a non-modal form from a modal form?
I need to show a Non-modal form when a button click event fires on a modal form?
If i use in Vb "frmxyz.show" i am getting an error, can not show a non-modal window from a modal window.
And also i did try to use the APIs of ShowWindow and SetWindowPOS. With the APIs i am able to show the form but is acting like "Always on Top". Is there any thing that i miss when i use the APIs?
Or Is there any other way that i can achieve this functionality?
Thanks in Advance,