Home All Groups Group Topic Archive Search About

Vb.Net menu like in WinXP Control Panel

Author
12 Sep 2006 12:43 PM
opi
Hi,

How can I make a menu like the one on the left side in Windows XP
Control Panel with VB.Net 2005?

A menu that can show or hide its menu items by clicking on the "arrow
symbol".

Click the link below to see what menu type I mean.

http://users.du.se/~opi/menu.JPG

Would appreciate an answerer
Thanks!!!

Author
12 Sep 2006 12:48 PM
Herfried K. Wagner [MVP]
<o**@du.se> schrieb:
> How can I make a menu like the one on the left side in Windows XP
> Control Panel with VB.Net 2005?
>
> A menu that can show or hide its menu items by clicking on the "arrow
> symbol".
>
> Click the link below to see what menu type I mean.
>
> http://users.du.se/~opi/menu.JPG

<URL:http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=167542e0-e435-4585-ae4f-c111fe60ed58>

Windows XP style Collapsible Panel Bar
<URL:http://www.codeproject.com/cs/miscctrl/CollapsiblePanelBar.asp>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
12 Sep 2006 1:01 PM
Ola
Perfect, thanks for answering so quickly, you have saved me a lot of
time!!!



Herfried K. Wagner [MVP] skrev:

Show quoteHide quote
> <o**@du.se> schrieb:
> > How can I make a menu like the one on the left side in Windows XP
> > Control Panel with VB.Net 2005?
> >
> > A menu that can show or hide its menu items by clicking on the "arrow
> > symbol".
> >
> > Click the link below to see what menu type I mean.
> >
> > http://users.du.se/~opi/menu.JPG
>
> <URL:http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=167542e0-e435-4585-ae4f-c111fe60ed58>
>
> Windows XP style Collapsible Panel Bar
> <URL:http://www.codeproject.com/cs/miscctrl/CollapsiblePanelBar.asp>
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>