也就是说,如果我把我的程序设为默认浏览器,在程序中怎么才能处理WINDOW.OPEN打开.

解决方案 »

  1.   

    到GOOGLE里面搜索到:Browser Helper Object
      

  2.   

    DDE is the way the shell tells a running instance of a program to do something. You don't have to make your program use DDE, but if you don't it must start a new instance every time. Somehow you have to have a mechanism for the shell to tell your program what it wants you to do. If you are not using DDE then it will have to be by switches or something on the command line. Just sending a file name parameter is not precise enough. The registry has lots of protocol entries as well as file associations. Not all the protocols are handled by IE, some are done by rundll. You can choose which operations will be done by your browser by only changing the registry entries for those things. http://support.microsoft.com/kb/q177054/
    http://support.microsoft.com/kb/q175306/
      

  3.   

    http://community.csdn.net/Expert/topic/4776/4776932.xml?temp=.5742914