Rebar Control

  • Thread starter Thread starter Roth Fouty
  • Start date Start date
R

Roth Fouty

I'm looking at making a control that would mimic the MFC
rebar control and tear off menus in C#. I have found
some examples for the rebar control and a separate
example of tear off and docking menus but nothing that
seems to address both. If anyone out there has an
example or some advice on where I can look for some
documentation on this I would appreciate it. Also a side
question is why did Microsoft leave this control out of
the .Net Controls? Thanks
 
Hi Erik,
Here is an another sample, I hope it is helpful to you.
<CommandBar for .NET>
http://www.aisto.com/roeder/dotnet/


Best regards,

Ying-Shen Yu [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
You should not reply this mail directly, "Online" should be removed before
sending, Thanks!
 
* "Roth Fouty said:
I'm looking at making a control that would mimic the MFC
rebar control and tear off menus in C#. I have found
some examples for the rebar control and a separate
example of tear off and docking menus but nothing that
seems to address both. If anyone out there has an
example or some advice on where I can look for some
documentation on this I would appreciate it.

Also a side
question is why did Microsoft leave this control out of
the .Net Controls?

A similar control will be included in the text release of .NET (Whidbey).

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top