mIRC Home    About    Download    Register    News    Help

Print Thread
#13079 25/02/03 04:45 PM
Joined: Feb 2003
Posts: 34
S
ST3V3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 34
hi i just dowloaded nHTMLn.dll and wanted it to navigate to the mIRC homepage, i have this code:
Code:
alias mirchome {
  window -p @mIRCHome
  echo -a $dll($nhtmlndll,attach,$window(@mIRCHome).hwnd)
  echo -a $dll($nhtmlndll,navigate,www.mirc.com)
  .timer 1 8 echo $!dll($nhtmlndll,detach,$window(@mIRCHome).hwnd)
}
alias nhtmlndll { return C:\mIRC\smIRC\dlls\nHTMLn_2.9.dll }  

it returns s_ok but the @mIRCHome window is blank...any ideas?

#13080 25/02/03 05:22 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
same thing happend to me, so i gave up. But if you find out, or anybody else knows, pplease help this one out.



;Check for Life

if (%life == $null) {
goto getlife
}
#13081 25/02/03 05:24 PM
Joined: Feb 2003
Posts: 34
S
ST3V3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 34
weird...anybody else?

#13082 25/02/03 09:52 PM
Joined: Feb 2003
Posts: 27
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Feb 2003
Posts: 27
it works with version 2.92 get it here

Code:
alias mirchome {
  window -p @test
  echo -a $dll(path\to\nHTMLn_2.92.dll,attach,$window(@test).hwnd)
  echo -a $dll(path\to\nHTMLn_2.92.dll,navigate,www.mirc.com)
}  

#13083 26/02/03 03:09 PM
Joined: Feb 2003
Posts: 34
S
ST3V3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 34
thanks Lowest, it works now! grin cool :tongue:


Link Copied to Clipboard