D
Dr. Zharkov
Hello. I converted the project from VB6 in VB .NET 2003, however in the
following loop there are errors of a upgrade
(in Help of VB .NET 2003 is not written, how to correct these errors):
For x = Xmin To Xmax
CurrentX = Points(x, Ymin).Trans(1)
CurrentY = Points(x, Ymin).Trans(2)
For y = Ymin + 1 To Ymax
Me.Line(Points(x, y).Trans(1), Points(x, y).Trans(2))
Next y
Next x
The big request: inform, please, how competently to write this loop in VB
..NET?
Beforehand many thanks for the answer, Dr. V.A. Zharkov. Moscow, Russia.
following loop there are errors of a upgrade
(in Help of VB .NET 2003 is not written, how to correct these errors):
For x = Xmin To Xmax
CurrentX = Points(x, Ymin).Trans(1)
CurrentY = Points(x, Ymin).Trans(2)
For y = Ymin + 1 To Ymax
Me.Line(Points(x, y).Trans(1), Points(x, y).Trans(2))
Next y
Next x
The big request: inform, please, how competently to write this loop in VB
..NET?
Beforehand many thanks for the answer, Dr. V.A. Zharkov. Moscow, Russia.