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

Visual Basic

 
QuestionRe: set up prob Pin
bony_baba14-Jun-06 20:36
bony_baba14-Jun-06 20:36 
AnswerRe: set up prob [modified] Pin
Dave Kreskowiak15-Jun-06 1:29
mveDave Kreskowiak15-Jun-06 1:29 
GeneralRe: set up prob Pin
bony_baba15-Jun-06 18:57
bony_baba15-Jun-06 18:57 
QuestionWeb Application load webform Pin
knullbyte13-Jun-06 18:03
knullbyte13-Jun-06 18:03 
AnswerRe: Web Application load webform [modified] Pin
bony_baba13-Jun-06 20:13
bony_baba13-Jun-06 20:13 
QuestionInstalador Pin
lucas-pc13-Jun-06 17:28
lucas-pc13-Jun-06 17:28 
AnswerRe: Instalador Pin
Steve Pullan13-Jun-06 18:57
Steve Pullan13-Jun-06 18:57 
QuestionWhat is wrong with this code?? Pin
Hengy13-Jun-06 14:53
Hengy13-Jun-06 14:53 
<br />
Private Sub Image1_Click()<br />
Dim SMTP As Object<br />
Set SMTP = CreateObject("ANSMTP.Mail") <br />
SMTP.ServerAddr = "pophm.sympatico.ca" <br />
SMTP.FromAddr = "email@email.com" 'sender' email address<br />
SMTP.AddRecipient "Me", "email@email.com", 0 <br />
SMTP.BodyFormat = 1 <br />
SMTP.Subject = Text1.Text & Text2.Text <br />
SMTP.BodyText = Text1.Caption & Text2.Caption<br />
<br />
If SMTP.SendMail() = 0 Then 'send email<br />
  MsgBox "Email delivered", vbOKOnly, "ANSMTP COM Object"<br />
Else<br />
  MsgBox SMTP.GetLastErrDescription, vbOKOnly, "ANSMTP COM Object"<br />
End If<br />
<br />
End Sub<br />

When I try and run it it gives me a run-time error #429. I debug it and it highlights the third line. (Set SMTP = CreateObject...)

Hengy
I like Pie
AnswerRe: What is wrong with this code?? Pin
Guffa13-Jun-06 20:39
Guffa13-Jun-06 20:39 
Questionroot in the deployement Pin
Mohammed Amine13-Jun-06 10:56
Mohammed Amine13-Jun-06 10:56 
AnswerRe: root in the deployement Pin
Steve Pullan13-Jun-06 14:17
Steve Pullan13-Jun-06 14:17 
QuestionSystem Default Printer Pin
Kschuler13-Jun-06 8:04
Kschuler13-Jun-06 8:04 
AnswerRe: System Default Printer Pin
Kschuler13-Jun-06 8:25
Kschuler13-Jun-06 8:25 
GeneralRe: System Default Printer Pin
Tim Carmichael13-Jun-06 10:14
Tim Carmichael13-Jun-06 10:14 
Questionvb.net sqldataadapter update not updating sql server identity column Pin
isgrom13-Jun-06 7:04
isgrom13-Jun-06 7:04 
QuestionGet text back To Form1 from Form2 in VB.net Pin
New_Coder13-Jun-06 6:49
New_Coder13-Jun-06 6:49 
AnswerRe: Get text back To Form1 from Form2 in VB.net Pin
zacharyshroyer13-Jun-06 7:56
zacharyshroyer13-Jun-06 7:56 
AnswerRe: Get text back To Form1 from Form2 in VB.net Pin
stru012113-Jun-06 8:01
stru012113-Jun-06 8:01 
QuestionBusiness Logic DLL for ASP.NET app Pin
guitardave7813-Jun-06 6:35
guitardave7813-Jun-06 6:35 
QuestionDTS in vb.net Pin
saneng13-Jun-06 6:02
saneng13-Jun-06 6:02 
Questionftp code vb.net Pin
tejuarora13-Jun-06 5:27
tejuarora13-Jun-06 5:27 
AnswerRe: ftp code vb.net Pin
amiableuser14-Jun-06 20:34
amiableuser14-Jun-06 20:34 
Questionhow to do this in crystal report Pin
Mohammed Amine13-Jun-06 5:07
Mohammed Amine13-Jun-06 5:07 
AnswerRe: how to do this in crystal report Pin
sasidar_d13-Jun-06 23:45
sasidar_d13-Jun-06 23:45 
GeneralRe: how to do this in crystal report Pin
Mohammed Amine13-Jun-06 23:59
Mohammed Amine13-Jun-06 23: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.