Jump to content

Shadow0049

Members
  • Posts

    5
  • Joined

  • Last visited

Shadow0049's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. yes i am using and older version... i wanted the official version of it not one the other people had added to. its version nHTMLn_2.9.dll that im using.
  2. no u guys arent getting it.. the page loads alright.. i just cant see it at all.. the page still hs the mouseover event where the arrow turns into a hand.. i just cant see any of the page. im wondering if this problem is just on my computer? somebody run my code on your computer and see how it works.. alias html { return $+(",$scriptdirdll\nHTMLn_2.9.dll,") } alias mdx { return $+(",$mircdirsystem\dll\mdx.dll,") } alias rsn { window -p @rsn echo -a $dll($html,attach,$window(@rsn).hwnd) echo -a $dll($html,select,$window(@rsn).hwnd) .timer 1 1 //echo -a $dll($html,navigate,http://www.mircscripts.org) }
  3. well.. i got the browser to attach to the window.. but i cant SEE the webpage it loads. If i mouse over on one of the links (which i cant see) i can click and a new page loads that I STILL CANT SEE!!! will some1 please help.. heres the code alias html { return $+(",$scriptdirdll\nHTMLn_2.9.dll,") } alias mdx { return $+(",$mircdirsystem\dll\mdx.dll,") } alias rsn { window -p @rsn echo -a $dll($html,attach,$window(@rsn).hwnd) echo -a $dll($html,select,$window(@rsn).hwnd) .timer 1 1 //echo -a $dll($html,navigate,http://www.mircscripts.org) }
  4. on *:dialog:modules:sclick:*: { if ($did == 4) { if ($did(1).sel == $null) halt if ($did(1).sel == 2) .load -rs " $+ $scriptdirajoin.mrc " | modulelist.write if ($did(1).sel == 3) .load -rs " $+ $scriptdiraident.mrc " | modulelist.write } if ($did == 5) { if ($did(1).sel == $null) halt if ($did(1).sel == 2) .unload -rs " $+ $scriptdirajoin.mrc " | modulelist.write if ($did(1).sel == 3) .unload -rs " $+ $scriptdiraident.mrc " | modulelist.write } } it loads ajoin.mrc, but it wont oad aident.mrc. the reason it starts at ==2 instead of ==1 is that i have it MDX configured in list mode.. the list headers count as a row. some1 plz tell me why it wont load aident.mrc P.S. This is for mIRC P.P.S. i havent tested it yet with more than 2 scripts... dont know if that matters
×
×
  • Create New...