我有很多變量,我想在一個單一的msgbox顯示它的價值,我想把它們放在colums,以便他們可以適合,否則屏幕高度不足夠多,以顯示他們,我的子程序是這樣的......Autohotkey,如何顯示一個MsgBox,可以覆蓋洞屏幕
/::
Msgbox, varColummOne = %varColummOne% `tvarColummTwo = %varColummTwo%... `tnvarColummEight = %varColummEight%
. varColummOne = %varColummOne% `tvarColummTwo = %varColummTwo%... `tnvarColummEight = %varColummEight%
. varColummOne = %varColummOne% `tvarColummTwo = %varColummTwo%... `tnvarColummEight = %varColummEight%
. varColummOne = %varColummOne% `tvarColummTwo = %varColummTwo%... `tnvarColummEight = %varColummEight%
所以有像34行8列,這就是爲什麼我想MSGBOX的寬度是的寬度相同屏幕。但我注意到Msgbox的寬度有一定的像素限制。我怎樣才能克服?任何解決方法?也許是一個gui?一些AHK專家可以舉個例子嗎? thanx先進。
我已經意識到,使用標籤作爲分隔符看起來很邋遢的辯論,因爲有時值是空的,則列失去了那邊距,是否可以使用GUI顯示8列n 15行的表格? thx先進。 – Natysiu16
使用[ListView](https://autohotkey.com/docs/commands/ListView.htm) –
我曾經閱讀過AHK手冊,但關於ListView的手冊部分太大了,請您舉個例子吧? ? thx先進。 – Natysiu16