Jump to content

Mirc Browser


general

Recommended Posts

I need a WEB BROWSER ....for my SCRIPT which im being used on SCN chat netwrok...

if someone know about iRC Web Addon or can help me with it?

Link to comment
Share on other sites

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

Guest Travis

Use nHTMLn_2.95.dll

 

alias webpage {
window @WebPage
  var %urlx = $dll(dll\nHTMLn_2.95.dll,attach,$window(@Webpage).hwnd)
  %urlx = $dll(dll\nHTMLn_2.95.dll,margins,-2)
  %urlx = $dll(dll\nHTMLn_2.95.dll,navigate,http://www.google.com)
}

Edited by Travis
Link to comment
Share on other sites

has to be the latest nhtmln dll , which i beleive is 2.95

i have it on my script for opening profiles and works fine

Link to comment
Share on other sites

Hummmmmmmmm

Im using Windows XP....not vista ...

i try to use this code but aint work....

*-)

isnt there anyother code ...which is working for windows Xp?

Link to comment
Share on other sites

Guest Travis

Somehow I got an extra ) in the code.

 

alias webpage {
window @WebPage
  var %urlx = $dll(dll\nHTMLn_2.95.dll,attach,$window(@Webpage).hwnd)
  %urlx = $dll(dll\nHTMLn_2.95.dll,margins,-2)
  %urlx = $dll(dll\nHTMLn_2.95.dll,navigate,http://www.google.com)
}

 

You need to have the dll in the dll folder or correct the file path.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...