日期:2014-05-18  浏览次数:20691 次

像QQ一样的按钮(40分)急用
各位大哥,小弟刚学C#,想用Winforms做一个应用程序,用到像QQ   一样的按钮,(一点,某一栏就自动展开,其他的栏自动收缩在一起)不知道vs2005   里有没有这样的控件,一直没找到,如果没有,哪位知道哪里有这个第三方控件?谢谢。
如果都不知道的话,我只能自己做了。谢谢。

------解决方案--------------------
抽屉控件
下面的可以实现
http://download.csdn.net/source/231740
但开发环境 VC6.0.
------解决方案--------------------
http://www.codeproject.com/
OutlookBar控件
------解决方案--------------------
DotNetBar里面有这样的控件,搜一下就能找到
------解决方案--------------------
<table width= "186 " border= "1 " class= "MenuTB ">
<tr>
<th title= "News ">
<img src= "images/comments.gif " /> 新闻中心 </th>
</tr>
<tr style= "display:none ">
<td>
<ul>
<li> <a href= "# " target= "frmContent "> 待定 </a> </li>
<li> <a href= "# " target= "frmContent "> 待定 </a> </li>
</ul>
</td>
</tr>
</table>
<table width= "186 " border= "1 " class= "MenuTB ">
<tr>
<th title= "Q&amp;A ">
<img src= "images/comments.gif " /> 知道 </th>
</tr>
<tr style= "display:none ">
<td>
<ul>
<li> <a href= "# " target= "frmContent "> 待定 </a> </li>
<li> <a href= "# " target= "frmContent "> 待定 </a> </li>
</ul>
</td>
</tr>
</table>

这里就是折叠效果。。
------解决方案--------------------
【翻译】类似QQ面板的带图表分组列表(OutLook菜单栏实现)

http://bbs.msproject.cn/default.aspx?g=posts&t=306
------解决方案--------------------
这个完全可以自已写,在一个面板里放几个按钮,写好计算位置的代码
------解决方案--------------------
自己写是可以的,只要你设计好了位置然后自己写代码控制救星了
------解决方案--------------------
自己写, 不难啊
------解决方案--------------------
设置panel属性!
------解决方案--------------------
.NET 控件网

*****************************************************************************
欢迎使用CSDN论坛专用阅读器 : CSDN Reader(附全部源代码)

http://www.cnblogs.com/feiyun0112/archive/2006/09/20/509783.html