vb.net windows form 顯示 console 視窗 (VB.NET)

vb.net windows form 顯示 console 視窗 (VB.NET)

在 Windows Form 應用程式
console的結果,只會顯示在 下方 輸出 內
下方沒有 輸出 標籤,可按 Ctrl+Alt+O 快速鍵
或按 檢視->其他視窗->輸出

Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Console.WriteLine("Hello World")
    End Sub
End Class


如有錯誤 歡迎指正