Please help with this project.

Jul 9, 2013 at 9:36pm
Here maybe this will help if we can fill it in please I would be greatly appreciated.

Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    End Sub

    Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click

    End Sub

    Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click

    End Sub

    Private Sub Label3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label3.Click

    End Sub

    Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged

    End Sub

    Private Sub TextBox3_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged

    End Sub

    Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged

    End Sub
End Class


Here is how it is supposed to work it is to make a damage calculator for a gaming design I just need help with assigning what goes where in the above formula.
Jul 9, 2013 at 9:43pm
You'd probably have more luck getting a response if you posted this on a VB.net forum... rather than a C++ forum.
Jul 9, 2013 at 9:44pm
Whats a good forum for me to use do you know of any?
Jul 9, 2013 at 9:49pm
Sorry, I don't have any VB forums to recommend.
Topic archived. No new replies allowed.