Click here to Skip to main content
15,924,317 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to Pin
dan!sh 25-Jul-08 8:44
professional dan!sh 25-Jul-08 8:44 
AnswerRe: how to Pin
Dalek Dave26-Jul-08 10:37
professionalDalek Dave26-Jul-08 10:37 
QuestionBytes sent and received by my application Pin
Ale.R.NET25-Jul-08 5:14
Ale.R.NET25-Jul-08 5:14 
QuestionGet type of inherited control Pin
Tom Deketelaere25-Jul-08 4:03
professionalTom Deketelaere25-Jul-08 4:03 
AnswerRe: Get type of inherited control [modified] Pin
Jon_Boy25-Jul-08 6:08
Jon_Boy25-Jul-08 6:08 
QuestionRecommendation for barcode readers Pin
David Mujica25-Jul-08 3:52
David Mujica25-Jul-08 3:52 
AnswerRe: Recommendation for barcode readers Pin
Luc Pattyn25-Jul-08 4:37
sitebuilderLuc Pattyn25-Jul-08 4:37 
QuestionHow to use content type to send mail Pin
nileshbahirshet25-Jul-08 2:12
nileshbahirshet25-Jul-08 2:12 
I have code like



Dim subject As String = "Test EmbeddedImage"
Dim contentId As String = "image1"

Dim body As String = "Here is a picture of CRM:



Dim av1 As AlternateView = AlternateView.CreateAlternateViewFromString(body, Nothing, "Text/Html")

Dim linkedResource1 As LinkedResource = New LinkedResource(ms,?????)
linkedResource1.ContentId = contentId
av1.LinkedResources.Add(linkedResource1)
.
.
other code for sending mail
.
.

What should I write at ????
for sending mail with image ?
QuestionProblem in sending mails with images ... Pin
nileshbahirshet25-Jul-08 1:15
nileshbahirshet25-Jul-08 1:15 
AnswerRe: Problem in sending mails with images ... Pin
ChandraRam25-Jul-08 1:42
ChandraRam25-Jul-08 1:42 
Questionmath.round function has a bug? Pin
CICCIOLO6924-Jul-08 22:51
CICCIOLO6924-Jul-08 22:51 
AnswerRe: math.round function has a bug? Pin
Guffa24-Jul-08 23:14
Guffa24-Jul-08 23:14 
GeneralRe: math.round function has a bug? Pin
supercat925-Jul-08 7:11
supercat925-Jul-08 7:11 
GeneralRe: math.round function has a bug? Pin
Stuart Dootson26-Jul-08 1:34
professionalStuart Dootson26-Jul-08 1:34 
GeneralRe: math.round function has a bug? Pin
supercat926-Jul-08 8:53
supercat926-Jul-08 8:53 
AnswerRe: math.round function has a bug? Pin
Chinners24-Jul-08 23:20
Chinners24-Jul-08 23:20 
AnswerRe: math.round function has a bug? Pin
Steve Mayfield25-Jul-08 12:24
Steve Mayfield25-Jul-08 12:24 
GeneralRe: math.round function has a bug? Pin
Guffa25-Jul-08 12:45
Guffa25-Jul-08 12:45 
GeneralRe: math.round function has a bug? Pin
Kel_25-Jul-08 23:16
Kel_25-Jul-08 23:16 
AnswerRe: math.round function has a bug? Pin
ghle26-Jul-08 4:52
ghle26-Jul-08 4:52 
AnswerRe: math.round function has a bug? Pin
Thomas Stockwell28-Jul-08 2:15
professionalThomas Stockwell28-Jul-08 2:15 
Questionpage authorization Pin
Ebube24-Jul-08 22:21
Ebube24-Jul-08 22:21 
AnswerRe: page authorization Pin
Steven J Jowett24-Jul-08 22:30
Steven J Jowett24-Jul-08 22:30 
GeneralRe: page authorization Pin
Ebube28-Jul-08 23:49
Ebube28-Jul-08 23:49 
QuestionXML Attributes from XML File Pin
Andrew Streetman24-Jul-08 16:11
Andrew Streetman24-Jul-08 16:11 

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.