Winexec('hh.exe '+Path+'myhelp.chm');

解决方案 »

  1.   

    Winexec('hh.exe '+Path+'myhelp.chm',sw_normal);
      

  2.   

    ShellExecute(handle, "open", 'myhelp.chm', Nil, Nil, SW_SHOWNORMAL);
      

  3.   

    ShellExecute(handle, "open", 'myhelp.chm', Nil, Nil, SW_SHOWNORMAL); 
    是最好的
      

  4.   

    uses Shellapi
    ShellExecute(handle,nil,pchar('你的网址'),nil,nil,sw_shownormal);
    兄弟,可以给分结贴了,否则下次谁会再回答你任何问题......
      

  5.   

    uses Shellapi
    ShellExecute(handle,nil,pchar('你的网址'),nil,nil,sw_shownormal);
    兄弟,可以给分结贴了,否则下次谁会再回答你任何问题......