Writing to MSWord problem Programming Web Development by lubber123 … am trying to write some simple PHP script to MSWord but am having problems just getting Word enacted. Does…simple code to bring up Word? [code] <?php $msword = new COM("word.application") or die mysql_error(&…;Documents->Add(); //add some text to the document $msword->Selection->TypeText("Hello World!"); ?> … Adding a picture within msword Programming Software Development by johnroach1985 …: How do I insert a picture in to a msword document using MSWord's bookmark property as range?? I have been searching… Re: Adding a picture within msword Programming Software Development by johnroach1985 OK a am simplifying the question...how do i add a picture to my msword document using a c# program?? Reading MSWord Document through an ASP Statement Programming Web Development by Nandhini I would like to know the ways to read MSWord document through ASP statement.I tried filesystemobject.but it works fine with .txt documents only and not with .doc,.rtf etc files.how to get around this problem?.some say to implement automation objects.what's that? kindly help me thanks in advance Open MSword document from a web site Community Center by Patate I have a web site with MSword documents. When I click on the links, it opens the document from inside the web browser. I was wondering how to do so that when you click the link it opens microsoft word. (Like when you have a link to a .wpt file, it opens corel wordPerfect.) Thanks Re: Open MSword document from a web site Community Center by digital-ether [QUOTE=Patate]I have a web site with MSword documents. When I click on the links, it opens the … Read MSWord file from C++ Programming Software Development by amt_muk Hello friends, Suppose I have a .doc file (MSWord). Now, how can I read that file using C++ console application, ie, not using MFC or any other visual components. Thanks, Amit open, read and write a msword file in vb6 Programming Software Development by greenvader i need to open a msword file using vb6, read the data and insert a new data. could someone please help me with this. thanks in advance Line by Line compare in c++ with two MSWord documents Programming Software Development by sreekiranws … need to do a line by line compare between two Msword 07 documents. I've tried the conventional way of using… To call to msword into a panel in vb.net Programming Software Development by AmalaBtech Hi, i want to call an msword apllication into a panel in vb.net. recommendation for best rich textarea wysiwyg with image upload & msword Programming Web Development by gamebits … related to people doing a copy and paste from a msword document or trying to copy and paste a table seen… Re: recommendation for best rich textarea wysiwyg with image upload & msword Programming Web Development by SeanOBrian > The problems I have with niceEdit are mostly related to people doing a copy and paste from a msword document What we don't have here are the actual problems you are having with the exisiting rich text editor. If you could provide teh ctual issues, we could help you much more effectively. ACCESS MSWORD OPTIONS Hardware and Software Microsoft Windows by DOANLD JP I need to install Z tool in MS WORD and use the option in MSWORD Re: ACCESS MSWORD OPTIONS Hardware and Software Microsoft Windows by oriclon What do you mean by Ztool I am really good with MSWORD Re: Line Count in MSword using vb.net Programming Software Development by jaiprakash15 Will this Work on MsWord..I need to Count The No of Pages and Line in a MsWord File Re: vb and msword Programming Software Development by Kegtapper … that you need to address to position the TABLE in MSWord from VB. You'd have to enumerate the Table and… MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by KevinRP If I have no text highlighted and right click on the mouse the normal menu comes up but with cut and copy greyed out. If I highlight part of the text and right click the mouse the menu shows [B]Move here, Copy Here. link here (greyed out) and cancel[/B]. I cannot find how to change it. It I reinstall Office 2003 that fixes it temporarily but … Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by cguan_77 if you're not on ms office 2003,let's say you right click on an empty space on a desktop, does the option that pops up correct or not? Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by KevinRP The right click menu appears normal. It shows arrange icons by Refresh Paste - greyed out Paste shortcut greyed out Undo delete New Properties To my recollection these are ok. Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by cguan_77 have you tried to install service pack for office 2003? check out this link, download and install office 2003 service pack, but not so sure if it will help you...just try.. [url]http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=E25B7049-3E13-433B-B9D2-5E3C1132F206&displaylang=en[/url] Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by KevinRP Thanks for the suggestion but my computer tells me I have all the updates. Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by cguan_77 it's not an update for the windows, it's the update for Office 2003 Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by KevinRP [QUOTE=cguan_77;895217]it's not an update for the windows, it's the update for Office 2003[/QUOTE] I tried to download the Office 2003 update from the link you suggested but when I tried to install it the computer told me all updates had already been downloaded and installed. Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by ayyam my dear u can use the menu bar better for u and its contain all the commands u wants without use rigth click ..maybe take long time Re: MSWORD 2003 Mouse right click Hardware and Software Microsoft Windows by KevinRP [QUOTE=ayyam;897215]my dear u can use the menu bar better for u and its contain all the commands u wants without use rigth click ..maybe take long time[/QUOTE] Thank you. Re: Adding a picture within msword Programming Software Development by johnroach1985 I must add that the program is written in c# just in case... Re: Reading MSWord Document through an ASP Statement Programming Web Development by Drew MS documents are encoded things, so you cant use FSO to edit it like you could a txt file. Try looking on [url="http://www.aspin.com"]www.aspin.com[/url] or [url="http://www.hotscripts.com"]www.hotscripts.com[/url] for a component/script that would work for editing a MS doc. Re: Open MSword document from a web site Community Center by kc0arf Hello, I do not have an answer for your question, but I do have some things that you might wish to think about. 1) Are all of your viewers going to be MS-Word people, with Windows? Perhaps your website is a closed internal one... where you can plan for your audience. IF that is the case, fine. If not, then you might want to go one step further… Re: Open MSword document from a web site Community Center by Patate Thanks for the reply. Everyone will be using Windows with IE6.0, that's not a problem. My .wpt files work exactly like I want but it does not do the same with my .doc files. Re: Read MSWord file from C++ Programming Software Development by marco93 Use COM A. You can ask on advanced win32 api newsgroup : [url]news://194.177.96.26/comp.os.ms-windows.programmer.win32[/url] where it has often been discussed...