Search results for query: *

  • Users: Victor
  • Content: Threads
  • Order by date
  1. V

    How to Hide a column in ListView contol?

    Could some one please tell me if it is possible to hide a column in ListView control through VB.net and if it is possible, please provide an example showing how to do it? Thanks in advance.
  2. V

    MS Access Exceptions in VB.net

    Hello All, I am wondering if there is any way that you know what type of exception has been thrown from MS Access? for e.g. if there is an error inserting a record would it just throw a generic exception (InvalidOperationException or OleDBException) and you just catch it in VB or is there...
  3. V

    Problem with Updating a record in MS Access

    Hello All, I am trying to use simple update statement but I am keep getting this error message: An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll Following is the code I am trying to execute: Dim strSQL as string strSQL =...
Back
Top