Drstein99 Posted February 17, 2004 Posted February 17, 2004 My application uses a full-screen interface. It also uses a .dll that I call. Inside the .dll I must call forms with dialog boxes. When I call the function inside .dll that shows these dialog forms, they appear IN BACK of the application form, which can't happen, since the application is full screen. How do I get these forms from the .dll to pop-up in front of the main application form, which is full screen? Quote www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
I Schobert Posted February 18, 2004 Posted February 18, 2004 Drstein99, can it be that you have set the TopMost property of your app form to be true? If not, what kind of a FormBorderStyle property do you use? Maybe try another one, I believe, for example, that FixedDialog would always show up on top (although I am not sure). Let me know if it works.... Quote IS
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.