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 Wanet Telecoms Ltd 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: 7869278692
  • Order by date
  1. 7869278692

    ReadinReg

    hi, try to user MFC class CRegKey. CRegKey regKey; CString temp; TCHAR sz[100]; if(regKey.Open(HKEY_LOCAL_MACHINE,temp,KEY_ALL_ACCESS)!=0) { //Error } temp.Format(_T("MyValue")); if(regKey.QueryValue(sz,temp,&size) != ERROR_SUCCESS) { //Error. }...
  2. 7869278692

    What's the Windows API? How do I use it with VB6...

    hi, Another good book for Win32 API is "Programming Windows" by "Charls Petzold". good luck, your friend,
  3. 7869278692

    New to Visual C++ 6 Any Pointers

    Hi buddy, the best way to know the name of sites is to search it one the internet. I am giving u some of the names i found usefull. 1> www.codeproject.com 2> www.codeguru.com 3> www.gustavo.net/programming/c__tutorials.shtml 4>...

Part and Inventory Search

Back
Top