Search results for query: *

  • Users: Geek.NET
  • Content: Threads
  • Order by date
  1. G

    ADODC find method

    hi... what is the problem with this statements in VB.NET...I get an infinite loop Private Sub ClearLabels() 'clear labels ifield n database MS-Access If adoData.Recordset.BOF = False Then adoData.Recordset.MoveFirst() End If adoData.Recordset.Find("fldIndicator='V'") 'find in this...
  2. G

    Form with Console

    hi since I'm the first to put a thread into this section...well I'd like to know if it is possible to link a console application with the form...in other words, I can load the console from a form upon a user request (like clicking on a button), I'd like to make the user able to interact with the...
  3. G

    Vb6 2 Vb.net

    Hi every one! I'm a very new to VB.NET, and I had an application which I wanted to upgraded to VB.NET, I used the VS.NET wizard to upgrade the application, but I had some difficulty to convert the follwoing statemensts from VB6 to VB.NET 1- im OneForm As Form For Each OneForm In forms...
Back
Top