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
}