J. D. JAckson
New member
I am new to VB.Net and working through some issues about comparing calulated values produced in function routines I have written when I click a button.
I have witten the following to compare the values and display a panel if the values are true. The result of the function routines is set to Single.
If PS.Text > P.Text Then
Panel1.Visible = True
Else
Panel1.Visible = False
End If
All the function routines operate correctly and this is the only issue I have with the program I am writing.
Any Help would be greatly appreciated.
I have witten the following to compare the values and display a panel if the values are true. The result of the function routines is set to Single.
If PS.Text > P.Text Then
Panel1.Visible = True
Else
Panel1.Visible = False
End If
All the function routines operate correctly and this is the only issue I have with the program I am writing.
Any Help would be greatly appreciated.