你用这些代码读出来了吗?
加各showmessage(Address);
怎么样?可以显示出地址吗?

解决方案 »

  1.   

    帮你关注一下啊,我的HKEY_CLASSES_ROOT;不没有你的那个子键啊
      

  2.   

    HKEY_LOCAL_MACHINE
    Classes\Applications\iexplore.exe\shell\open\command
      

  3.   

    应该是:
    HKEY_LOCAL_MACHINE\software\Classes\Applications\iexplore.exe\shell\open\command 
      

  4.   

    showmessage(address)显示的是空值吧?
      

  5.   

       if  RegIE.Openkey('\Applications\iexplore.exe\shell\open\command',false)then
                                    begin
              Address:=RegIE.ReadString('');          showmessage(address);
              end
              else
              showmessage('err');