可以。
ShellExecute(0, 'open', 'mailto:[email protected]', nil, nil, SW_SHOW);

解决方案 »

  1.   

    我试过之后,if true then {i give 30 }
      

  2.   

    可以的.
    在单元引用中
    ShellAPI要添加进去.调用格式
    ShellExecute(Handle,nil,PChar('mailto:[email protected]'),nil,nil,SW_SHOWNORMAIL);[email protected]
    http://nizvoo.myrice.com
      

  3.   

    ...
    1。首先 uses ShellAPI;
    ...
    2。在程序中:
      ShellExecute(Handle,'Open',PChar('mailto:[email protected]?Subject=标题'),nil,nil,SW_SHOWNORMAL);
    这样一来就可以了.
      

  4.   

    首先 uses shellapi;
    然后再使用的地方加代码:
    ShellExecute(handle,nil,pchar('mailto:****@163.com'),nil,nil,
                   SW_Shownornal);
    mailto:还可以更换为:http://,ftp://,gopher://