2017年10月13日 星期五

VB2010 四則運算



Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim A, B, C As Double
        A = Val(TextBox1.Text)
        B = Val(TextBox2.Text)
        C = A + B
        TextBox3.Text = C.ToString
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Dim A, B, C As Double
        A = Val(TextBox1.Text)
        B = Val(TextBox2.Text)
        C = A - B
        TextBox3.Text = C.ToString
    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        Dim A, B, C As Double
        A = Val(TextBox1.Text)
        B = Val(TextBox2.Text)
        C = A * B
        TextBox3.Text = C.ToString
    End Sub

    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
        Dim A, B, C As Double
        A = Val(TextBox1.Text)
        B = Val(TextBox2.Text)
        C = A / B
        TextBox3.Text = C.ToString
    End Sub
End Class

沒有留言:

張貼留言

Adam DO*5 DI*12 + Python + Node-Red

 Adam DO*5 DI*12 + Python + Node-Red 為了讓您的系統穩定運行,建議的最終接線如下: 功能 ADAM 端子 對接目標 DI 輸入 (乾接點) DI0 ~ DI11 開關的一端 DI 共同端 DI.COM 開關的另一端 (接 GND) DO 輸出...