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

Floating forms

HI,
Is it possible to create a floating/dockable form in C# winforms.
Something similar to Properties/Solution Explorer window in Visual
Studio.net or Search/Index window in MSDN.

Any help or input is appreciated.

Thanks in advance
Isaac Varghese
TCS
London
Nov 15 '05 #1
2 12188
Yes - you should do it with a custom control.
Take panel control and add the controls you want in it. Then you need to
hide/show it on MouseEnter event of the label you're defining.

There are few dockable controls on the market that you can buy if you don't
want to build your own.
Also there is something ready on the codeproject:
http://www.codeproject.com/cs/miscct...ble%7Ccontrols
--
Branimir Giurov
MCSD.NET, MCDBA
eAgility LLC

"Isaac Varghese" <is************@lehman.com> wrote in message
news:ed**************************@posting.google.c om...
HI,
Is it possible to create a floating/dockable form in C# winforms.
Something similar to Properties/Solution Explorer window in Visual
Studio.net or Search/Index window in MSDN.

Any help or input is appreciated.

Thanks in advance
Isaac Varghese
TCS
London

Nov 15 '05 #2
Thanks a lot.

Re: Floating forms
From: Branimir Giurov
Date Posted: 1/15/2004 5:26:00 AM

Yes - you should do it with a custom control.
Take panel control and add the controls you want in it. Then you need to
hide/show it on MouseEnter event of the label you're defining.

There are few dockable controls on the market that you can buy if you
don't
want to build your own.
Also there is something ready on the codeproject:
http://www.codeproject.com/cs/miscct...rget=dockable%
7Ccontrols
--
Branimir Giurov
MCSD.NET, MCDBA
eAgility LLC

"Isaac Varghese" <is************@lehman.com> wrote in message
news:ed**************************@posting.google.c om...
HI,
Is it possible to create a floating/dockable form in C# winforms.
Something similar to Properties/Solution Explorer window in Visual
Studio.net or Search/Index window in MSDN.

Any help or input is appreciated.

Thanks in advance
Isaac Varghese
TCS
London


Isaac Varghese
MS.NET
TCS

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 15 '05 #3

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

Similar topics

4
by: Roger Leigh | last post by:
Hello, I'm writing a fixed-precision floating point class, based on the ideas in the example fixed_pt class in the "Practical C++ Programming" book by Steve Oualline (O' Reilly). This uses a...
7
by: skg | last post by:
Hi, I'm writing a c++ code, where in i'm passing a double value to a function. What i'm sending is a double value in scientific mode say set_value (1234e5.6) G++ compiler cribs about...
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...
687
by: cody | last post by:
no this is no trollposting and please don't get it wrong but iam very curious why people still use C instead of other languages especially C++. i heard people say C++ is slower than C but i can't...
10
by: Bryan Parkoff | last post by:
The guideline says to use %f in printf() function using the keyword float and double. For example float a = 1.2345; double b = 5.166666667; printf("%.2f\n %f\n", a, b);
32
by: ma740988 | last post by:
template <class T> inline bool isEqual( const T& a, const T& b, const T epsilon = std::numeric_limits<T>::epsilon() ) { const T diff = a - b; return ( diff <= epsilon ) && ( diff >= -epsilon );...
0
by: pat.maher | last post by:
I have an application that is not an mdi but rather made up of multiple sdi forms. I am trying to keep a single set of menus and toobars that change contents depending on the form that has...
0
by: gdrenfrew | last post by:
I'd like to know if it is possible to stop the parent application of a floating form becoming active when the controls on the floating form are clicked? I've got a large application, with multiple...
39
by: rembremading | last post by:
Hi all! The following piece of code has (for me) completely unexpected behaviour. (I compile it with gcc-Version 4.0.3) Something goes wrong with the integer to float conversion. Maybe somebody...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.