G
giannis
How can I make a clickable email address in a text box ?
Is possible ?
Thanx !
Is possible ?
Thanx !
Patrice said:I would rather create a button near the textbox and would use the textbox
for editing as usual and the button
for launching the mail client using this address...
Patrice said:Try :
Process.Start("mailto:[email protected]")
Try :
Process.Start("mailto:[email protected]")
It executes a command line but the as the command line processor also
recognize also the mailto of http protocol, it allows to launch a mail
client or to open a web site without knowing what is the current client
and/or browser...