关于在窗体上写字.
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Print("hello world")
End Sub
我就是想向窗体上写几个字而已, 可是编译的时候怎么老是提示:
Conversion from string "hello world" to type 'Integer' is not valid.
请问这是怎么回事啊??