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

How to check user has word doc application -

Hi, there, I want to user MS WOrd Application to do spellcheck,

Dim x As Object 'create word object variable
Set x = CreateObject("Word.Application")

How to detect if the user has MS word installed in his local computer?

Thanks for any idea and coding!

gina

 

How to check user has word doc application -
Hi, there, I want to user MS WOrd Application to do spellcheck, Dim x As Object 'create word object variable Set x = CreateObject("Word.Application") How to detect if the user has MS word installed in his local computer? Thanks for any idea and coding! gi


Checking Runnig of Word Application Instance -
Dear All, I want to check whther any instances of word application are running or not before i can run my customized code for a word application. I mean that i ean to prompt the user to close all the word application before they can start using this customized Programme. I hop


SPELL CHECK and WORD -
We just started using WORD to SPELL CHECK a textbox from VB. I have noticed, as well as some users testing it out, that if they have WORD open already (like sending an OUTLOOK e-mail or actually editing a WORD doc), the spell check window doesn't appear on top of our application. T


vb variable to word -
I capture the users results in vb. I want to take what the user entered and pass it to word. It consist of text boxes and check boxes. I created them on the word document using the form tools. This is word 97 using vb6. Is there a way to take my vb variable and pass it to word such


Word Automation Questions -
I have developed a database application that has a memo field tied to a RichTextBox. I have added the neccessary code to send the contents of the RichTextBox to Word through automation and it works fine. My questions are thus: 1)I am using Word 2000 on my system and have included


Check Spell check is complete using word -
I am using word's checkspell. I want to check whether the user has checked the whole document. If the user click's on the cancel or close's the spell check dialog then the application should notify the user that spell check is not complete... How can i track the spell check is complete


Word as object -
Hi, got the following situation: Dimmed WordApp as object Set it to createobject Word.Application All works fine but... Let's say I want to open a file in Word, but there is a FileSaveAs screen openened in Word by the user. My app will wait a few seconds and then says: Word is


Script to complete a form in MS Word -
Recently I have made a very basic application using Autoplay media studio that consolidates all of our laptop installation software so that we don't have to look over the whole network. What I would like to know is this, is it possible for me to have a link between that application and


Giving focus to Word application then waiting before closing it -
I'm writing an application that opens up an instance of Word. I can open Word. I can also check if a previous instance of Word is running. I can even send a message to the previous instance and make it close down. My problem is this: If there is an unsaved document in the prev


Anoying extra mouseclick to activate Word Application's control -
I use word automation in my VB6 application. Set AppWord = createobject("Word.Application") When focus is on my VB form and i want to activate the open word document, i can click on the word document, but when i directly click on a textboxshape it's not possible to direct


Word Tabs -
Hi all, I am trying to make an Ms-Word (XP Version) training interactive application using vb6. My program puts a question and asks from user to make moves on Word as answer and checks if the actions were right or not. (I made the same app for Excel and works fine). My problem on wo


VB in Word 2000 -
I'm doing a mail merge in word with a table in an access database. I'm trying to get VB in word to either check or un-check a word check box depending on a boolean field in the access table. The 'Document On Open' event in word doesnt seem to run when the document is fired from VB in


Checking for a application closing -
Hi, in my VB code I have created an instance of a word application and allowed the user to make some changes to the current document. What I want to do is make sure that the user saves the changes. I was thinking was to check for when the program is closed by the user and then invok


Is word running -
I have developed a small application, which works fine for the most part. The problem begins when it tries to open Word or Excel. If they are not already opened everything is fine, but if user opened Word or Excel (and of course didn't close them) before running my program it crashes b


Viewing word documents -
Dear all, I have an ASP application which picks up some word files and displays them. I am reading the word files in binary mode and then using Response.write. I am also setting the MIME type to application/msword. However when ever the browser tries to view the word file it prompt


Checking application states -
Hi, Is it possible within VB to 'check' the state of a program - say MS Word - against a known state? For instance, if a user is instructed to complete a number of actions within Word, could a VB program check the completed document to see if these actions have occured? As an


Failed to Create Multiple Word objects VB6 -
Hi Everyone, I'm working on a VB6 program which will process a selected word document. Anyway, I want to allow the users to work on some other MS word documents when the process is running. Because when i run my program, the process will take about 20 mins to finish, it's illogica


Detecting version of MS Word -
How can one, programmatically check the installed version of MS Word with vb code other than the Version property of the application object. For my particular application, this detection needs to be done by an executable that has nothing to do with Word. Does anybody know how this is d


MS-WORD object library -
i have worked on a database project and i found that generating reports in ms-word is much easier and useful what i am doubtful is that 'should the user have the ms word installed on his computer to be able to generate and view the reports? ' (user means - the person using my


Word Automation -
Hiya, I've made an app that does a lot of Word Automation, but i made it to automate word 2000. I've got it to check whether word is already open, if not open it and do loads of (looks nice) crap. Problem is, it's going to be running on some machines with Office 2000 and some


check for running and closed programs -
Hi....its me again... can anybody tell me what functions or calls i need to make to check if a certain application is on... LEMME EXPLAIN: i want to write an application that pretty much checks what the user is doing on his/her pc. Get keys pressed, get internet websites, get


Find a word in Word -
Hi there, I have two questions, but they are very much related to each other: 1. Is it possible to check a word document (over 100 pages) for specific words with a specific color and fonttype. 2. Is it possible to split a word document in sentences, and check that sentence one word


Word and VB6 problems -
Hi, I am performing a mail merge in MS Word from VB6. I give the user the option of previewing the print. This works good, except when the user closes the print preview they are left with the word document. I would like it if this was not the case, and when they closed the previe


MS Word Events -
Hi, I have a VB application that creates a Word(set win =new word.application) object and add document to it. Finally after add all the documents to the master document it saves the master file and makes the document visible to the user.After reviewing the created document when the


"cropping" a word application -
hello, i was wondering if it is possible to "crop" a windows application. the reason i need to do this is because i have a touch-screen on an electronic notepad and the pen's writing software only works in Word. i figure that i can crop the application so that it only shows


How to handle abnormal exits when using Word Application -
I have created an application using Word Object, through which user opens the Word document for editing. And when the application is aborted abnormally, the doc remains in edit mode. And when application is run again, the document is opening in read only mode. How to handle this situat


Word Object exsists -
Hi, If you open a Word Object using say Set Word = CreateObject("word.application") is there a way to set Word = nothing once the user closes that instance of word?


Locked FIles -
I'm using the Word object's Open method to open a file, eg Code: Dim objWordApp as Word.Application Dim objWordDoc as Word.Document Set objWordApp = New Word.Application Set objWordDoc = objWordApp.Documents.Open <Path> This works fine, unless the file is


Check instance -
I am automating word and excel using VB6. I am having a problem when i already have an instance of word or excel open and I start my automation. I need to check and see if word or excel are already open and if they are prompt the user to shut them down. Any help would be appreciated


MSWord from a VB application -
Is there any way, once I've opened Word from my VBApp and the user has created a document, I need to know when they decide to send an e-mail from Word and put in the e-mail address from my Application. How can I tell once Word is active if they are e-mailing?


Freezing of MSWord's object Model -
Hello, I have created an instance of the MSWord application and using its handle I have moved it into a frame within my VB application. Using Words object model the user can work with word normaly within my application. This all works fine until a user opens a modal dialog within wo


Trap the events from MS Word -
hai, I am developing a test which is useful to test the skills in MS Word. means how much knowledge is in MS Word. For that through VB I opened MS Word Application by taking reference variable to Word.application. By using WithEvents I am able traping only some events. But


Check a machine for Word -
Can anyone tell me how to check if a user's machine has a Word application installed?


A general question about Word application -
Hello I am not very sure that whether user can add any features, for example, add a Combo box direct into a Word document, (I guess Not), or user has to run a Macro through creating a Form and add Combo box into the Form? It sounds stupid but I need to make sure with it. My idea


Detecting, getting and piloting MS Word from a VB app -
In a VB6 application, I create an MS Word instance and pilot this application directly from the VB application. Using for that the following code : Dim objWord As Object Dim objBasic As Object Set objWord = CreateObject("word.application") Set objBasic = CreateObject


Tough question - Simultaneously updating text in VB exe as text changes in Word Doc -
Hi, I am developing a VB application which is being designed to execute when Word opens. The idea is for the user to enter content within MS Word and for it to appear within the VB application. I am thinking about using a RichTextBox control to display the Word content. My que


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


Could you explain this to me -
I am rather new to VB, so for me it's a bit hard to understand it sometimes. I have a code to check if Word is running: Function IsWordApp() As Boolean On Error GoTo PROC_WordCOPY Set mvarWordApp = GetObject(, "Word.Application") PROC_EXIT: mvarWordApp.Visib


Normal.dot messages when exiting Word -
My VB program goes into Word brings up a document, adds text through bookmarks and then exits Word. Some of the users have a problem when using it. When they have Word already open and then use my program (which will open another instance of Word and then once the report finishes exits


Loading a Image in word through Vb -
Hai everybody, I am trying to load an image in word through vb. The following is the code sample Private wd As Word.Application Set wd = New Word.Application wd.Visible = True wd.documents.open "c:\filename.bmp" It opens the word but the bmp is in boxe