2017年11月21日 星期二

[ VB2010 ] - 001 我的第一個程式 Hello VB2010 World

[ VB2010 ] - 001 我的第一個程式  Hello VB2010 World






Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        TextBox1.Text = "Hello VB2010 World......"
    End Sub
End Class

沒有留言:

張貼留言

Wokwi ESP32 DHT22 & LED + Node-Red + Telegram

 Wokwi ESP32 DHT22 & LED +  Node-Red + Telegram  WOKWI程式 #include " WiFi.h " ; #include < PubSubClient.h > ; #include ...