o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Word document inside IE !!!!!! -

How do we get the word functionalities when I open a word document through an IE??

I am able to view all the menus and work with the file same way as a standalone word document.

Is it possible to get anyother application like Notepad or wordpad documents inside IE like word??

 

Word document inside IE !!!!!! -
How do we get the word functionalities when I open a word document through an IE?? I am able to view all the menus and work with the file same way as a standalone word document. Is it possible to get anyother application like Notepad or wordpad documents inside IE like word??


Word document inside form -
What is the component (activeX) that adds an area for WORD document in the form? and how can I open Word document with this activeX? I need to display the content of the word document without allowing editing..


Control Word Doc under Web Browser Control VB.Net -
Hi all, I'm creating a program with VB.NET 2005. The program will open a word document under web browser control. It means the word document will be shown inside the web browser control. I'm able to open the word doc insdie the Web browser with Navigate. But my question here, can I


How to set the active document -
I have a VB Script that opens a Word Document using WshShell.run "WINWORD" + the filename. Inside Word I have a VBA macro that performs some processing on that document - it use code that modifies the active document. My issue is that if the user has any other Word wind


How to Integrate MS Word in my VB application -
Hi, I want to integrate MS Word into My application. I know that MS Word supports automation and I can control MS Word from VB. But that runs MS Word in its own window. What I want is MS Word to be run Inside My application window. One example of what I want is the way WebBrowser


[2005] Accessing the content of word 2003 document using .Net 2.0 -
Hi We have lots of word documents that have a specific constant template like this: - They all have in the head of the document, a table with 3 rows and in the 3rd row of that table, there is a subject column including the subject of the document. And at the beg


How to display WORD document in form -
Hi guys...I have a WORD document with text and pictures inside, say for example 5 pages... Is it possible to display the WORD document in a form if so how do I do that? Would be great if some simple sample code can be provided for me to build on....... Thanks


How to display word document in vb form -
Hi, I want to open a word document inside of a vb form. I tried with an OLE control, it work, but can not navigate in my document. Any clues? Thank's


Inserting a word document into a form -
I have a form (part of an MDI project) on which I want a word document. I put an OLE object on the form and inserted the word document but when the form is opened there is no word document. I guess I'm doing it wrong. Can someone please tell me how to properly add this word document


Word document inside form -
What is the component (activeX) that adds an area for WORD document in the form? and how can I open Word document with this activeX?


Problems with word -
I am developing a COM AddIn for Microsoft Word using Visual Basic .NET. 1) How can I open an existing document or add a new document without getting a new word instance? My code looks like the following at the moment: objWordInstance.Documents.open(Filename:=mstrDateinameMitPfad


Dsoframer Print Preview Problem -
I developed an application with VB 2005. I'm using dsoframer control in the application to host MS Word document. I have no problem to load the word doc inside the dsoframer. But the problem is every time i click on the Print Preview button to preview the document and then close th


Word AddIn will not start in second document -
Hi, Hi, I wrote a word addin (Office Developer 2000 - VBA) that loads at startup of Ms Word. In the document with which Ms Word starts (document 1) everything is OK. I can also run the addin several times within Document 1. When I open another (new or saved) document, document 2,


About rich textboxes -
hi! just wanna know if it is possible to alter the format (like setting one word to bold..) of a plain text placed inside an RTB.. what I do is that i compose a preformatted document in MS WORD and then save it as .rtf.. and then place it inside the RTB.. but what i need is to chan


opening up mail merged .doc -
hi iam using DAO 3.6, vb6 and word 2002, access 2000. i would like to open up an exisitng word document from my vb6 app. i would like to base the word mail merged document on a parametarized query but pass in the parameters at run time of the vb6 app. how would i go about doin


Loading Word doc To RichTextBox -
Hi all, Does anyone know how 2 load a word document into a RichTextBox control and keep the format of the word document. I've tried LoadFile but certain parts of my RichTextBox lose some of the formatted data of the Word document. Also have tried saving the Word document as a rich


[2005] Creating a Word document -
I'd like to create a word document using nothing but VS2005. Would it be possible to create a custom document class ? (inheriting from the word.doc class?) I'd like to be able to create the document, preview it, print it, (save it -doh!), have different styles for different sec


Word Document to HTML -
Hi, I'm new to VB so go easy on me. I need to write some code that opens a Word Document and then either extracts the data so that a HTML document can be created or simply resaves it as an HTML document. I've had a quick look around the net and tried adding an Object Reference to Mic


Response.ContentType = application/msword - Refuses SQL Query... -
I'm compiling a Word Document form Data which is inside my SQL database.... Everything goes allright...I can use...request.querystring, sessions, etc etc, inside the document. Whenever I start creating a Query to get some information...and try to insert it in my document it fail


Viewing Word Doc inside VB (Like on a form) -
Hi There Is there a way that a can view a Word document inside vb like on a form in a text boc perhaps. please help. thanks


Imbed a Word Document On a Form. -
I am trying to set up a form with an MS-Word Document. The word document will be on the form and not a stand-alone application. To set this up I selected components, then insertable objects, and added a Microsoft Word Document. Now I added the new object to the form. I also have s


Word -VBA / accessing content of a word document -
Group: Can you access the conent (document.WholeStory or document.Conent) of a Word document without opening the document or triggering the OpenDocument event? Mark


Corrrupt Doc -
My application uses VBA to creates a word document, which is saved in the one particular folder.There is no problem when user first creates the document, in this document there are lot of word macros which takes standard document and fills with the datas taken from the Different appli


VBA Word.. -
im opening a MS word document using vb6. whenever i close the document MS Word always ask me if i would like to save the changes in the document. What i want is that the MS word will close without asking me if i would like to save changes (don't save the document). Is this possible?


searching for word in word doc -
I want to write code so that if a word in a variable in the vba behind word is equal to a word in the word document, it changes that word in the document to bold. How would i do that?


Help required in opening word document from ASP.NET(VB.NET) application -
Hi, We are working on an ASP.NET (VB.NET) application and we have a problem opening a word document from our application. When we try to open the word document, we do not get any error message but the system hangs. Our requirement is to open a word document on the server


Open Word Document in browser -
I have seen it done before, but I wanted to know how to open a Word document inside a browser, like .pdf files. also, what are the drawbacks or security risks of implementing this. I believe Front Page Server Extensions are required?


How can I simulate the 'Create New Document' feature of Word in IE -
Hi, I am writing a macro in Word which will be triggered when Word is opened within IE 5.0. Part of the macro will need to simulate the 'Create New Document' feature of Word. This feature is not available when Word is running with IE. Does anybody know how I can do this? The r


Read Word Document file -
Hi... I am Beginner for Visual Basic..I am using VB6.0.. I want to read a word document & search the word document for specified words... i am getting problem when i read word document.. *.txt is easy & fine, but if i read *.doc some problems are rising.. it' not as such .


print in word -
Hi! I'm printing datas from vb with Word and I don't want the user to see anything. When the user press the print button, Word opens and set all the values correctly. Word is not visible. Then I ask to print the document and to close Word. The problem is that some printers do


Word to PDF With VBA **RESOLVED** -
This is very simple in theory, but I cannot seem to figure it out. I have a Word document that I want to convert to a PDF document via VBA code inside of work. Adobe Acrobat 5.0 is installed. The following code is from a macro I recorded when printing the Word document to a PDF


Trying to run WORD macro from Excel -
Hello, I have an EXCEL spreadsheet that hyperlinks to a bunch of WORD documents. When i select any one of the WORD documents, it links to that document and brings it up ok, but when i then try to run a WORD macro when in that document, i get a popup window saying 'The macros in t


creating dynamic word documents -
Hi, I need to create a word document depending on values a user has entered which I have done (I created it using html). The problem is that the document has to be downloadable to a users computer and my client wants to place an his company logo in the document - Is there any way


Tricky VB Question -
Hi, Does anybody know how to open a Word document in Word via a hyperlink in IE? The scenario would be a user clicks on a hyperlink to a word document in IE which would then fire up Word and open the document within Word itself. NOT within that instance of IE, which it normally d


Saving WORD document in an ADO OLE Object -
I am trying to save a WORD document fragment in and OLE Object in Access. I am using VB5/DAO 2.7. From within Access I can paste in word documents, but can't do it programmatically. I have a WORD.Document object that I can manipulate, and an ADODB.Recordset object including the


What is the best way to determine when Word document has completed printing -
I have a visual basic program that can programmatically print the Word document. after finishing the printing, I use .quit method to close the Word object. But while printing multiple pages word document, I received the "Word is currently printing. Quitting Word will cancel al


Print data to Word document -
HI all, I'am printing to a word document. When I reopen the document I print at die top of the document. Who can I get to the buttom of the document, or send Ctrl +end send to the word document. Thanks.


VB.net 2005 Express Edition - Fill out Word Document information -
Hi everyone. I've started building an application to talk to Microsoft word. My goal is to create a form that a user can fill in say Client, Address, City & State. Then have the application open from a Word template file and fill in the necessary information inside the word documen


Scanning Word Document -
Hi all, How can I scan the word document right frm the beginning till the end. Basically I want to remove extra (consecutive) spaces & line breaks within the word document. Pls guide.


Creating Word Document -
Hello I want to create a word document that can be editable . Also I want to add some text to word document from database. Please let me know the useful link for this. Also if there is any free editor and compiler for VB to download. Thanks in advance Nike