请教各位高手,谢谢!

yang0411 2001-07-07 03:23:08
怎样在DW中双击“email”字段,自动启动outlook?
...全文
56 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
szjlq 2001-07-07
  • 打赏
  • 举报
回复
FUNCTION ulong ShellExecute(ulong hwnd,ref string lpOperation,ref string lpFile,ref string lpParameters,ref string lpDirectory,ulong nShowCmd) LIBRARY "shell32.dll" ALIAS FOR "ShellExecuteA"

string ls_operation,ls_filename,ls_parameters,ls_lpdirectory
ls_operation='open'
ls_filename="mailto:szszjlq@163.com"
ShellExecute(handle(this),ls_operation,ls_filename, ls_parameters,ls_lpdirectory,1)
Methodor 2001-07-07
  • 打赏
  • 举报
回复
用Inet对象~~

1,076

社区成员

发帖
与我相关
我的任务
社区描述
PowerBuilder 相关问题讨论
社区管理员
  • 基础类社区
  • WorldMobile
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧