Search results for query: *

  • Users: klover
  • Content: Threads
  • Order by date
  1. K

    Loop though all textbox in excel using VB .NET

    Hi all I was wondering how to you loop though all the textbox in a excel sheet using VB.NET in VBA this could be done by Dim a as shape For Each a In sheetInput.Shapes (more codes here) Next a but vb .net im not too sure please advise:confused: Thank you
  2. K

    Autocad Suggestion

    Hello VB gurus, Currently i have this program made in VB.net 2003 with this information i'm required ti create a autocad drawing in autocad 2007 i have no idea how about to start this? any suggestions this will be very helpful for me thanks
  3. K

    LoadDataRow

    Hello vb .net gurus i'm trying to place a new data row at the bottom of the datagrid. i took this source code from an existing program that works fine but on the new program i doesn't do same as the existing program. could anyone help me out to see where the problem is occurring i have no...
Back
Top