Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
Posted

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....

IS

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...