- Home
·
- Miscellaneous
·
- emails someone, open webpage or opens file from command button
emails someone, open webpage or opens file from command button
emails someone, open webpage or opens file from command button
Rate emails someone, open webpage or opens file from command button
(1(1 Vote))
' emails someone
ShellExecute hwnd, "open", "mailto:[email protected]", vbNullString, vbNullString, conSwNormal
'open webpage
ShellExecute hwnd, "open", "http://sparalwww.google.com", vbNullString, vbNullString, conSwNormal
'Open file
ShellExecute hwnd, "open", "file://c:\file.txt", vbNullString, vbNullString, conSwNormal
emails someone, open webpage or opens file from command button Comments
No comments yet — be the first to post one!
Post a Comment