PC Review


Reply
Thread Tools Rate Thread

clickable email address

 
 
giannis
Guest
Posts: n/a
 
      23rd Feb 2007
How can I make a clickable email address in a text box ?
Is possible ?
Thanx !


 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      23rd Feb 2007
Clicking would interfere with editing (how do you know hwat is the purpose
of the click ?). 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... Or you could use the double click event but IMO
it will be perhaps less discoverable...

"giannis" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> How can I make a clickable email address in a text box ?
> Is possible ?
> Thanx !
>



 
Reply With Quote
 
giannis
Guest
Posts: n/a
 
      23rd Feb 2007
Patrice wrote:
> 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...


What is the code for launching the email client ?
I am newbie in VB . Can you see me the command (methond) for this ?


 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      23rd Feb 2007
Try :
Process.Start("private.php?do=newpm&u=")

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...

"giannis" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> Patrice wrote:
>> 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...

>
> What is the code for launching the email client ?
> I am newbie in VB . Can you see me the command (methond) for this ?
>
>



 
Reply With Quote
 
giannis
Guest
Posts: n/a
 
      23rd Feb 2007
Patrice wrote:
> Try :
> Process.Start("private.php?do=newpm&u=")


Thank you very much !!!


 
Reply With Quote
 
susiedba@hotmail.com
Guest
Posts: n/a
 
      23rd Feb 2007
hey patrice

that is sharp, thanks!



On Feb 23, 5:08 am, "Patrice" <http://www.chez.com/scribe/> wrote:
> Try :
> Process.Start("mailto:nob...@nowhere.com")
>
> 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...
>
> "giannis" <zzzinob...@freemail.gr> a écrit dans le message de news:
> O5WreS0VHHA.3...@TK2MSFTNGP03.phx.gbl...
>
> > Patrice wrote:
> >> 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...

>
> > What is the code for launching the email client ?
> > I am newbie in VB . Can you see me the command (methond) for this ?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clickable Address in Excel Spreadsheet to Internal Computer Files kgvi Microsoft Excel Discussion 6 1st Jun 2008 10:03 PM
Clickable folders in Save As Address Bar? Nigel Molesworth Windows Vista File Management 1 7th Jan 2007 02:28 AM
URL's not clickable in email Bob Day Microsoft Outlook 2 13th May 2006 05:06 PM
Clickable Email Address Field =?Utf-8?B?VGV4YXN0b25lbWFu?= Microsoft Access Forms 9 9th Feb 2006 12:51 AM
Hyperlink not clickable in email =?Utf-8?B?Q2hyaXN0aW5l?= Microsoft Outlook Discussion 0 5th Jul 2005 10:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:36 AM.