mIRC Home    About    Download    Register    News    Help

Print Thread
#12575 23/02/03 03:38 AM
D
drei
drei
D
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
_
_D3m0n_
_D3m0n_
_
//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

#12577 23/02/03 04:59 AM
D
drei
drei
D
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
_
_D3m0n_
_D3m0n_
_
on 1:start:{
dialog -m toolbar toolbar
dll scripts\dll\ktools.dll DockToolbar $dialog(toolbar).hwnd >right
}
maybe something like that??

#12579 23/02/03 03:38 PM
X
xrn0id
xrn0id
X
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.
#12580 23/02/03 04:52 PM
D
drei
drei
D
nope, wont work..

#12581 23/02/03 04:52 PM
D
drei
drei
D
no work.. .:/

#12582 23/02/03 05:09 PM
X
xrn0id
xrn0id
X
you sure? because I tested that with my ktools.dll and it worked perfectally. Did you add it and restart mirc?

#12583 23/02/03 06:46 PM
D
drei
drei
D
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
X
xrn0id
xrn0id
X
oooooooo, the toolbar.. gotach ;-) let me look into it

#12585 23/02/03 09:08 PM
D
drei
drei
D
thnx man smile


Link Copied to Clipboard