Search results for query: *

  • Users: avensus
  • Content: Threads
  • Order by date
  1. A

    Converting VB 5/6 to VB.net

    Can anyone help me do the conversion of a piece of code to vb.net? Would really appreciate as i'm so cut for time. Cheers. :o Option Explicit Dim flight(1 To 10, 1 To 4) As String Dim waiting(1 To 50) As String Dim waitinglist As Integer Private Sub cmdAddToFlight_Click() Dim person As...
Back
Top