Arkadaşlar bunun icin 3 adet textbox ve 1 adet buton ekleyin..

Buton adını BAK diye değiştirin....VE BUTONA KODLARI YAZIN

PHP Code:
private sub command1_click()
dim a,b,c,eb,ek as long

a = Text1.Text
b = Text2.Text
c = Text3.Text
If a > b And a > c Then
eb = a
ElseIf b > a And b > c Then
eb = b
ElseIf c > a Then
eb = c
End If
If a