CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Posts
    58

    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




  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    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

  3. #3
    Join Date
    Sep 2000
    Posts
    58

    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
  •  





Click Here to Expand Forum to Full Width

Featured