473,395 Members | 1,473 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,395 software developers and data experts.

how to create a docking desktop toolbar in C# .net 2.0

How can I create a docking desktop tool bar in C# .net 2.0...This tool bar
should dock on any side like the windows taskbar.

I have created such toolbar in Visual C++ 6.0, but can't figure out how to
do it in C#
Sep 7 '07 #1
6 10084
Hello Ashutosh,

Start from this article http://www.codeproject.com/cs/miscctrl/magicdocking.asp
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
AHow can I create a docking desktop tool bar in C# .net 2.0...This
Atool bar should dock on any side like the windows taskbar.
A>
AI have created such toolbar in Visual C++ 6.0, but can't figure out
Ahow to do it in C#
A>
Sep 7 '07 #2
I have already gone through such posts.
In visual C++ (MFC) its possible to set some properties of the dialog box to
make it dockable on the desktop....

I don't want to use any extra code as I have to keep the application
compact. So, I am looking for something inbuilt.
"Michael Nemtsev"; "MVP" <ne*****@msn.comwrote in message
news:3d*************************@msnews.microsoft. com...
Hello Ashutosh,

Start from this article
http://www.codeproject.com/cs/miscctrl/magicdocking.asp
---
WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AHow can I create a docking desktop tool bar in C# .net 2.0...This
Atool bar should dock on any side like the windows taskbar.
AAI have created such toolbar in Visual C++ 6.0, but can't figure out
Ahow to do it in C#
A>
Sep 7 '07 #3
Hello Ashutosh,

there is no inbuild for this

I recomment to ask guys at winforms group how to use the extra code compact
us much possbile

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
AI have already gone through such posts.
AIn visual C++ (MFC) its possible to set some properties of the dialog
Abox to
Amake it dockable on the desktop....
AI don't want to use any extra code as I have to keep the application
Acompact. So, I am looking for something inbuilt.
A>
A"Michael Nemtsev"; "MVP" <ne*****@msn.comwrote in message
Anews:3d*************************@msnews.microsoft .com...
A>
>Hello Ashutosh,

Start from this article
http://www.codeproject.com/cs/miscctrl/magicdocking.asp

---
WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we
miss it, but that it is too low and we reach it" (c) Michelangelo
AHow can I create a docking desktop tool bar in C# .net 2.0...This
Atool bar should dock on any side like the windows taskbar.
AAI have created such toolbar in Visual C++ 6.0, but can't figure
out
Ahow to do it in C#
A>

Sep 7 '07 #4
Hi Ashutosh,

I agree with Michael that there's no inbuild property for a WinForm to make
it dockable on the desktop.

I found a good sample in C# from the codeproject web site. The sample
developed a class named ApplicationDesktopToolbar, which inherits
System.Windows.Forms.Form. When you want to make your application dockable
on the desktop, all you need to do is to inherit from
ApplicationDesktopToolbar instead of System.Windows.Forms.Form.

The following is the link of the sample:
http://www.codeproject.com/csharp/csdoesshell3.asp

Hope this helps.
If you have any question, please feel free to let me know.

Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

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

Sep 7 '07 #5
Hi Ashutosh,

How about the problem now?

If you need our further assistance, please feel free to let us know.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support

Sep 11 '07 #7

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

Similar topics

1
by: JDeats | last post by:
I have a WinForm that is set as an MDIContainer, I have an Panel on this form that has it's docking property set to "Top". When a spawn an MDI childform inside my parent all is well untill I...
0
by: Daniel | last post by:
Hello, i want to add docking functionality (like in VS.NET/Office) to c# toolbars in my apps. i've seen that used with MFC, but i write in c#. how can i do that? thank you in advance, Daniel
3
by: Peter | last post by:
Hello Thanks for reviewing my question. I have a simple question. I would like to know how you can arrange the docking order? For example, when I add a toolbar and I set the dock to TOP and...
3
by: Colt Ramsden | last post by:
How would I go about docking my main form to the side of the left side of the screen, ala Trillian or Desktop Sidebar, where any other maximized apps will only maximize to the docked form's left...
0
by: Benny Raymond | last post by:
Hi, I'm in the process of trying to make my app into an "Application Desktop Toolbar" (or at least that's what i've discovered you need to do in order to dock the main form to the left/right sides...
4
by: Tor Inge Rislaa | last post by:
Docking of controls I have a ToolBar on top of my form. The property Dock is set to Top. Beneath that I have a Panel as have the same Dock setting set to Top. The panel is Beneath the ToolBar...
4
by: Enrique | last post by:
hi all, i'd like to know how i could do a docking menu and docking toolbar. i know it's not so easy y VS .NET 2002 and 2003. anything will help me: links, code, articles..... thanks a...
2
Motoma
by: Motoma | last post by:
Starting in Windows Media Player 9, Microsoft introduced a nice feature: the ability to minimize Media Player to a Toolbar in the windows Taskbar. I'm curious if there is anyone around who knows...
0
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
We need an application that will dock itself to the top of Window's Desktop. I'm thinking of something like Microsoft Office's Quick Launch, only bigger (the size of Microsoft's Explorer Bar in the...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.