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 gkittelson 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: *

  1. pgwebece7

    making a skinned program

    I would like to create a program that has a diferent user interface than standard windows user interface (something like winamp).I know it must be pretty hard so I don't ask for full explanations , but I be very happy to receive some links to tutorials on the subject.At the time I'm studying...
  2. pgwebece7

    changing path in #import directive at runtime

    I've copied msado15.dll in c:\program and compiled the project with #import "c:\program\msado15.dll" .It worked.If I run the program outside VC++ an invalid pointer error appeared , unless I run regsvr32 c:\program\msado15.dll .
  3. pgwebece7

    changing path in #import directive at runtime

    The reason I want to change the path at runtime is that windows drive is not c: on all user's computers , so I can't simply use c:\progra~1\common~1\system\ado\msado15.dll and as far as I know msado15.dll must be at the same location at runtime as it was at compile - time ,otherwise an invalid...
  4. pgwebece7

    changing path in #import directive at runtime

    Is it posible to change to change the path to a dll used through #import directive at runtime ?
  5. pgwebece7

    renaming a table field with ADO

    Sorry,my internet is dial-up and I was In hurry. I forgot to mention I need a C++ code and with ACCESS *mdb files.
  6. pgwebece7

    renaming a table field with ADO

    Is it possible to rename a database table field using either ADO objects or Jet SQL ?
  7. pgwebece7

    ADO VC++ Extensions

    I am using ADO VisualC++ Extensions for accessing my database.I'm using Access *.mdb files eith JET engine. All types of dates update just fine except varChar types that are empty.To update this fields I have to initializate them first using variants then I can freely update them using...

Part and Inventory Search

Back
Top