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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Office Automation in Visual C++.NET

Status
Not open for further replies.

kanat

Programmer
Joined
Oct 9, 2002
Messages
7
Location
KG
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?

__________________
Best regards
 
Yes it is this a right way. This is the simpliest mtethod

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
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."
 
Ok, I'll find out.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top