User Profile
Collapse
-
Thank You very much... -
...Code:Public Class Form1 Dim g As Double = -9.81 'Gravity Function Find_Verical_Velocity(ByVal Vy As Double, ByVal mass As Double, ByVal drag_y As Double) As Double If Vy > 0 Then Vy = Vy + ((g - drag_y / mass) * 0.01) 'The equation that gives the velocity is V=Vo-gt Else Vy = Vy + ((g + drag_y / mass) * 0.01) End IfLeave a comment:
-
Visual basic 2005 and excel
Hallo,
I have a problem, I do not know how to convert some data from my visual basic 2005 program into a excel file. Can you please tell me what to do? -
-
Primes Numbers
Hallo
I have a problem. I want to make a program in Visual Basic 2005. It should find and print prime numbers. I do not know how to make it. Can someone helps me.
Thanks
No activity results to display
Show More
Leave a comment: