A.ABC$ B.ABC C.‘ABC’ D.”ABC”
A.Load B.UnLoad C.Click D.GotFocus
A.Text1.text=歡迎使用VB B.Text1=”歡迎使用VB” C.Text1.text=’歡迎使用VB’ D.Text1.caption=”歡迎使用VB”