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 Rhinorhino 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: zyBitX
  • Content: Threads
  • Order by date
  1. zyBitX

    CB_GETCURSEL problem

    When using SendMessage(hCombo,CB_GETCURSEL,0,0); it always returns 0, intead of the index... Any ideas?
  2. zyBitX

    import class from dll.

    I have created a dll like this: In my DLL //MyClassA.h class MyClassA { } //myClassB.h class MyClassB { } //myClassC.h #include "myClassA.h" #include "myClassB.h" class __declspec(dllexport) MyClassC { MyClassA *aObj; MyClassB bObj; } In my Project that imports the Dll...
  3. zyBitX

    ODBC setup

    Hi I'm running W95 and would like to install a ODBC connection to an Access database. In the ODBC windom I can chose a database and all that but the OK button is greyed out so I can never save my choise. Could anyone help me?

Part and Inventory Search

Back
Top