Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tony00
  • Content: Threads
  • Order by date
  1. tony00

    Problems with DirectDraw surfaces

    I'm working with MS Visual C++ 6 and with DirectX SDK 9. I've been trying to compile a program, but I allways gtet an error when I compile it. I've included the DDraw.lib in the project, but it still won't work. This is the line where I recieve the error: LPDIRECTDRAW7 lpdd = NULL; And the...
  2. tony00

    VBasic and MySQL

    What do I need to connect my VBasic App to a MySQL database using ADODB objects. Thanks.
  3. tony00

    Problems using a SQL INSERT command with ADODB

    I usually program databases using ADODB.Connections, ADODB.Recordsets and Command objects. I create the connection and command objects this way (I'm connecting to an Access database): Set conect = New ADODB.Connection conect.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +...

Part and Inventory Search

Back
Top