01.txt
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:0k
源码类别:
Email客户端
开发平台:
Visual C++
- public class Win32
- {
- [DllImport("shell32.dll", EntryPoint = "ShellExecuteA")]
- public static extern int ShellExecute(
- int hwnd,
- String lpOperation,
- String lpFile,
- String lpParameters,
- String lpDirectory,
- int nShowCmd
- );
- }
- 在按钮事件中使用:
- 复制 保存Win32.ShellExecute(0, String.Empty, "mailto:dingo_zgl@msn.com", String.Empty, String.Empty, 1);