怎样用Delphi实现OutLook中左边button容器,有现成的吗?(200分)

  • 主题发起人 邹光先
  • 开始时间

邹光先

Unregistered / Unconfirmed
GUEST, unregistred user!
怎样用Delphi实现OutLook中左边button容器,有现成的吗?
 
有啊。比如
1stClass
你可以看看http://www.nease.net/~bozhi
 
abc4,直接用就可以了
 
Thank you very much!
But do it have many bugs?and can it use easily?and it is provied with
source?and do it need money?
 
Where to find it ? and can it meet the request i just provide?
 
abc我不知道,1stClass是有source的。用起来还好
 
What is the password and how to regesiter?
 
FirstClassPro 是出著名的 InfoPower 的公司出的,放心了吧
到深度离线去找,有一堆
 
password :
1stclass2b259729
 
1stclass是不错,可自己做一个也不难呀

把form用splitter分成左右两个,左边塞一个Pane,
左边再扔几个子pane做outlookbox的header用(用splitter分隔,当然还要有
做容器的pane)

align设为alltop,最下边一个设成allclient;
然后再各个Pane的onlick事件上写点移动语句
比如 pane2.top:=pane1.top+pane1.height+1等等
如果想玩得花一点,还可以来点动画效果(加一个timer)加上背景图片等.

我觉得这样自己设计比较随心所欲,用控件太死板了.再说了,能不用控件
尽量别用.

不过急用的话还是去下载一个1stclass或acl也成

 
i will show my thanks to all of you ,you have helped me,and i am very
excited.
 
顶部