mIRC Homepage
Posted By: drei ktools - 23/02/03 03:38 AM
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
}
Posted By: _D3m0n_ Re: ktools - 23/02/03 04:31 AM
//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
Posted By: drei Re: ktools - 23/02/03 04:59 AM
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
Posted By: _D3m0n_ Re: ktools - 23/02/03 03:04 PM
on 1:start:{
dialog -m toolbar toolbar
dll scripts\dll\ktools.dll DockToolbar $dialog(toolbar).hwnd >right
}
maybe something like that??
Posted By: xrn0id Re: ktools - 23/02/03 03:38 PM
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
Posted By: drei Re: ktools - 23/02/03 04:52 PM
nope, wont work..
Posted By: drei Re: ktools - 23/02/03 04:52 PM
no work.. .:/
Posted By: xrn0id Re: ktools - 23/02/03 05:09 PM
you sure? because I tested that with my ktools.dll and it worked perfectally. Did you add it and restart mirc?
Posted By: drei Re: ktools - 23/02/03 06:46 PM
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?
Posted By: xrn0id Re: ktools - 23/02/03 06:51 PM
oooooooo, the toolbar.. gotach ;-) let me look into it
Posted By: drei Re: ktools - 23/02/03 09:08 PM
thnx man smile
© mIRC Discussion Forums