User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 25 of 25

Thread: Get URL from active browser.

  1. #21
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Get URL from active browser.

    I have some ideas on how you would do it from native code (involves finding out the window class or something else unique about the address bar in each browser, and then finding a subwindow matching that in the topmost window, then getting the text from it) but I don't think MMF has features that low-level.

    The other possibility is that it is something the browsers already records into the clipboard, and you just need to find the right clipboard "channel" to get at it.

    EDIT: This will be how that other application hooks into the clipboard. I didn't know you could get Windows to tell you about changes to the clipboard

  2. #22
    Clicker Fusion 2.5 Developer
    bradley's Avatar
    Join Date
    Apr 2009
    Location
    South Africa
    Posts
    89
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Get URL from active browser.

    Thank you very much Dynasoft.

    I will have to see if I can figure it out.

    Are the files in the zip C++ ? if so could one then make an extension for it..?

    Thanks again...

  3. #23
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Get URL from active browser.

    It relies on window messages, don't know if extensions can handle those or not.

    I don't know if it would help your URL issue though.

  4. #24
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Get URL from active browser.

    Kernel object handles window messages.
    Working as fast as I can on Fusion 3

  5. #25
    Clicker Fusion 2.5 Developer
    bradley's Avatar
    Join Date
    Apr 2009
    Location
    South Africa
    Posts
    89
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Get URL from active browser.

    I thought that maybe there was some way to use the window message in the kernel object but, alas, I have no clue how that works...

    Any help would be appreciated.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Active X web browser
    By Robin_Manager in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 6th February 2009, 06:24 AM
  2. Script error when using active X web browser
    By MikeB in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th August 2008, 06:33 PM
  3. Microsoft Web Browser Active X Control Resize?
    By Stephen in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th August 2008, 02:27 AM
  4. Active X Browser + Printing
    By crugh in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 25th September 2007, 07:59 AM
  5. MS Web Browser active x object
    By dascribe in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 24th July 2007, 11:19 AM

Posting Permissions

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