哪位大虾解答一下,拜托

解决方案 »

  1.   

    不可能有函数的,有些类可以实现此功能,
    http://www.codetools.com/staticctrl/CMyHyperLink.asp
    这个类可以达到你的目的
      

  2.   

    www.vckbase.com 有例子,下载一个吧,
      

  3.   

    告诉我email,我给你发个类,调用即可!
    [email protected]
      

  4.   

    一般用Lable控件来显示URL,然后重载这个Lable类,在类中响应Click事件
    用函数HINSTANCE ShellExecute(
        HWND hwnd, 
        LPCTSTR lpOperation,
        LPCTSTR lpFile, 
        LPCTSTR lpParameters, 
        LPCTSTR lpDirectory,
        INT nShowCmd
    );
    比如要打开http://www.csdn.net就用
    ShellExecute(NULL,_T("open"),url,NULL,NULL,SW_SHOW );
    如果你想要源程序,就发信到[email protected]
      

  5.   

    我的E-mail:[email protected]
    先说一声,谢谢