我在玩联众游戏时发现,刚刚进入联众时,出一个对话框,框里有两个 HTTP 的超连接,请问这是如何实现的?

解决方案 »

  1.   

    If you are really a novice,download a CStatic derived class to achieve this.
    this is the most easy and quick way.
      Or you could do it yourself .Add a claas derived from CStatic.
    in OnPaint() draw the text
    in OnLButtonDown() firing IE for going  to the desired website using WinExec() 
                  function to achieve
      

  2.   

    HAHA, 我已经解决了,这个方法要比自己画小手,自己启动 IE 方便得多.