|
-
August 9th, 2001, 10:06 PM
#1
Are you Genius - Please HELP
hi,
Does anyone know how to access information stored within the controls of a ms office application. For example, if a user had an email open in outlook, or a project open in ms project, how would you go about extracting the information from the fields on the screen.
Also, is there anyway of being able to tell when a user has deleted or added a value to a field in either of these application - which activates a function in a vb app. Would a macro be the way to go?
Thanks heaps,
uni
-
August 9th, 2001, 10:52 PM
#2
Re: Are you Genius - Please HELP
Hi!
This is not a complete answer but a guidance
U can use Windows APIs to find the handle of the Window in which the application u need is open. Also using APIs u can find the handle of the control to which u r refering to.
Thus by using those features u can get the information u need. I'm not an API expert but I'm sure u can get something from this path
Good Luck
Srinika
If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it 
-
August 9th, 2001, 11:34 PM
#3
Re: Are you Genius - Please HELP
This is a good idea.
Can anyone explain this better (does anyone have some sample code)?
Thanks,
uni
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|