Calculate The Distance of Two Points On a Coordinate Plane
Category:
C#, VB.NET, ASP.NETType:
ApplicationsDifficulty:
BeginningAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
This easy to implement sub procedure makes it simple to calculate the distance of two points on a coordinate plane. All you need is four text box controls, a label and command button control, all named accordingly.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: