Rebar or CoolBar available?

  • Thread starter Thread starter Developer
  • Start date Start date
D

Developer

Before I start working on my own version I'd like to be sure that makes
sense.

In previous Windows there was a control called Rebar and/or CoolBar or
something like that.

It was a container that Toolbars could be put into and the moved around at
run time.

I don't see anything like that now and wonder:

Is it here and I'm missing it?

Is it coming in VS2005?


Thanks for any info.
 
Developer,

In .NET 2.0, you would want to use the ToolStrip class. This provides
all of the functionality you are looking for (rafting/docking).

Hope this helps.
 
It helps a lot.
I'll just wait.

Thanks

Nicholas Paldino said:
Developer,

In .NET 2.0, you would want to use the ToolStrip class. This provides
all of the functionality you are looking for (rafting/docking).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Developer said:
Before I start working on my own version I'd like to be sure that makes
sense.

In previous Windows there was a control called Rebar and/or CoolBar or
something like that.

It was a container that Toolbars could be put into and the moved around
at run time.

I don't see anything like that now and wonder:

Is it here and I'm missing it?

Is it coming in VS2005?


Thanks for any info.
 
Back
Top