Hi ppls,
Please somebody explain me, why i cant set the height property of a Toolwindow Form smaller than 405 twips?!
heres a test, i cant figure out how can i "HIDE" the form, to show ONLY the Titlebar!
:(
Please answer/help!
Thanks
Jim
Printable View
Hi ppls,
Please somebody explain me, why i cant set the height property of a Toolwindow Form smaller than 405 twips?!
heres a test, i cant figure out how can i "HIDE" the form, to show ONLY the Titlebar!
:(
Please answer/help!
Thanks
Jim
VB Code:
Me.Visible = False
i dont want to hide the whole form, only the control area, im want to leave the titlebar.Quote:
to show ONLY the Titlebar!
Oh sorry :o. Why do you want to just show the titlebar??
originally i've an extra button on this forms titlebar, and if the user presses that, the form closes up , or opens itself... I cant understand why i cant set the height property to 0 or to the titlebars bottom (twips 310)...
i'm affraid it can be done with apis only.. :(
jim