Click here to Skip to main content
15,743,609 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: reading the content of file Pin
Hossein Narimani Rad20-Feb-07 18:46
Hossein Narimani Rad20-Feb-07 18:46 
Questionread data from usb Pin
ronaktamboli19-Feb-07 20:18
ronaktamboli19-Feb-07 20:18 
AnswerRe: read data from usb Pin
Dave Kreskowiak20-Feb-07 5:23
mveDave Kreskowiak20-Feb-07 5:23 
QuestionAnyone please help me.....Procedure not shown in my report. [modified] Pin
priya_p23319-Feb-07 18:52
priya_p23319-Feb-07 18:52 
AnswerRe: Anyone please help me.....Procedure not shown in my report. Pin
lucky.prem19-Feb-07 19:51
lucky.prem19-Feb-07 19:51 
QuestionRe: Anyone please help me.....Procedure not shown in my report. Pin
priya_p23319-Feb-07 20:25
priya_p23319-Feb-07 20:25 
AnswerRe: Anyone please help me.....Procedure not shown in my report. Pin
andyharman20-Feb-07 0:34
professionalandyharman20-Feb-07 0:34 
QuestionEmail Host Pin
The ANZAC19-Feb-07 18:47
The ANZAC19-Feb-07 18:47 
I am trying to send an email using my program. How Many ways are ther to do it? Which is the best way, currently i have:

Dim m As New MailMessage(FromtextBox.Text, ToTextBox.Text, SubjectTextBox.Text, BodyTextBox.Text)<br />
   Dim a As New Attachment(My.Settings.CurrentList)<br />
   Dim c As New SmtpClient<br />
   m.Attachments.Add(a)<br />
   c.Host = ""<br />
   c.Send(m)


My main problem however is that i have no host info, is there anyway to access the host information on the machine the program is running on and, if not, is there an alternative, other than manuel user entry?

Posted by The ANZAC

AnswerRe: Email Host Pin
Christian Graus19-Feb-07 19:07
protectorChristian Graus19-Feb-07 19:07 
GeneralRe: Email Host Pin
The ANZAC19-Feb-07 19:30
The ANZAC19-Feb-07 19:30 
GeneralRe: Email Host Pin
The ANZAC19-Feb-07 20:03
The ANZAC19-Feb-07 20:03 
QuestionDatagrid in vb.net Pin
Pertik Garg19-Feb-07 18:16
Pertik Garg19-Feb-07 18:16 
AnswerRe: Datagrid in vb.net Pin
GoodID19-Feb-07 21:10
GoodID19-Feb-07 21:10 
AnswerRe: Datagrid in vb.net Pin
NanaAM20-Feb-07 0:54
NanaAM20-Feb-07 0:54 
QuestionReset an integer Pin
rudemusik19-Feb-07 15:38
rudemusik19-Feb-07 15:38 
AnswerRe: Reset an integer Pin
Christian Graus19-Feb-07 19:10
protectorChristian Graus19-Feb-07 19:10 
GeneralRe: Reset an integer Pin
rudemusik20-Feb-07 13:20
rudemusik20-Feb-07 13:20 
GeneralRe: Reset an integer Pin
TwoFaced20-Feb-07 18:32
TwoFaced20-Feb-07 18:32 
GeneralRe: Reset an integer Pin
rudemusik21-Feb-07 5:31
rudemusik21-Feb-07 5:31 
AnswerRe: Reset an integer Pin
lucky.prem19-Feb-07 20:03
lucky.prem19-Feb-07 20:03 
GeneralRe: Reset an integer Pin
rudemusik20-Feb-07 13:28
rudemusik20-Feb-07 13:28 
QuestionRead last line of logfile and close file immediately Pin
bodobe19-Feb-07 10:10
bodobe19-Feb-07 10:10 
AnswerRe: Read last line of logfile and close file immediately Pin
Marcus J. Smith19-Feb-07 10:14
professionalMarcus J. Smith19-Feb-07 10:14 
GeneralRe: Read last line of logfile and close file immediately Pin
bodobe19-Feb-07 10:23
bodobe19-Feb-07 10:23 
GeneralRe: Read last line of logfile and close file immediately Pin
Marcus J. Smith19-Feb-07 10:29
professionalMarcus J. Smith19-Feb-07 10:29 

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.