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: *

  • Users: 99293
  • Order by date
  1. 99293

    Excel Row column settings when opened through JAVA.

    I am using this code to drive the excel sheet from my JAVA code. Use the worksheet as an object by extending it to the excel8.olb file. Use the following code in your try catch scenario. using namespace Excel; _ApplicationPtr pXL; pXL.CreateInstance(L"Excel.Application.8")...
  2. 99293

    Win32 API or MFC?Please,I need some advice.

    You can read. Programming Windows by -Charles Petzold. Everything is given in that book. I have been working with Win32 APIs and MFCs since 2.5 years. If you have any questions please let me know?
  3. 99293

    Win32 API or MFC?Please,I need some advice.

    You can read. Programming Windows by -Charles Petzold. Everything is given in that book. I have working with Win32 APIs and MFCs since 2.5 years. If you have any questions please let me know?
  4. 99293

    Need 2 API calls

    You can use fSerialPort = fopen("COM1", "r"); fgets(szILine, sizeof(szILine), fSerialPort); Please let me know your results.....

Part and Inventory Search

Back
Top