Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Communication With VB Pin
Mr ericsson9-Apr-07 19:40
Mr ericsson9-Apr-07 19:40 
QuestionPlay Video and Audio Pin
Kumaran21cen3-Apr-07 20:09
Kumaran21cen3-Apr-07 20:09 
AnswerRe: Play Video and Audio Pin
Chatura Dilan3-Apr-07 20:18
Chatura Dilan3-Apr-07 20:18 
GeneralRe: Play Video and Audio Pin
Kumaran21cen3-Apr-07 20:43
Kumaran21cen3-Apr-07 20:43 
GeneralRe: Play Video and Audio Pin
Christian Graus3-Apr-07 20:48
protectorChristian Graus3-Apr-07 20:48 
QuestionSend mail without openig SMTP Relay server Pin
nitin_ion3-Apr-07 19:38
nitin_ion3-Apr-07 19:38 
AnswerRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak4-Apr-07 3:54
mveDave Kreskowiak4-Apr-07 3:54 
GeneralRe: Send mail without openig SMTP Relay server Pin
nitin_ion4-Apr-07 21:31
nitin_ion4-Apr-07 21:31 
We opened the relay and tried using the credentials

Dim objSMPT As New System.Net.Mail.SmtpClient
objSMPT.DeliveryMethod = SmtpDeliveryMethod.Network

Dim ic As New System.Net.NetworkCredential

ic.Domain = "ionsoftnet.com"
ic.UserName = ""
ic.Password = ""

objSMPT.Credentials = ic

if i pass wrong credentials or blank even then the mail is sent which should not happen as others can use it also.
GeneralRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak5-Apr-07 1:46
mveDave Kreskowiak5-Apr-07 1:46 
GeneralRe: Send mail without openig SMTP Relay server Pin
nitin_ion5-Apr-07 1:50
nitin_ion5-Apr-07 1:50 
GeneralRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak5-Apr-07 13:17
mveDave Kreskowiak5-Apr-07 13:17 
QuestionProblem in Video Pin
Kumaran21cen3-Apr-07 19:07
Kumaran21cen3-Apr-07 19:07 
AnswerRe: Problem in Video Pin
Christian Graus3-Apr-07 19:10
protectorChristian Graus3-Apr-07 19:10 
GeneralRe: Problem in Video Pin
Kumaran21cen3-Apr-07 19:19
Kumaran21cen3-Apr-07 19:19 
GeneralRe: Problem in Video Pin
Christian Graus3-Apr-07 21:38
protectorChristian Graus3-Apr-07 21:38 
GeneralRe: Problem in Video Pin
Dave Kreskowiak4-Apr-07 3:51
mveDave Kreskowiak4-Apr-07 3:51 
QuestionInput mask on text box Pin
harveyhanson3-Apr-07 17:07
harveyhanson3-Apr-07 17:07 
AnswerRe: Input mask on text box Pin
Krish - KP3-Apr-07 17:32
Krish - KP3-Apr-07 17:32 
AnswerRe: Input mask on text box Pin
Christian Graus3-Apr-07 17:42
protectorChristian Graus3-Apr-07 17:42 
GeneralRe: Input mask on text box Pin
harveyhanson4-Apr-07 1:47
harveyhanson4-Apr-07 1:47 
GeneralRe: Input mask on text box Pin
Christian Graus4-Apr-07 10:04
protectorChristian Graus4-Apr-07 10:04 
QuestionVB or Macro? Pin
g3neration3-Apr-07 14:26
g3neration3-Apr-07 14:26 
AnswerRe: VB or Macro? Pin
Dave Kreskowiak4-Apr-07 3:47
mveDave Kreskowiak4-Apr-07 3:47 
QuestionListview Pin
Esmo20003-Apr-07 13:20
Esmo20003-Apr-07 13:20 
AnswerRe: Listview Pin
J$3-Apr-07 15:01
J$3-Apr-07 15:01 

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.