Z
zerocostproduct
All,
Been a long time since I messed with VB my brother-in-law is taking a
intro programming class
he wrote the following code but he's getting an error at the
calculation line.
I no longer have VB and looking with my rusty eyes this code didn't
look like VB. After posting in a Visual basics group I was told it's
VB.net.
He's trying to capture seperate values from 2 different txtbox and
display results of calculation in a third txtbox/
Can anyone help?
Private Sub CalulateBtn_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles CalulateBtn.Click
Dim CalulateBtn As Action (Of Textbox3.value * txtInput.value)
End Sub
Been a long time since I messed with VB my brother-in-law is taking a
intro programming class
he wrote the following code but he's getting an error at the
calculation line.
I no longer have VB and looking with my rusty eyes this code didn't
look like VB. After posting in a Visual basics group I was told it's
VB.net.
He's trying to capture seperate values from 2 different txtbox and
display results of calculation in a third txtbox/
Can anyone help?
Private Sub CalulateBtn_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles CalulateBtn.Click
Dim CalulateBtn As Action (Of Textbox3.value * txtInput.value)
End Sub