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 bkrike 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 WesMc

  1. WesMc

    converting strings to integers

    oops... should be double dX = atof(szX) // convert char* to double
  2. WesMc

    converting strings to integers

    int nAge = atoi( age ); // convert char* to integer double dX = atoi( szX ) // convert char* to double do not forget to .... #include <stdlib.h>
  3. WesMc

    webbrowser

    I have created an XML file. When I attempt to &quot;Navigate&quot; to the file, the contents display correctly in my webbrowser control. However, when I attempt to &quot;Navigate&quot; to about:blank and get the dispatch to the document and try to &quot;write&quot; to the document to try to...
  4. WesMc

    10057 socket is not connected

    With the authentication error, perhaps you need to encode (base 64) username:password.
  5. WesMc

    Create Dll

    Send it to wesley_mccammon@hotmail.com.

Part and Inventory Search

Back
Top