討論串[問題] 視窗位置
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 1→)留言1則,0人參與, 最新作者huggie (huggie)時間18年前 (2007/04/12 12:04), 編輯資訊
0
0
0
內容預覽:
謝謝. 我照著這樣做可是位置沒有到耶. 又約多補了 Top + 173 跟 Width + 61 才到角落. 我把這幾行放在 form 的 constructor 裡面,. InitializeComponent() 之前, 請問這樣對嗎?. 是不是原本在 IDE form properties 中

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者Eric30 (eric)時間18年前 (2007/04/07 20:21), 編輯資訊
0
0
0
內容預覽:
Rectangle rect = Screen.GetWorkingArea(this);. this.Top = rect.Bottom - this.Height;. this.Left = rect.Right - this.Width;. this.StartPosition = FormS

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者huggie (huggie)時間18年前 (2007/04/07 19:14), 編輯資訊
0
0
0
內容預覽:
我想要讓 form 位置開在螢幕右下角. 請問這是要得到螢幕位置嗎? 還是要怎麼做?. 那要怎麼設定呢?. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 211.74.241.114.
首頁
上一頁
1
下一頁
尾頁