Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


could get answer here: get the url from the address bar of firefox by API


could get answer here: get the url from the address bar of firefox by...

Author
Message
dongwang
dongwang
Forum God
Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)Forum God (343 reputation)

Group: Forum Members
Posts: 1, Visits: 2
in a vb6.0/vb.net application to get the url text from a active firefox window, how to do this by api?

I could do it in IE.



thanks a lot.
XMan
XMan
Forum God
Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)Forum God (2.7K reputation)

Group: Forum Members
Posts: 24, Visits: 35
Not sure about API, but it can be done using DDE conversion. Put a label on a form and add the following to a command button click event.

With Label1
      .Caption = ""
      .AutoSize = True
      .LinkTopic = "Firefox|WWW_GetWindowInfo"
      .LinkItem = "0xffffffff"
      .LinkMode = 2
      .LinkRequest
End With



XMan

GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search