one reason is that if i dock a dialog to toolbar, in 6.03 it working just fine.. no problem att all, but if i dock the same dialog in6.16 the dialog hide the toolbar buttons, not that good :tongue: you maybe can help me with this one:
Code:
alias keybar { if (!$dialog(keybar)) { dialog -m keybar | $dllktools DockWindow $dialog(keybar).hwnd > %toptop } }

dialog top.bar {
  size 2 65 507 1
  option dbu
 ;rest of the dialog, nothing importent there
}

any ideas on how NOT to cover the toolbar? just stupid if it covers it? :tongue: as i said befor, the values is set the same as in mirc v 6.03, and no problem there..



just need to add, %toptop give the dialog the value if it should be position Top or Bottom .. and DLL used is ktools .