mIRC Home    About    Download    Register    News    Help

Print Thread
#12575 23/02/03 03:38 AM
Joined: Dec 2002
Posts: 19
D
drei Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 19
i know this aint the place to ask, but there alot of ppl on this forum, and someone has to know alittle something about ktools.dll.. smile

my problem would be that i cant get a dialog to dock to the mirc toolbar... when i run the /dll string, it just moves the dialog to the toolbar, but wont dock it (make it stick)

so, please *begging on my knees* smile, if there are any one out there that could help me, i would be most greatful...

dialog toolbar {
title "toolbar"
size -1 -1 300 32
option pixels
edit "", 1, 0 4 105 23
combo 2, 110 5 190 200, drop
}

on 1:start:{
dialog -m toolbar toolbar
dll scripts\dll\ktools.dll DockToolbar $dialog(toolbar).hwnd
}

#12576 23/02/03 04:31 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
//dll ktools.dll DockWindow $dialog(brad).hwnd > right
maybe specifying a side to it??? just a guess as ive not tried it out yet myself ... just reading the help file from ktools to see if that gives any obvious answers


D3m0nnet.com
#12577 23/02/03 04:59 AM
Joined: Dec 2002
Posts: 19
D
drei Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 19
i have tried that, and im doing exactly as it sais (from what i understand) in the readme.. but still, cant get it to work ... smirk

#12578 23/02/03 03:04 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
on 1:start:{
dialog -m toolbar toolbar
dll scripts\dll\ktools.dll DockToolbar $dialog(toolbar).hwnd >right
}
maybe something like that??


D3m0nnet.com
#12579 23/02/03 03:38 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
Code:
on 1:START:{
dialog -m toolbar toolbar
//dll scripts\dll\ktools.dll DockWindow $dialog(toolbar).hwnd > right
}


that should do what you want it to do grin

Last edited by xrn0id; 23/02/03 03:39 PM.


;Check for Life

if (%life == $null) {
goto getlife
}
#12580 23/02/03 04:52 PM
Joined: Dec 2002
Posts: 19
D
drei Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 19
nope, wont work..

#12581 23/02/03 04:52 PM
Joined: Dec 2002
Posts: 19
D
drei Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 19
no work.. .:/

#12582 23/02/03 05:09 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
you sure? because I tested that with my ktools.dll and it worked perfectally. Did you add it and restart mirc?



;Check for Life

if (%life == $null) {
goto getlife
}
#12583 23/02/03 06:46 PM
Joined: Dec 2002
Posts: 19
D
drei Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 19
yeah, cus,right and left just places the toolbars to the right or the left side of mirc.. and yes, it works good.. but it dosnt place it in the toolbar, and dock it smirk

does your dock it to the mirc toolbar then?

#12584 23/02/03 06:51 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
oooooooo, the toolbar.. gotach ;-) let me look into it



;Check for Life

if (%life == $null) {
goto getlife
}
#12585 23/02/03 09:08 PM
Joined: Dec 2002
Posts: 19
D
drei Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 19
thnx man smile


Link Copied to Clipboard