473,387 Members | 1,485 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How do I create windows that can be arranged & docked (ie VS2008 IDE)?

Tim
I would like to create a Windows form that contains child windows that the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows will
contain different list box controls showing info on the selected person.

Thanks,

Tim

Jun 27 '08 #1
6 1434
On 2008-04-12, Tim <re**************@yahoo.comwrote:
I would like to create a Windows form that contains child windows that the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows will
contain different list box controls showing info on the selected person.

Thanks,

Tim
I've used this suite to great effect:

http://sourceforge.net/projects/dockpanelsuite/

It's a little sparse on documentation, but if you look at the example
program, it's pretty easy to figure out - but, hey it's free :)

--
Tom Shelton
Jun 27 '08 #2
There are several examples of this on PSC. One of them allows a
daughter form(s) to be soft docked to the parent form and move when the
parent is moved yet undocked and moved away at will. It works like
WinAmp daughter forms work.

Excellent coding and it works just as advertised. It should save you
many days of coding.

Mike

On Fri, 11 Apr 2008 22:51:18 -0700, in
microsoft.public.dotnet.languages.vb "Tim" <re**************@yahoo.com>
wrote:
>I would like to create a Windows form that contains child windows that the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows will
contain different list box controls showing info on the selected person.

Thanks,

Tim
Jun 27 '08 #3
Tim
Thanks for the tip. I'll check it out.

Tim

"Tom Shelton" <to*********@YOUKNOWTHEDRILLcomcast.netwrote in message
news:OA**************@TK2MSFTNGP04.phx.gbl...
On 2008-04-12, Tim <re**************@yahoo.comwrote:
>I would like to create a Windows form that contains child windows that
the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows
will
contain different list box controls showing info on the selected person.

Thanks,

Tim

I've used this suite to great effect:

http://sourceforge.net/projects/dockpanelsuite/

It's a little sparse on documentation, but if you look at the example
program, it's pretty easy to figure out - but, hey it's free :)

--
Tom Shelton
Jun 27 '08 #4
Tim
Mike,

I'm fairly new to VS and don't know what PSC is?

Tim
<Ju********@home.netwrote in message
news:nh********************************@4ax.com...
There are several examples of this on PSC. One of them allows a
daughter form(s) to be soft docked to the parent form and move when the
parent is moved yet undocked and moved away at will. It works like
WinAmp daughter forms work.

Excellent coding and it works just as advertised. It should save you
many days of coding.

Mike

On Fri, 11 Apr 2008 22:51:18 -0700, in
microsoft.public.dotnet.languages.vb "Tim" <re**************@yahoo.com>
wrote:
>>I would like to create a Windows form that contains child windows that the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows will
contain different list box controls showing info on the selected person.

Thanks,

Tim
Jun 27 '08 #5
I thought everyone knew:

http://www.Planet-Source-Code.com

Millions of lines of code in various languages. Lots of adverts, too,
but you can easily ignore them or read them as you prefer. The code
examples are worth it!

Mike

On Mon, 14 Apr 2008 08:30:43 -0700, in
microsoft.public.dotnet.languages.vb "Tim" <re**************@yahoo.com>
wrote:
>Mike,

I'm fairly new to VS and don't know what PSC is?

Tim
<Ju********@home.netwrote in message
news:nh********************************@4ax.com.. .
>There are several examples of this on PSC. One of them allows a
daughter form(s) to be soft docked to the parent form and move when the
parent is moved yet undocked and moved away at will. It works like
WinAmp daughter forms work.

Excellent coding and it works just as advertised. It should save you
many days of coding.

Mike

On Fri, 11 Apr 2008 22:51:18 -0700, in
microsoft.public.dotnet.languages.vb "Tim" <re**************@yahoo.com>
wrote:
>>>I would like to create a Windows form that contains child windows that the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows will
contain different list box controls showing info on the selected person.

Thanks,

Tim
Jun 27 '08 #6
Tim
One person closer to everyone :)

Thanks.

<Ju********@home.netwrote in message
news:3b********************************@4ax.com...
>I thought everyone knew:

http://www.Planet-Source-Code.com

Millions of lines of code in various languages. Lots of adverts, too,
but you can easily ignore them or read them as you prefer. The code
examples are worth it!

Mike

On Mon, 14 Apr 2008 08:30:43 -0700, in
microsoft.public.dotnet.languages.vb "Tim" <re**************@yahoo.com>
wrote:
>>Mike,

I'm fairly new to VS and don't know what PSC is?

Tim
<Ju********@home.netwrote in message
news:nh********************************@4ax.com. ..
>>There are several examples of this on PSC. One of them allows a
daughter form(s) to be soft docked to the parent form and move when the
parent is moved yet undocked and moved away at will. It works like
WinAmp daughter forms work.

Excellent coding and it works just as advertised. It should save you
many days of coding.

Mike

On Fri, 11 Apr 2008 22:51:18 -0700, in
microsoft.public.dotnet.languages.vb "Tim" <re**************@yahoo.com>
wrote:

I would like to create a Windows form that contains child windows that
the
user can move, resize, dock, and tab-dock as in the VS 2008 IDE. When a
child window is dragged, a guide diamond appears. These child windows
will
contain different list box controls showing info on the selected person.

Thanks,

Tim
Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: jacobryce | last post by:
I'd like to create a windows MDI in VS 2005 C# that will allow child windows to have the same options and behave similarly to those within the Visual Studio 2005 development environment. 1. In VS,...
4
by: Adrian | last post by:
I see that I can use the IDE of Visual C#.NET to develop web pages. I realize that this is off topic here, however I don't know of another place to ask my question, which is: Where can I find /...
3
by: Zach | last post by:
"David" <david_tm3@hotmail.com> wrote in message news:%23p0KV6$vEHA.3116@TK2MSFTNGP10.phx.gbl... > so, the questuion, > How can I create windows (forms) with rounded corners? > > David. > >
0
by: No Spam | last post by:
After looking all the ways to progrrammatically create a new FTP Server & Virtual Directory, I have come to see that the code below is the cleanest. Here is my basic issue. When I run this code, I...
1
by: =?Utf-8?B?VGVycnk=?= | last post by:
When I open a form (already exists) in the IDE, why is it marked 'dirty' before I have touched it? In fact, if I open an existing solution, the solution, project, and any form that was open in the...
0
by: itdevries | last post by:
Hi, Just wondering if anyone knows whether the ide (also the for example the syntax highlighting options etc.) of vs standard is dumbed down in comparison to vs pro? regards, Igor
1
by: =?Utf-8?B?QmlsbEF0V29yaw==?= | last post by:
Hi, I'm sure I'm missing something simple but.... Is there an "intellisense" (or similar) way of adding standard method signatures to an ASP.NET page when I'm coding in the VS2008 IDE. e.g....
1
by: Tbone | last post by:
Is there any way to have my C# executable file be runnable as a Windows Application AND runnable as a Windows Service? I know I can create a separate project for the Windows Service, but I am...
0
bartonc
by: bartonc | last post by:
There is a lot of confusion and attempts to resolve the Windows 7 (and Vista) multi-boot issue (some good, some not so good). I'll do my best to clear things up a bit. 1) When you install...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.