How to have an invisible start up form?

前端 未结 7 2098
眼角桃花
眼角桃花 2020-12-17 16:43

I have an application that is a part of a solution of projects. In this project I would like for it to start up form to be invisible, but still have a notification icon in t

7条回答
  •  遥遥无期
    2020-12-17 17:44

    The easiest way is to set the opacity of the form to 0%. When you want it to appear, set it back to 100%

提交回复
热议问题