谁知道QQ的界面怎么做的啊?就是那个好友名单的抽屉效果 

解决方案 »

  1.   

    madmars(南斗)       能不能说得更深入一点,大家一起学习一下。譬如举个例子……
      

  2.   

    你在网上搜一下myicq的原代码啊
    具体是一个outbar,好象有个库有实现,记得是CGfxOutBarCtrl控件
    这个也应该能搜到
    这个东西多呢,没事多在网上找找
    www.codeproject.com
    www.codeguru.com
    www.vckbase.com
    www.vccode.com
    www.vchelp.net
      

  3.   

    我有个现成的作好的QQ框架大概是QQ刚出来时候那个版本!
    并且我改进了一下!加入了点机抽屉和来信息是的声音!要的流下邮箱!
      

  4.   

    [email protected]
    给我一份
    谢谢!
      

  5.   

    我也想要一份,谢谢了。[email protected]
      

  6.   

    我写了一个,有很全的注释!大家交流学习一下!我发给大家,希望交流一下,不要说我发垃圾邮件哦!谁还要让我要吧![email protected]
      

  7.   

    另外还有MSN的界面实现,有兴趣大家可以交流一下!
      

  8.   

    [email protected]
    麻烦给我也来一份啊
      

  9.   

    在skinmagic的实例中有这样的界面
      

  10.   

    我也想要一份,学习
    [email protected]
    thanks
      

  11.   

    我做界面,能给我一份吗?
    E-Mail:[email protected]
    MSN:[email protected]
      

  12.   

    我在做即时通讯,需要这样的一个特效,能给我一份吗?[email protected]
      

  13.   

    学习,给我一份,好么
    [email protected]
      

  14.   

    to: liuzhijun(云) [email protected]也给我一份吧!
      

  15.   

    这里怎么这么热闹,真的假的??
    还是清静点好阿
    http://www.vccode.com/file_show.php?id=4#xx1748xx
    http://www.vccode.com/file_show.php?id=57#xx81xx
    http://www.vccode.com/file_show.php?id=308
    http://www.vccode.com/file_show.php?id=873
    http://www.vchelp.net/vchelp/file2004_1/cloneqq.asp?type_id=74&class_id=1&cata_id=11&article_id=1076&search_term=icqhttp://www.vckbase.com/document/viewdoc/?id=277
      

  16.   

    首相生成一个EditBox,在里面建立按钮
      

  17.   

    刚刚接任务,要做界面,给我一份好 了,
    [email protected]
      

  18.   

    用MoveWindow函数可以解决:
    一般是在OnInitDialog中这样写:
    //**********************2002-2-2****************************
    //隐藏聊天记录显示框
    //**********************************************************
    CRect r1,r2;
    GetWindowRect(&r1);
    m_jiluedit.GetWindowRect(&r2);
    r1.SetRect(r1.left,r1.top,r1.right,r2.top);
    MoveWindow(r1);要显示下半截,则这样写代码:
    //********************2002-2-2*****************************
    //显示聊天记录显示框
    //*********************************************************
    static BOOL ifshow;
    CRect r1,r2;
    GetWindowRect(&r1);
    m_jiluedit.GetWindowRect(&r2);
    if(!ifshow)
    r1.SetRect(r1.left,r1.top,r1.right,r2.bottom+9);
    else
    r1.SetRect(r1.left,r1.top,r1.right,r2.top);
    ifshow=!ifshow;
    MoveWindow(r1);
    顺便说一下,m_jiluedit是CEdit控件。。要隐藏或者显示的就是这个控件所占的空间部分。
      

  19.   

    我用Delphi实现过这个东东,你可以参考一下,我的网站:
    http://lingke.nease.net
      

  20.   

    应该是重载然后一点一点画出来的吧
    给我一个好么,我对界面感兴趣
    [email protected]
    谢谢
      

  21.   

    我也要!
    谢谢!
    [email protected]
      

  22.   

    我的QQ:249547594
    我的email:[email protected]
      

  23.   

    我需要,能否给我一份:
    [email protected]