Search results for query: *

  • Users: kajol
  • Order by date
  1. K

    Problem connecting to MySQL Database

    Hi everyone I am trying to connect to a MySQL database from a ".aspx" page, but getting error "Data source name not found and no default driver specified ". I am writing the code as follows... Dim con As Odbc.OdbcConnection = New Odbc.OdbcConnection con.ConnectionString =...
  2. K

    How to simulate "Save Picture As" in VB.NET

    Hi I am facing a problem with VB.NET, can anybody solve my problem? I have an asp page, which gives a new image in every request and there are about 100 images stored in a folder on the web server, the asp file generates a random number and based on that random number it creates a copy of the...
  3. K

    MultiThread in VB.NET

    Hi I want to make an application in VB.NET and I want this application to work as follows, There will be an array of items on which I want to perform a specific operation (MyTask), with the help of multiple threads. for example say the array is holding 12 items in it, and I want to...
Back
Top