SellExecute(handle,nil,pchar('http://www.csdn.net'),nil,nil, 
                  sw_shownormal);

解决方案 »

  1.   

    user shellapiSellExecute(handle,nil,pchar('http://www.csdn.net'),nil,nil,sw_shownormal);
      

  2.   

    user shellapiSellExecute(handle,nil,pchar('http://www.csdn.net'),nil,nil,sw_shownormal);
      

  3.   

    ?这种抄袭也太明显了吧 :(SellExecute(handle,nil,pchar('http://www.csdn.net'),nil,nil,sw_shownormal);shellexecute???????????????????难道这么重复是为了加深印象???????????
      

  4.   


     ShellExecute(................................)[注意]不要以为我是第五各抄袭者: 函数名差了一个字符,所以,本质不同.
      

  5.   

    对不起,竟也是抄袭者了,del_c_sharp(头大中......) 已经指出了前面各贴的问题.作为弥补,我另外推荐一个使用起来更方便的(不使用pchar的)函数:
    function ExecuteFile(const FileName, Params, DefaultDir: string;
      ShowCmd: Integer): THandle;