怎麼讓彈出的窗體form顯示在螢幕的某乙個座標位置 delphi / windows sdk/api
怎麼讓彈出的窗體form顯示在螢幕的某乙個座標位置
例如:
form.show;
................
......................
有postion屬性 可以讓窗體顯示在中間的 具體的自己設定看看
設定left/top屬性
設定form.left,from.top
在設計時,將窗體拖放到你要顯示的位置,檢視此時窗體的屬性視窗中的:left height top
width 記住他們的值,然後再顯示窗體之前將記下的這些值賦值給他們,即可.
強烈鄙視問題解決後不結貼的人!
強烈鄙視技術問題解決後把貼子轉移到非技術區的人!
鄙視你們!
謝謝各位
本人不是不結帖!
是沒時間來看!
結了
c 實現Form窗體始終在桌面最前端顯示
方法一 呼叫api system.runtime.interopservices.dllimport user32 charset system.runtime.interopservices.charset.auto,exactspelling true public static extern ...
c 實現Form窗體始終在桌面最前端顯示
方法一 呼叫api system.runtime.interopservices.dllimport user32 charset system.runtime.interopservices.charset.auto,exactspelling true public static extern ...
C 怎麼設定子窗體在主窗體中居中顯示
c 怎麼設定子窗體在主窗體中居中顯示 c 怎麼設定子窗體在主窗體中居中 顯示問題的開始是由c 傳傳看主群裡的印醒提出來的,下面我來說一下解決方案吧 其實表面上看是很簡單的 開始吧,現在有兩個窗體form1主窗體,form2子窗體 而且我相信大部分人都會這樣寫 在子窗體的load事件中 這樣寫this...