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 Mike Lewis 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. rveluthattil

    CTime, COleDateTime and milliseconds

    CTime does have a constructor that takes the system time as parameter. you could use the system time and pass it as parameter CTime( const SYSTEMTIME& sysTime, int nDST = -1 );
  2. rveluthattil

    I need to create a VC++ DLL to allow access to a database

    i agree with ionfilipski but if you really want you could wrap around these funtionality into a DLL also. just have ur own database and recordset variables in a class and expose functionality from within that class

Part and Inventory Search

Back
Top