Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Having trouble, batch build VB 2008 Pro Pin
llandyw10-Mar-10 20:48
llandyw10-Mar-10 20:48 
GeneralRe: Having trouble, batch build VB 2008 Pro Pin
Dave Kreskowiak11-Mar-10 1:49
mveDave Kreskowiak11-Mar-10 1:49 
GeneralRe: Having trouble, batch build VB 2008 Pro Pin
llandyw11-Mar-10 11:11
llandyw11-Mar-10 11:11 
Questioncreating a monitor for sending emails Pin
NarendraSinghJTV8-Mar-10 23:51
NarendraSinghJTV8-Mar-10 23:51 
AnswerRe: creating a monitor for sending emails [modified] Pin
Richard MacCutchan9-Mar-10 1:18
mveRichard MacCutchan9-Mar-10 1:18 
GeneralRe: creating a monitor for sending emails Pin
DaveAuld9-Mar-10 1:39
professionalDaveAuld9-Mar-10 1:39 
GeneralRe: creating a monitor for sending emails Pin
Richard MacCutchan9-Mar-10 2:15
mveRichard MacCutchan9-Mar-10 2:15 
AnswerRe: creating a monitor for sending emails Pin
Steven J Jowett9-Mar-10 8:54
Steven J Jowett9-Mar-10 8:54 
The best solution that I can think of, is to embed a link an image URL into your email, so that the image is downloaded from a website. The URL in the email would be something like
http://www.yourwebsite.com/Image.aspx?i=logo&Id=YourReceipientsId


So basically what you are doing is referencing the Image.aspx page with the parameters of i=logo (parameter i = logo) and a unique Id for the Email/Receipient.

What the Image.aspx does is record in a database that the Receipient has opened the email and downloaded the image, thus the email address is valid and been read. Then the page responds with an image.
Steve Jowett
-------------------------
Real programmers don't comment their code. If it was hard to write, it should be hard to read.

Questionprintform [modified] issue resolved Pin
Daniel Engelkes8-Mar-10 14:33
Daniel Engelkes8-Mar-10 14:33 
AnswerRe: printform Pin
Dave Kreskowiak8-Mar-10 14:59
mveDave Kreskowiak8-Mar-10 14:59 
QuestionService commands Pin
rmedo8-Mar-10 3:42
rmedo8-Mar-10 3:42 
AnswerRe: Service commands Pin
The Man from U.N.C.L.E.8-Mar-10 3:57
The Man from U.N.C.L.E.8-Mar-10 3:57 
GeneralRe: Service commands Pin
rmedo8-Mar-10 4:05
rmedo8-Mar-10 4:05 
GeneralSMS applications Pin
The Man from U.N.C.L.E.8-Mar-10 4:17
The Man from U.N.C.L.E.8-Mar-10 4:17 
QuestionVB6 code works like a treat but need it in vb.net grrr Pin
offroaderdan8-Mar-10 0:08
offroaderdan8-Mar-10 0:08 
AnswerRe: VB6 code works like a treat but need it in vb.net grrr Pin
offroaderdan8-Mar-10 0:45
offroaderdan8-Mar-10 0:45 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
David Skelly8-Mar-10 2:13
David Skelly8-Mar-10 2:13 
AnswerRe: VB6 code works like a treat but need it in vb.net grrr Pin
Wayne Gaylard8-Mar-10 1:03
professionalWayne Gaylard8-Mar-10 1:03 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
offroaderdan8-Mar-10 2:19
offroaderdan8-Mar-10 2:19 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
The Man from U.N.C.L.E.8-Mar-10 2:54
The Man from U.N.C.L.E.8-Mar-10 2:54 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
offroaderdan8-Mar-10 3:25
offroaderdan8-Mar-10 3:25 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
The Man from U.N.C.L.E.8-Mar-10 3:52
The Man from U.N.C.L.E.8-Mar-10 3:52 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
offroaderdan8-Mar-10 4:10
offroaderdan8-Mar-10 4:10 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
The Man from U.N.C.L.E.8-Mar-10 4:22
The Man from U.N.C.L.E.8-Mar-10 4:22 
GeneralRe: VB6 code works like a treat but need it in vb.net grrr Pin
offroaderdan8-Mar-10 5:07
offroaderdan8-Mar-10 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.