P
pb
Hi,
I am trying to convert some VB6 code to ASP.NET (as a way of
learning).
How would I declare the following in and vb.net code module?
Public Type POINTAPI()
x As Double
y As Double
End Type
Cheers,
Pb.
I am trying to convert some VB6 code to ASP.NET (as a way of
learning).
How would I declare the following in and vb.net code module?
Public Type POINTAPI()
x As Double
y As Double
End Type
Cheers,
Pb.