Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRun Time Text Box Pin
Nadeem Akhter27-Feb-06 4:00
Nadeem Akhter27-Feb-06 4:00 
Questiondatabase engine for larg application Pin
illusionFinder27-Feb-06 2:46
illusionFinder27-Feb-06 2:46 
AnswerRe: database engine for larg application Pin
Colin Angus Mackay27-Feb-06 2:57
Colin Angus Mackay27-Feb-06 2:57 
GeneralRe: database engine for larg application Pin
illusionFinder27-Feb-06 3:07
illusionFinder27-Feb-06 3:07 
GeneralRe: database engine for larg application Pin
Colin Angus Mackay27-Feb-06 3:20
Colin Angus Mackay27-Feb-06 3:20 
AnswerRe: database engine for larg application Pin
Guffa27-Feb-06 3:38
Guffa27-Feb-06 3:38 
Questionpc can see its self on network without network Pin
illusionFinder27-Feb-06 2:44
illusionFinder27-Feb-06 2:44 
QuestionWeird problem with the Body of a MailMessage Pin
dlarkin7727-Feb-06 2:38
dlarkin7727-Feb-06 2:38 
Hi,

I am trying to send a mail message using System.Net.Mail.MailMessage. I'm having a strange problem (well, to me it is strange). I cannot receive the message if I set the body of the message to be a variable.

<br />
Dim mailMsg As New System.Net.Mail.MailMessage("me@mycompany.com", m_Recipient, m_Subject, m_Body)<br />
Dim oMailClient As New System.Net.Mail.SmtpClient("someipaddress")<br />
oMailClient.Send(mailMsg)<br />


I don't get any errors compiling or when I run the code, I just don't receive the message.

The same code works fine if I hardcode some text for the body of the message.

Any ideas what might be wrong?

Thanks very much,

dlarkin77
QuestionMouse Cursor....... Pin
daviiie27-Feb-06 2:32
daviiie27-Feb-06 2:32 
AnswerRe: Mouse Cursor....... Pin
illusionFinder27-Feb-06 3:04
illusionFinder27-Feb-06 3:04 
AnswerRe: Mouse Cursor....... Pin
Guffa27-Feb-06 4:20
Guffa27-Feb-06 4:20 
Questionvistadb Pin
illusionFinder26-Feb-06 23:37
illusionFinder26-Feb-06 23:37 
AnswerRe: vistadb Pin
Colin Angus Mackay27-Feb-06 0:08
Colin Angus Mackay27-Feb-06 0:08 
QuestionChainz game Pin
ands_226-Feb-06 23:08
ands_226-Feb-06 23:08 
GeneralRe: Chainz game Pin
Guffa26-Feb-06 23:14
Guffa26-Feb-06 23:14 
GeneralRe: Chainz game Pin
ands_226-Feb-06 23:24
ands_226-Feb-06 23:24 
QuestionHow to Print documents in VB Pin
jkrao26-Feb-06 22:23
jkrao26-Feb-06 22:23 
AnswerRe: How to Print documents in VB Pin
Duncan Edwards Jones27-Feb-06 2:12
professionalDuncan Edwards Jones27-Feb-06 2:12 
AnswerRe: How to Print documents in VB Pin
microuser_200027-Feb-06 3:25
microuser_200027-Feb-06 3:25 
GeneralRe: How to Print documents in VB Pin
jkrao27-Feb-06 18:17
jkrao27-Feb-06 18:17 
Questioncode Pin
Leavashni26-Feb-06 22:18
Leavashni26-Feb-06 22:18 
AnswerRe: code Pin
Colin Angus Mackay26-Feb-06 22:56
Colin Angus Mackay26-Feb-06 22:56 
AnswerRe: code Pin
Tim Carmichael27-Feb-06 2:54
Tim Carmichael27-Feb-06 2:54 
GeneralRe: code Pin
Paul Conrad1-Mar-06 14:53
professionalPaul Conrad1-Mar-06 14:53 
Questionweb user control with panels Pin
uglyeyes26-Feb-06 21:46
uglyeyes26-Feb-06 21:46 

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.