请问有没有好的实现outlook那种窗体框架的控件? 而且 点击导航按钮后 新打开的窗体能显示在当前窗体的右边?就是跟网页中常用的 frame 那种效果样的 ?

解决方案 »

  1.   

    可以用WinForm2.0中的Toolstrip控件
    需要Visual Studio .Net 2005
      

  2.   

    有啊!
    我一直也是这样做的。控件:ActiveBar2.0 如果需要可以发给你!
      

  3.   

    ActiveBar 啊 谢谢了这个我能找到的 :)  以前装过 不过不怎么么好用 呵呵
      

  4.   

    请参考下面的帖子:http://community.csdn.net/Expert/topic/3807/3807421.xml?temp=.2558252
    http://www.westcaihong.com/Luntan/Look.asp?ID=1837偶在左边用的是VbAccelerator提供的Explorer_Bar_Control,超爽!
      

  5.   

    saiko(小新)
     你的activebar能不能给我一份阿??我急要!
     [email protected]
     谢谢啦!
      

  6.   

    那就自己做吧.
    左边的可以用按钮跟picturebox控件组合完成.
    右边是一个容器(picturebox控件,新打开的窗口就显示在里面).Private Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As LongSetParent Form2.hwnd, Me.Picture1.hwnd'这样显示Form2