Set location of MessageBox?

前端 未结 4 1288
情歌与酒
情歌与酒 2021-02-14 11:31

I want to print out a message using MessageBox (or similar). I would also like control over where exactly on the screen the box appears but can find nothing in the description o

4条回答
  •  爱一瞬间的悲伤
    2021-02-14 12:21

    MessageBox is a basically a set of defaults. Don't like them? Bring your own. If you don't want a real window with all its complexities, but MessageBox is too restrictring, create a dialog.

提交回复
热议问题