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 strongm 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. CrackerSam

    I'm new to C++ programming under UN

    I'm new to C++ programming under UNIX/Linux Is there a C or C++ function that returns the CPU Utilization thanx a lot.
  2. CrackerSam

    String to int?

    you can use int i = Integer.valueOf("010").intValue() ; hope this help you :)
  3. CrackerSam

    how to store information in the registry

    you can do what Samir has sujested for you but with Samir's method you can create/read/write keys in the registry under the HKEY_CURRENT_USER\Software\VB and VBA Program Settings key only there is an other way to do that, it's complicated but useful : goto this ...
  4. CrackerSam

    cc and bcc using winsock - please help!

    hi, a think I have a solution for you. 1- in your rcpt to: add only your to person 2- after data in the header of your message to: user@domain.com<cr> //add your cc and bcc as : cc : cc_user@dmain.com; cc_user2@domain2.com<cr> bcc : bcc_user@domain.com...
  5. CrackerSam

    ADO Recordset AddNew doesn't work.

    Yes, don't use ADO Control (i had this problem in the past) for updating or insertion use Raw SQL (ie 'UPDATE .....' and 'INSERT INTO ...' ---- an other thing , use the DATAENVIRONMENT for connecting to your database (it's very useful).

Part and Inventory Search

Back
Top