Consulting

Results 1 to 5 of 5

Thread: How to list down open application in windows..?

  1. #1
    VBAX Newbie
    Joined
    Sep 2011
    Posts
    3
    Location

    Lightbulb How to list down open application in windows..?

    Hi -
    Can some one please help with the code to list down all the open application in the window ?
    Actually i'm trying to interface with on of my business application. I got the source code to extract the details from the application.

    But don't know how to activate this from excel!!!!

    Any support will be highly appreciated........

    Regards,
    Satish

  2. #2
    VBAX Expert Dave's Avatar
    Joined
    Mar 2005
    Posts
    836
    Location
    This might help... ' Module Name: ModSetForegroundWindow
    ' (c) 2005 Wayne Phillips (http://www.everythingaccess.com)
    Good luck! Dave
    Here's a better link... http://www.everythingaccess.com/tuto...the-foreground

  3. #3
    VBAX Newbie
    Joined
    Sep 2011
    Posts
    3
    Location

    Exclamation Navigate thru IFrame

    Hi Dave - Thanking you so much for your help!!!!.
    Now i need 1 more support from you as well. With your support. Now, i'm able to locate the IE page which i'm trying to navigate....

    But this webpage as lot of frames in it and i'm trying to locate to the search frame...if you could help me with the code on help to check on the open frames within the particular web page will solve my problem....

    Thanks again in advance

    Sbabsuel

  4. #4
    VBAX Expert Dave's Avatar
    Joined
    Mar 2005
    Posts
    836
    Location
    I'm sorry for the delayed responding. I don't understand your use of frames. The code in the link will loop through all of the windows/processes running on your pc. It won't navigate to a particular web page. Dave

  5. #5
    VBAX Newbie
    Joined
    Sep 2011
    Posts
    3
    Location

    Exclamation

    Thanks Dave...
    Sorry for confusing you...( I'm very new to Macro). Actually what i'm trying to do is to get the control of tab (IE Java Script) to extract details to my excel.

    It is an application (Java Script) when i click the pirmary window it creates a tab and form there i need to extract the details...

    Actually i'm able to detect the primary window but unable to detect the tab where i actually need to extract the details in the excel...

    Please help me...i trying to get answer in googling for more than a month

    Thanks in advance
    Regards,
    sbabusel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •