Search results for query: *

  1. S

    Finding and Listing all ODBC connections on a client machine

    Hello all. Please forgive me if this is not in the right section as I was not entirely sure where to put this one. :) I need to find a way to create a small app that will simply seek out all the ODBC DSN's, including all pertinent information and email it back to me. Does anyone know of a way...
  2. S

    Forcing a SaveFileDialog box to open on top of the form instead of underneath it

    Hello all! I have a situation where I am opening a SaveFileDialog box but it opens underneath my form instead of over it. This is causing my users some confusion. Does anyone know of a way to force that dialog box to be topmost at all times? Thanks to all for the help in advance!
  3. S

    VB App terminates before it hits the load event

    Hello all. I have a unique issue going on and I am hoping someone here has seen this before and can help. I have a simple vb.net app written using MS Visual Studio 2008 with SP1 and .NET framework version 3.5. This app simply queries a MySQL table into a dataset, makes a csv file from that data...
  4. S

    "System.OverFlowException" when I try to create a new datatable.

    Hello all. Thank you all in advance for any and all help with this issue. I have an application where there is a sub that creates a new datatable object. This line of code will randomly generate the following error; **********************************************************...
Back
Top