473,401 Members | 2,139 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,401 software developers and data experts.

Dockable Windows in Whidbey

Is there any provision for creating winform applications that have dockable
windows ( Like the VS.NET IDE ) in whidbey ?
I just installed the beta and cant seem to find it.
Am i asking for too much or just too tired ?

P.S. Cudnt find whidbey newsgroup as well. Whats the name of it anyways ?

Thanx
rawCoder
Nov 16 '05 #1
10 1740
"rawCoder" <ra******@hotmail.com> schrieb:
Is there any provision for creating winform applications that have
dockable
windows ( Like the VS.NET IDE ) in whidbey ?
I just installed the beta and cant seem to find it.
AFAIK, no.
P.S. Cudnt find whidbey newsgroup as well. Whats the name of it anyways ?


<URL:http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey>

Infos on how to view these groups with an NNTP news client:

<URL:http://communities.microsoft.com/newsgroups/ICP/whidbey/US/welcomePage.htm>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #2
Does that mean that controls won't have the Docked property in vs.net 2005?
If so, that's a good reason not to upgrade!

"Herfried K. Wagner [MVP]" wrote:
"rawCoder" <ra******@hotmail.com> schrieb:
Is there any provision for creating winform applications that have
dockable
windows ( Like the VS.NET IDE ) in whidbey ?
I just installed the beta and cant seem to find it.


AFAIK, no.
P.S. Cudnt find whidbey newsgroup as well. Whats the name of it anyways ?


<URL:http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey>

Infos on how to view these groups with an NNTP news client:

<URL:http://communities.microsoft.com/newsgroups/ICP/whidbey/US/welcomePage.htm>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #3
Dock Windows, ala Visual Studio .Net, no. There is no provision for them.
Infragistics WinForm controls do provide for dockable Windows as do others.
I believe that SyncFusion also provides for them.

--

Chris Rolon

This posting is provided "AS IS" with no warranties, and confers no rights.

"Dennis" <De****@discussions.microsoft.com> wrote in message
news:F7**********************************@microsof t.com...
Does that mean that controls won't have the Docked property in vs.net 2005? If so, that's a good reason not to upgrade!

"Herfried K. Wagner [MVP]" wrote:
"rawCoder" <ra******@hotmail.com> schrieb:
Is there any provision for creating winform applications that have
dockable
windows ( Like the VS.NET IDE ) in whidbey ?
I just installed the beta and cant seem to find it.


AFAIK, no.
P.S. Cudnt find whidbey newsgroup as well. Whats the name of it
anyways ?
<URL:http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey>
Infos on how to view these groups with an NNTP news client:

<URL:http://communities.microsoft.com/new...US/welcomePage.
htm>
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #4
"Dennis" <De****@discussions.microsoft.com> wrote in message
news:F7**********************************@microsof t.com...
Does that mean that controls won't have the Docked property in vs.net
2005?
If so, that's a good reason not to upgrade!
No, that's not what he meant. Controls will still have the Docked property.
What rawCoder was asking is if Whidbey would have a scheme whereby you can
put docking subwindows in your app, just like the VS.NET IDE.
"Herfried K. Wagner [MVP]" wrote:
"rawCoder" <ra******@hotmail.com> schrieb:
> Is there any provision for creating winform applications that have
> dockable
> windows ( Like the VS.NET IDE ) in whidbey ?
> I just installed the beta and cant seem to find it.


AFAIK, no.
> P.S. Cudnt find whidbey newsgroup as well. Whats the name of it anyways
> ?


<URL:http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey>

Infos on how to view these groups with an NNTP news client:

<URL:http://communities.microsoft.com/newsgroups/ICP/whidbey/US/welcomePage.htm>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #5
Chris,

Is it not better to ask and discus this in a whidbey newsgroup.
The big benefit is than that Microsoft can better use your opinions.

http://communities.microsoft.com/new...idbey&slcid=us

Just my thought,

Cor
Nov 16 '05 #6
Sorry,

Forget my message, good one however in the wrong place at the wrong time.

Cor
Nov 16 '05 #7
Dennis,

"Dennis" <De****@discussions.microsoft.com> schrieb:
Does that mean that controls won't have the Docked property in vs.net
2005?
If so, that's a good reason not to upgrade!


Controls will still have a 'Dock' property, but there won't be support for
creating UIs like those of VS.NET! Notice that there are some (commercial)
3rd-party components for docked windows support, like the Magic Library, for
example, available.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #8
Thanks. I didn't even know you can dock windows in 2003, just controls like
panels, etc.

"Herfried K. Wagner [MVP]" wrote:
Dennis,

"Dennis" <De****@discussions.microsoft.com> schrieb:
Does that mean that controls won't have the Docked property in vs.net
2005?
If so, that's a good reason not to upgrade!


Controls will still have a 'Dock' property, but there won't be support for
creating UIs like those of VS.NET! Notice that there are some (commercial)
3rd-party components for docked windows support, like the Magic Library, for
example, available.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #9
"Dennis" <De****@discussions.microsoft.com> schrieb:
I didn't even know you can dock windows in 2003, just controls like
panels, etc.


Docking windows was not supported in .NET 1.0/1.1 Windows forms. It's a
feature of the Visual Studio .NET /IDE/.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 16 '05 #10
Thank You all for your comments

Just a quick question ? Why is it not yet provided ? I mean ofcourse only
MSFT business guys wud know, but its real ironic that the Visual Studio 6
IDE had this docking feature back in 94-98 and microsoft for some real good
reason is reluctant in publishing atleast entry level windows docking. I
know the vendors like infragistics and others solely depend on the
shortcomings of .NET controls but ...

Well just was a little curious.

Thanx anyways
rawCoder
"rawCoder" <ra******@hotmail.com> wrote in message
news:Oi*************@TK2MSFTNGP15.phx.gbl...
Is there any provision for creating winform applications that have dockable windows ( Like the VS.NET IDE ) in whidbey ?
I just installed the beta and cant seem to find it.
Am i asking for too much or just too tired ?

P.S. Cudnt find whidbey newsgroup as well. Whats the name of it anyways ?

Thanx
rawCoder

Nov 16 '05 #11

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

Similar topics

1
by: Tony Burrows | last post by:
I need to add 2 or 3 dockable windows to an app, but I can't seem to find anything that will do this. Am I missing something simple, or do I need to write my own dockable class? Tony
0
by: jacobryce | last post by:
I sent this post out a couple weeks ago and received no response, so I'll try again... I'd like to create a windows MDI in VS 2005 C# that will allow child windows to have the same options and...
2
by: Neil Guyette | last post by:
Hello, All, I'm looking for information on how to create dockable forms. Basically, I'm writing a .NET application and instead of using C# (I want to refresh my C++ skills) I'm going to use...
1
by: venkat | last post by:
Can we create our own Dockable windows (having our own controls) in excel (Windows 2003) like Getting started, The dockable window that appears when we click on File -> New. Please tell me...
3
by: Richard L Rosenheim | last post by:
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...
5
by: Bob | last post by:
Hi, I was wondering if anyone could point me to info on the best way to create a dockable window. I have seen plenty of posts about dockable controls that run within windows but I want the...
9
by: rawCoder | last post by:
Is there any provision for creating winform applications that have dockable windows ( Like the VS.NET IDE ) in whidbey ? I just installed the beta and cant seem to find it. Am i asking for too...
3
by: farseer | last post by:
Hello, i am looking for some advice on how to create a form or pane that is dockable/undockable to the right side of an MDI parent form, while allowing new windows to be displayed "freely" on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.