Click here to Skip to main content
16,016,489 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Variable enum? Pin
Duncan Edwards Jones15-Jun-06 5:08
professionalDuncan Edwards Jones15-Jun-06 5:08 
AnswerRe: Variable enum? Pin
Kschuler15-Jun-06 11:05
Kschuler15-Jun-06 11:05 
Questioncrystal reports in vb.net 1.1 Pin
amaneet15-Jun-06 3:35
amaneet15-Jun-06 3:35 
AnswerRe: crystal reports in vb.net 1.1 Pin
Dinuj Nath15-Jun-06 4:37
Dinuj Nath15-Jun-06 4:37 
QuestionConvert to vb.net Pin
miirsad15-Jun-06 2:43
miirsad15-Jun-06 2:43 
AnswerRe: Convert to vb.net Pin
Socheat.Net15-Jun-06 21:53
Socheat.Net15-Jun-06 21:53 
GeneralRe: Convert to vb.net Pin
miirsad16-Jun-06 3:48
miirsad16-Jun-06 3:48 
Questionerror : Could not access CDO.Message object Pin
thomas_joyee15-Jun-06 1:47
thomas_joyee15-Jun-06 1:47 
hi all,
i create an application to sending email's. this is the code i used.

Dim mailmsg As MailMessage

SmtpMail.SmtpServer = "127.0.0.1"
mailmsg = New MailMessage
mailmsg.To = txtFrom.Text
mailmsg.From = txtTo.Text
mailmsg.Subject = "demo"
mailmsg.Body = "Its a simple test"
mailmsg.BodyFormat = MailFormat.Text
SmtpMail.Send(mailmsg)

But i got an error 'Could not access CDO.Message object'

Please help me.

Thomas
AnswerRe: error : Could not access CDO.Message object Pin
Corinna John15-Jun-06 20:09
Corinna John15-Jun-06 20:09 
QuestionWeb Service Time Out Pin
nitin_ion15-Jun-06 1:36
nitin_ion15-Jun-06 1:36 
AnswerRe: Web Service Time Out Pin
DJLarZ15-Jun-06 4:37
DJLarZ15-Jun-06 4:37 
QuestionConvert Pin
Socheat.Net14-Jun-06 23:54
Socheat.Net14-Jun-06 23:54 
AnswerRe: Convert Pin
Guffa15-Jun-06 1:41
Guffa15-Jun-06 1:41 
GeneralRe: Convert Pin
Socheat.Net15-Jun-06 21:02
Socheat.Net15-Jun-06 21:02 
GeneralRe: Convert Pin
Eran Aharonovich11-Jul-06 5:30
Eran Aharonovich11-Jul-06 5:30 
AnswerRe: Convert Pin
Mekong River15-Jun-06 15:40
Mekong River15-Jun-06 15:40 
QuestionAdd text to Rich Text Box and not replace it Pin
Dave McCool14-Jun-06 22:50
Dave McCool14-Jun-06 22:50 
AnswerRe: Add text to Rich Text Box and not replace it Pin
_mubashir15-Jun-06 0:03
_mubashir15-Jun-06 0:03 
GeneralRe: Add text to Rich Text Box and not replace it Pin
Dave McCool15-Jun-06 0:43
Dave McCool15-Jun-06 0:43 
QuestionAuthoRun Pin
Socheat.Net14-Jun-06 22:44
Socheat.Net14-Jun-06 22:44 
AnswerRe: AuthoRun Pin
Mekong River14-Jun-06 22:58
Mekong River14-Jun-06 22:58 
GeneralRe: AuthoRun Pin
Socheat.Net14-Jun-06 23:06
Socheat.Net14-Jun-06 23:06 
GeneralRe: AuthoRun Pin
Mekong River14-Jun-06 23:25
Mekong River14-Jun-06 23:25 
GeneralRe: AuthoRun Pin
Socheat.Net14-Jun-06 23:32
Socheat.Net14-Jun-06 23:32 
QuestionRunning file help.chm Pin
minhnguyen0814-Jun-06 22:16
minhnguyen0814-Jun-06 22:16 

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.