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!

Search results for query: *

  • Users: kanat
  • Order by date
  1. kanat

    Office Automation in Visual C++.NET

    thanx for your answer IonFilipski. I cant manage to use Automation in .NET if you have a time, could you a simple example. for example: I #include "CApplication.h" but I always have a compiler error "_Application is not defined."
  2. kanat

    Office Automation in Visual C++.NET

    hi, In all tutorials I read, the Automation is for VC++6, and if insert a class from type library, for example for MS Excel, I have a class named Excel.h and Excel.cpp files. but in .NET I have different Files for every class. is this a right way, or there are other more simple ways for that...
  3. kanat

    Office Automation in Visual C++.NET

    hi, In all tutorials I read, the Automation is for VC++6, and if insert a class from type library, for example for MS Excel, I have a class named Excel.h and Excel.cpp files. but in .NET I have different Files for every class. is this a right way, or there are other more simple ways for that...
  4. kanat

    HELP!!!! the Very Simple program

    thankx for your reply this was a part of full code, that is why the T1 edit box does not appear in the text. I fuond the mistake: instead of "Javascript" there was "JavaScipt", that is, 'r' letter was missing. I write programs in VC++, and used to debuggers, that is why I...
  5. kanat

    HELP!!!! the Very Simple program

    in the following code I get error, help please. I cant make it: <SCRIPT Language=&quot;JavaScipt&quot;> var a1 = 1 var res=0 var tmp=0 function check(q, a) { if (q==1) if (a==a1) { res=tmp+1 tmp = res } return true } function ShowRes() { window.document.text1.T1.value = res }...
  6. kanat

    Visual c++ database sort-search..

    Hi, sorry for such a question, I am learning database programming, I could not find any article on this topic (How to implement sorting and searching in the database-table) could you spare a little time to help me. thanx.
  7. kanat

    Visual c++ Ms Word DDE

    Hi I am writing an application which gets data from Access and sends to Word I have problem with following: I don't know MS Word commands I need commands such as tabulation, new line, delete etc. and how to send to tables in Word?

Part and Inventory Search

Back
Top