mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 252
T
Talon Offline OP
Fjord artisan
OP Offline
Fjord artisan
T
Joined: Dec 2002
Posts: 252
mIRC 6.166.17,6.2
//echo -a $getchildren($window(#mIRC).hwnd)
5
//echo -a $getchildren($window(#mIRC).hwnd,1)
459184,Edit

6.16-6.17 running this alias
EchoChildren {
var %y = $getchildren($window($1).hwnd) , %x = 0
while (%x < %y) { inc %x | echo -a %x $+ . $getchildren($window($1).hwnd,%x) }
}
1. 459184,Edit
2. 459188,ListBox
3. 524716,Static
4. 459186,#32770
5. 590224,ListBox
6. 655786,ToolbarWindow32
7. 459182,ScrollBar
8. 1049014,mIRC_Status

mIRC 6.2 running this alias:
EchoChildren {
var %y = $getchildren($window($1).hwnd) , %x = 0
while (%x < %y) { inc %x | echo -a %x $+ . $getchildren($window($1).hwnd,%x) }
}
1.
2.
3.
4.
5.

why does my dll quit working inside a remote or alias on the new mIRC?

Joined: Dec 2002
Posts: 252
T
Talon Offline OP
Fjord artisan
OP Offline
Fjord artisan
T
Joined: Dec 2002
Posts: 252
Well I fixed my dll. It turns out mirc 6.2 keeps a dll loaded for 10 mins (if not called upon in 10 mins) according to the new help file.. So upon calling the function I make sure to clear my variables so that it works properly now.


Link Copied to Clipboard