Consulting

Results 1 to 4 of 4

Thread: What is Internet Explorer_TridentDlgFrame

  1. #1
    VBAX Newbie
    Joined
    Apr 2014
    Posts
    2
    Location

    What is Internet Explorer_TridentDlgFrame

    Hello to all,
    I have been looking around the internet to see exactly how to go about getting into a specific dialog box that pops up from internet explorer. The class name is "Internet Explorer_TridentDlgFrame." Basically, I have been extracting info from internet explorer using the HTML references embedded in VBA. Unfortunately I am not able to "set" or get control of this window. It looks very similar to internet explorer as it has tabs, buttons and textboxes but I cannot get control of these elements. I guess my questions are...

    1) What exactly is a tridentdlgframe
    2) Is it possible to set it as any sort of object, ex. "as New InternetExplorer" or Webbrowser

    Any help would be appreciated, all I am trying to do is select a specific tab and send a .value to a specific textbox, like I have been doing to the previous internetexplorer.document.frame(1)... before this pop up...

    I am using Excel 2010

    Thank you all in advance and any help would be appreciated

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,055
    Location
    Sorry not able to help much here in a direct sense but try following the link as provided.Internet Explorer_TridentDlgFrame - General Help and Support ...
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    VBAX Newbie
    Joined
    Apr 2014
    Posts
    2
    Location
    Appreciate that response Aussiebear, I have been looking through the link and I was leaving this to see if anybody else could shed a little education. I will close this thread in the next couple of weeks just to see. Thank you again for your response

  4. #4
    Internet Explorer_TridentDlgFrame is the class name for microsoft internet explorer popup. Through this you can get the handle of the popup window which is open and then you can get the document of the popup. Handle: this is some number, which will be assigned to every window which is open in your system in windows operating system.


Tags for this Thread

Posting Permissions

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