ShellExecute(Handle,'open','iexplore.exe',PChar(网址),nil,SW_NORMAL)
出现如下提示:Build
  [Error] biduiunit.pas(154): Undeclared identifier: 'ShellExecute'
  [Fatal Error] Project1.dpr(5): Could not compile used unit 'biduiunit.pas'
===
是不是在uses中要引用东东?谢谢.

解决方案 »

  1.   

    ...
    ...
    implementation
    uses ShellAPI;
    ...给分吧
      

  2.   

    嗯,上面的对的.
    我可以再问一下么.
    ShellExecute(Handle,'open','iexplore.exe',PChar(网址),nil,SW_NORMAL)
    这个是点了按钮后出来新的窗口,我想是出来的网页能不能出现在
    WebBrowser1里面,怎么做?
      

  3.   

    SHELLAPI_____________________
    http://lysoft.7u7.net
      

  4.   

    ShellExecute(Handle,'open','iexplore.exe',PChar(网址),nil,SW_NORMAL)
    你这个写法也正确吗
      

  5.   

    点开始->程序->Borland Delphi 7->Help->MS SDK Help Files->ISAPI Programmer's Reference然后输入 ShellExecute
    如果能找到的函数,都要ShellAPI
      

  6.   

    在ShellExecute 按 F1 能找到单元