Advertisement
C_Volume2 Files/ File Controls/ Input/ Output #76042

Hyper-link / mailto

Easily lets you add a link from you VB application or open default email program.

AI

एआई सारांश: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

सोर्स कोड
original-source
Private Sub Command1_Click()
Dim x
x = Shell("start.exe " & Text1, 0)
End Sub
Private Sub Command2_Click()
Dim x
x = Shell("start.exe mailto:" & Text1, 0)
End Sub
मूल टिप्पणियाँ (3)
Wayback Machine से पुनर्प्राप्त