Skip to main content

Search

Search

Visiblewindows Is Behind My Windows Form

Comments

1 comment

  • Avatar
    Legacy Poster

    Found my problem. I had the form1.TopMost = true. Therefore it was trumping the btapp.TopMost.

    Before printing I set the form1.topmost = false and then set it back to true at the end.

    0

Please sign in to leave a comment.