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

Visual Basic

 
QuestionPicking the "Odd" one out Pin
Zaegra7-Apr-07 3:05
Zaegra7-Apr-07 3:05 
AnswerRe: Picking the "Odd" one out Pin
The ANZAC7-Apr-07 19:01
The ANZAC7-Apr-07 19:01 
GeneralRe: Picking the "Odd" one out Pin
Zaegra8-Apr-07 7:43
Zaegra8-Apr-07 7:43 
QuestionDefault Sound Device Pin
mertology7-Apr-07 2:29
mertology7-Apr-07 2:29 
Questionsearch file from server Pin
mmm!@#7-Apr-07 2:22
mmm!@#7-Apr-07 2:22 
QuestionInstalling Sql Server Express Database on Setting up Application Pin
xbiplav7-Apr-07 1:54
xbiplav7-Apr-07 1:54 
AnswerRe: Installing Sql Server Express Database on Setting up Application Pin
Rob Graham8-Apr-07 4:02
Rob Graham8-Apr-07 4:02 
Questionhow to troubleshoot could not access 'CDO.Message' object Pin
hisuman1007-Apr-07 0:50
hisuman1007-Apr-07 0:50 
While sending mail using the following code getting the error message
'could not access 'CDO.Message' object'

Can anybody help me.
Regards
Suman

Imports System.Web.Mail
Public Class Form1
Inherits System.Windows.Forms.Form
Dim mymsg As New MailMessage
Dim myserver As SmtpMail
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
mymsg.From = "mahesh@yahoo.com "
mymsg.To = "suman100@yahoo.com"
mymsg.Subject = "SubjectOfTheMailString"
mymsg.Body = "BodyOfTheMailString"
myserver.SmtpServer = "mail.yahoo.com"
Try
myserver.Send(mymsg)
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
End Class
AnswerRe: how to troubleshoot could not access 'CDO.Message' object Pin
KreativeKai16-Apr-07 1:26
professionalKreativeKai16-Apr-07 1:26 
QuestionHow to get web-server's OK responce in case of web-service. Pin
Amol Ravatale7-Apr-07 0:47
Amol Ravatale7-Apr-07 0:47 
Questionuse the datagrid Pin
vishu_shri6-Apr-07 23:06
vishu_shri6-Apr-07 23:06 
AnswerRe: use the datagrid Pin
solberg7-Apr-07 1:00
solberg7-Apr-07 1:00 
QuestionTiff File Merge Pin
G.Manivannan6-Apr-07 21:35
G.Manivannan6-Apr-07 21:35 
QuestionHow ro run the project? Pin
Member 38798816-Apr-07 21:31
Member 38798816-Apr-07 21:31 
AnswerRe: How ro run the project? Pin
Xandip6-Apr-07 21:42
Xandip6-Apr-07 21:42 
AnswerRe: How ro run the project? Pin
Dave Kreskowiak7-Apr-07 5:48
mveDave Kreskowiak7-Apr-07 5:48 
GeneralRe: How ro run the project? Pin
Paul Conrad7-Apr-07 10:26
professionalPaul Conrad7-Apr-07 10:26 
QuestionFindFirst Method in VB 6.0 Pin
Ahmad Rifai Yusuf6-Apr-07 19:59
Ahmad Rifai Yusuf6-Apr-07 19:59 
AnswerRe: FindFirst Method in VB 6.0 Pin
Stigmurder8-Apr-07 14:36
Stigmurder8-Apr-07 14:36 
QuestionHow to make floating button? Pin
baby_lotus6-Apr-07 16:18
baby_lotus6-Apr-07 16:18 
AnswerRe: How to make floating button? Pin
mysticmango23-Apr-07 18:48
mysticmango23-Apr-07 18:48 
Questionproblem with system.web.mail Pin
jmflanders6-Apr-07 7:07
jmflanders6-Apr-07 7:07 
AnswerRe: problem with system.web.mail Pin
MatrixCoder6-Apr-07 7:18
MatrixCoder6-Apr-07 7:18 
GeneralRe: problem with system.web.mail Pin
jmflanders6-Apr-07 7:28
jmflanders6-Apr-07 7:28 
GeneralRe: problem with system.web.mail Pin
MatrixCoder6-Apr-07 7:59
MatrixCoder6-Apr-07 7:59 

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.