Code:
SetWindowPos frmtool1.hwnd, -1, 0, 0, 0, 0, 3
When you show the toolbar form, call this again.
Put the declare in the main form's declarations. Then whenever you do :
Code:
frmtool1.show
add the above code after it.