473,394 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

shellExecuteAny and mailto

hallo, ik heb volgende code in een database applicatie.
Expand|Select|Wrap|Line Numbers
  1. Private Sub txtMail_DblClick()
  2.     ShellExecuteAny hwnd, "open", "mailto:" & txtMail.Text, vbNullString, vbNullString, 5
  3. End Sub
en nu moet ik daar hier en daar wat aanpassen.
bovenstaande code zou een reeks emailadres;emailadres;emailadres;...
naar het klembord kopiëren.
nu zou ik willen dat er telkens een , tussenkomt in plaats van een ;
spijtig genoeg snap ik niets van die hwnd (en vind ik daar moeilijk iets over)

enige tips ?

bedankt alvast
Nov 22 '06 #1
1 1767
albertw
267 100+
hallo, ik heb volgende code in een database applicatie.
Expand|Select|Wrap|Line Numbers
  1. Private Sub txtMail_DblClick()
  2.     ShellExecuteAny hwnd, "open", "mailto:" & txtMail.Text, vbNullString, vbNullString, 5
  3. End Sub
en nu moet ik daar hier en daar wat aanpassen.
bovenstaande code zou een reeks emailadres;emailadres;emailadres;...
naar het klembord kopiëren.
nu zou ik willen dat er telkens een , tussenkomt in plaats van een ;
spijtig genoeg snap ik niets van die hwnd (en vind ik daar moeilijk iets over)

enige tips ?

bedankt alvast
hallo

deze site is normaal in het engels, dus je hebt mazzel dat hier ook een aantal nederlanders zitten te 'chatten'

code is nagenoeg compleet:

Expand|Select|Wrap|Line Numbers
  1. Public Sub SendeMail()
  2.  
  3. Dim Success As Long
  4. Success = ShellExecute(0&, vbNullString, "mailto:" & EMAIL, vbNullString, "C:\", 1)
  5. End Sub
  6.  
  7.  
EMAIL staat voor het volledige email adres

next time in English please
Nov 22 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Bill Petrol | last post by:
I'm trying to send a link with a querystring as the body of an email message. My HTML syntax looks something like this: <a href="mailto:xxx@yyy.com?Subject=<? print $subject ?>&Body=<? print...
15
by: nAmYzArC | last post by:
Hi everyone, I'm setting the body of an email using values from a form firstname = bob lastname = dole ebody = 'First Name: ' + firstname + '\r\n' + 'Last Name: ' + lastname ...
12
by: ElvisIsDead | last post by:
Have a script that takes a form and emails it automatically. Here is the part: <form onSubmit="return editData();" name="estm" enctype="text/plain" method="post"...
15
by: Val | last post by:
Any experts on mailto: tags? I want to set a link so that the subject and some of the body of the email is filled in. This is easy for simple text, although you need to use %20 for spaces: <a...
18
by: Shinin | last post by:
I am trying to set up a mailto: link so that the actual address that the email is being sent to is obscured and replaced by a name. For example, I have <a href="mailto:jschmoe@abc.com">Joe...
10
by: Adam Smith | last post by:
How can I set up a mailto with a cc or bcc as well as a subject designation. The system works for two but not three, is this a hardwired limit or have I missed something ==> <a...
15
by: tshad | last post by:
I am trying to put an persons email address in a response I am sending another person. I can get it to work by doing the following: message.Body = resumeTop & vbCrLf & vbCrLf & "For Applicant:...
3
by: Brian | last post by:
Hi, I want to issue mailto from one of my pages. Basically to drop contact information from a from to the body of the email and have the user enter the desired address to send it to. I thought...
2
by: =?Utf-8?B?UGV0ZXI=?= | last post by:
Hi, I want to create a mailto link from data coming from an SQLDataSource. How do I have to change the following code to get it working? The mailto works, outlook starts with a new message, but...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.