![]() |
| ||
| VB 6.0 - Accepting value (email address)from Inputbox Hi everyone, I have included a "Send mail" module in my vb module, but I want to accept the email address from an input box instead of hard-coding the recipients email address because the recipient may be different each given time. Below is my code: SENDEMAIL: How can I imbed the input box in the above routine? Thanks. GiftX |
| ||
| Re: VB 6.0 - Accepting value (email address)from Inputbox you will need a textbox, in your form, and set the OutlookMail.To = to the textbox name and put a .text after it. OutlookMail.To = textboxname.text |
| ||
| Re: VB 6.0 - Accepting value (email address)from Inputbox Actually, I don't want a textbox control on my form. All my codes are embedded in a Command control which the users clicks and the whole process is executed. Thanks anyway. tgifgemini. |
| ||
| Look up email addresses from Outlook address book Hi is there a posibility to do a look up and use email address from Outlook Address book - using VB6.? tgifgemini |
| ||
| Re: VB 6.0 - Accepting value (email address)from Inputbox Hi tgif, In Command Click, before u call the above module use InputBox say, Public EMailID as String Regards Veena |
| ||
| Re: VB 6.0 - Accepting value (email address)from Inputbox QVeen72. Thanks for your contribution. Your code seem pretty efficient. Enjoy your day. tgifgemini. |
| All times are GMT -4. The time now is 7:41 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC