然後放壹個按鈕(commandbutton1)(用來執行比較代碼),另外屬性caption寫上“比較a、b”,
再放壹個標簽控件(label1)(用來顯示結果)另外把屬性caption內容清除,
雙擊窗體上的commandbutton1,在sub……和end sub之間寫代碼:
dim a,b as integer
a=textbox1.text
b=textbox2.text
if a>b then label1.caption="a比b大"
if a<b then label1.caption="b比a大"
完成
另外,虛機團上產品團購,超級便宜