Click here to Skip to main content
15,905,785 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIssue with saving image [modified] Pin
nishkarsh_k26-Nov-07 3:33
nishkarsh_k26-Nov-07 3:33 
AnswerRe: Issue with saving image Pin
Luc Pattyn26-Nov-07 4:29
sitebuilderLuc Pattyn26-Nov-07 4:29 
GeneralRe: Issue with saving image Pin
nishkarsh_k26-Nov-07 4:54
nishkarsh_k26-Nov-07 4:54 
GeneralRe: Issue with saving image Pin
nishkarsh_k26-Nov-07 4:57
nishkarsh_k26-Nov-07 4:57 
GeneralRe: Issue with saving image Pin
nishkarsh_k26-Nov-07 5:26
nishkarsh_k26-Nov-07 5:26 
Questiondatatype conversion Pin
eyes200726-Nov-07 3:22
eyes200726-Nov-07 3:22 
AnswerRe: datatype conversion Pin
nishkarsh_k26-Nov-07 4:03
nishkarsh_k26-Nov-07 4:03 
QuestionInviare email con vbnet Pin
zagari26-Nov-07 1:51
zagari26-Nov-07 1:51 
Buongiorno a tutti, io avrei un problemino. ho vb 2005 e non riesco ad inviarfe email dall'applicazione, ho usato la classe system.net.mail ma non riesco a settare l'autenticazione del server smtp necessaria.

qualcuno può aiutarmi...
grazie.
ecco il codice che uso

Dim Message As System.Net.Mail.MailMessage
Dim SmtpMessage As New System.Net.Mail.SmtpClient

Message = New System.Net.Mail.MailMessage(Mittente, Destinatario)
Message.Body = ("Prova Messaggio")
SmtpMessage.Send(Message)

grazie per l'aiuto
AnswerRe: Inviare email con vbnet Pin
Vasudevan Deepak Kumar26-Nov-07 3:00
Vasudevan Deepak Kumar26-Nov-07 3:00 
Questioncannot-access-a-disposed-object Pin
eyes200725-Nov-07 23:59
eyes200725-Nov-07 23:59 
AnswerRe: cannot-access-a-disposed-object Pin
Christian Graus26-Nov-07 0:08
protectorChristian Graus26-Nov-07 0:08 
GeneralRe: cannot-access-a-disposed-object Pin
eyes200726-Nov-07 0:15
eyes200726-Nov-07 0:15 
GeneralRe: cannot-access-a-disposed-object Pin
ChandraRam26-Nov-07 1:42
ChandraRam26-Nov-07 1:42 
QuestionSession expires when server side folder is deleted Pin
C.Shivashankar25-Nov-07 23:49
C.Shivashankar25-Nov-07 23:49 
Questionmenu is not getting displayed properly Pin
soniasan25-Nov-07 23:36
soniasan25-Nov-07 23:36 
AnswerRe: menu is not getting displayed properly Pin
Christian Graus25-Nov-07 23:51
protectorChristian Graus25-Nov-07 23:51 
AnswerRe: menu is not getting displayed properly Pin
Fred_Smith26-Nov-07 3:44
Fred_Smith26-Nov-07 3:44 
QuestionState of form Pin
nishkarsh_k25-Nov-07 23:23
nishkarsh_k25-Nov-07 23:23 
AnswerRe: State of form Pin
Christian Graus25-Nov-07 23:49
protectorChristian Graus25-Nov-07 23:49 
GeneralRe: State of form Pin
nishkarsh_k26-Nov-07 3:31
nishkarsh_k26-Nov-07 3:31 
GeneralRe: State of form Pin
Luc Pattyn26-Nov-07 4:33
sitebuilderLuc Pattyn26-Nov-07 4:33 
Questionu know abt smart card programming... Pin
cc_don25-Nov-07 21:15
cc_don25-Nov-07 21:15 
AnswerRe: u know abt smart card programming... Pin
leckey26-Nov-07 4:36
leckey26-Nov-07 4:36 
GeneralRe: u know abt smart card programming... Pin
Pete O'Hanlon26-Nov-07 10:59
mvePete O'Hanlon26-Nov-07 10:59 
QuestionDisable Ctrl+Shift+Tab Key in Tab Cotrols in .net Pin
Dot Net Jantu25-Nov-07 20:04
Dot Net Jantu25-Nov-07 20:04 

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.