Looking for dockable window example

  • Thread starter Thread starter Richard L Rosenheim
  • Start date Start date
R

Richard L Rosenheim

I'm looking for an example on how to implement floating/dockable windows
using either VB.Net (preferred) or C#.

I've searched gotdotnet, MSDN and Google but wasn't able to find an
examples. I was wondering if anyone knows of any?

TIA,

Richard Rosenheim
 
Hi Richard,

What you mean with a floating/dockable window, can you explain it something
more.

Cor
 
The best examples are the windows in Visual Studio, like the Properties
window. You can dock it at the edge by dragging the window to the vertical
tab (or whatever Microsoft calls it), or you can move it as a floating
window and position it anywhere on the screen.

Richard Rosenheim
 
Back
Top