跳至主內容

搜尋

搜尋

Visiblewindows Is Behind My Windows Form

評論

1 條評論

  • 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

登入寫評論。