//如何在LABEL控件上加上”联接”功能,比如打开邮箱等////

sswang111 2002-01-29 09:28:12
...全文
78 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
langzhi 2002-01-29
  • 打赏
  • 举报
回复
补充:
网址:shell "start.exe http://www.whatease.com/home/fontz"
信箱:shell "start.exe mailto:langzhi888@sohu.com"

不过start.exe是DOS下的程序,运行时会先启动DOS窗口。
yuanxy 2002-01-29
  • 打赏
  • 举报
回复
const YourEmail="mailto:zyl910@sina.com"
ShellExecute 0, "open",YourEmail,vbNullString,vbNullString,3
zyl910 2002-01-29
  • 打赏
  • 举报
回复
最简单的:Shell "Start mailto:" + 你的信箱
zyl910 2002-01-29
  • 打赏
  • 举报
回复
错了,是:
ShellExecute 0, "open", "mailto:zyl910@sina.com", vbNullString, vbNullString, 3
zyl910 2002-01-29
  • 打赏
  • 举报
回复
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

ShellExecute 0, "open", "http://zyl910.yeah.net", vbNullString, vbNullString, 3

742

社区成员

发帖
与我相关
我的任务
社区描述
VB 版八卦、闲侃,联络感情地盘,禁广告帖、作业帖
社区管理员
  • 非技术类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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