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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gscti

  1. gscti

    Changing the Root Registry Key

    Hi, Does anyone know of a way to change the root registry key from HKEY_CURRENT_USER to HKEY_LOCAL_MACHINE. I do the following code: SetRegistryKey(_T("CTI")); m_pszProfileName = _tcsdup(_T("TIP Medical")); LoadStdProfileSettings(); CString strTemp; strTemp =...
  2. gscti

    Displaying MS Access Form from VC++ application

    Hi, Does anyone know if there is a way to display a form contained in a Microsoft Access DB from a Visual C++ application? There is no guarantee that MS Access will be installed on the machine. Thanks Gary

Part and Inventory Search

Back
Top