----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: KeepTheFaith123 Message 4 in Discussion Hi, If you are targetting Office XP, Microsoft provides wht is called PIA - primary interop assemblies. http://support.microsoft.com/default.aspx?scid=kb;EN-US;328912 http://www.microsoft.com/downloads/details.aspx?FamilyId=C41BD61E-3060-4F71-A6B4-01FEBA508E52&displaylang=en http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_oxppias.asp The PIA are part of Office 2003 and dont require a download. Cheers! Rajiv ----- Original Message ----- From: agnelcjkurian <[EMAIL PROTECTED]> Date: Mon, 28 Jun 2004 01:48:06 -0700 Subject: Re: How to generate word document? To: BDOTNET <[EMAIL PROTECTED]> New Message on BDOTNET How to generate word document? Reply Reply to Sender Recommend Message 2 in Discussion From: agnelcjkurian You need to use interop. Add a reference to MSWORD9.OLB. (This is if you use Word 2K. C:\Program Files\Microsoft Office\Office\MSWORD9.OLB) Then you create a word Application object, then a Document object, then you add your stuff and call the Document objects SaveAs method. Refer MSDN 2000 for more info. View other groups in this category. Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
