micropathic Posted May 7, 2004 Posted May 7, 2004 Is there a way to make a dockable forms in .Net? Thanks for any help! Quote
Denaes Posted May 7, 2004 Posted May 7, 2004 Is there a way to make a dockable forms in .Net? Thanks for any help! Yes there is. Do I understand how? No way in hell :D But the Master of winforms, Divil does and has a component for it on his site here: http://www.divil.co.uk/net/ as well as numerous tutorials and documents. Quote
micropathic Posted May 8, 2004 Author Posted May 8, 2004 Actually, what I was really looking for was how to make a single form(non MDI) that could dock to the side, top or bottom of your screen..... kind of like what happens when you drag a folder from your desktop to the side of your screen or the way that the microsoft office toolbar can dock to your screen. Sorry if I wasn't precise enough in explaining that in my original post. Any help with this would be greatly appreciated. Thanks! Quote
Denaes Posted May 9, 2004 Posted May 9, 2004 Oh, like those infuriating programs that refuse to move were you want them to move or do what you want them to because they're constantly docking or moving where they want to... If it's not a standard feature (it's standard to dock a control on a form in that fashion), it wouldn't be a hard procedure to write. This would be MUCH MUCH easier than actually docking forms on each other, like I thought you wanted :D Quote
Folle_Invasato Posted May 11, 2004 Posted May 11, 2004 Re: AppBar Try this: http://www.codeproject.com/useritems/AppBar.asp Hope you'll find this useful. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.