User Profile
Collapse
-
Thanks guys i will try to do it after that i will post it to you -
This formula works on any shape triangle, square, tripizium. I mean anyLeave a comment:
-
In the case of these coordinates the area is calculated as follows (a,b), (c,d), (e,f)
2*Area=((a*d)+( c*f))-((b*c)+(d*e))
This formula will work in every shape provided i know all coordinates not my situation is to do it in vb so that when i put any number of coordinates it should calculate area for me from those coordinates.Leave a comment:
-
its area of any shape with coordinates, e,g calculating an area of X with coordinates (a,b), (c,d), (e,f), ..........Leave a comment:
-
Yes i facing a problem with starting it, its giving me a head acheLeave a comment:
-
Calculating area
Please somebody assist i have to make a programme in VB 6 to calculate area of any given shape using coordinates. Please assist -
-
Thanks its working wonders i appreciate the time you took assisting meLeave a comment:
-
Thank you a lot but still the problem is not solved. Im a student and yhis is my second week in VB so some languages are not familier with them. How do i restrict the input of alphabet and special characters in regard to my programme...Leave a comment:
-
Isnumeric in all texbox
I have a situation i have a problem to solve my surveying data. Now i want it to respond to data which i input e.g if i put text not a value should make me aware and where i did that mistake.Below is the programme please assist
Private Sub Cmd_Convert_Cli ck(Index As Integer)
'Convert Value in Txt_Degrees
Dim Degrees As Double, Minutes As Double, Seconds As Double, DecDeg As Double
Dim BearingDec As...
No activity results to display
Show More
Leave a comment: