Click here to Skip to main content
15,887,434 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Object reference error [modified] Pin
Tom John11-Jun-07 6:44
Tom John11-Jun-07 6:44 
AnswerRe: Object reference error Pin
Guffa11-Jun-07 6:36
Guffa11-Jun-07 6:36 
GeneralRe: Object reference error Pin
nickiii11-Jun-07 8:25
nickiii11-Jun-07 8:25 
QuestionInstallers and updating your program Pin
steve_rm11-Jun-07 5:38
steve_rm11-Jun-07 5:38 
AnswerRe: Installers and updating your program Pin
Tom John11-Jun-07 5:48
Tom John11-Jun-07 5:48 
QuestionVBA Excel Hyperlinks Pin
DanB198311-Jun-07 4:54
DanB198311-Jun-07 4:54 
AnswerRe: VBA Excel Hyperlinks Pin
Duane in Japan12-Jun-07 21:54
Duane in Japan12-Jun-07 21:54 
QuestionFormat a line in Outlook message Pin
RichardBerry11-Jun-07 4:26
RichardBerry11-Jun-07 4:26 
Hi I'm using the following code to create an outlook mail message, but need to bold and undeline certain lines in the message body. How can I do this?

<br />
Dim oOutlook As New Outlook.Application<br />
Dim oMailitem As Outlook.MailItem<br />
<br />
        oMailitem = CType(oOutlook.CreateItem(Outlook.OlItemType.olMailItem), Outlook.MailItem)<br />
        oMailitem.To = "<name@domain.com>"<br />
        oMailitem.Subject = "Order Request"<br />
        Dim MailBody As String = "Hi," _<br />
        & ControlChars.NewLine _<br />
        & "Please could you place orders as per the requirement below" _<br />
        & ControlChars.NewLine _<br />
        & "I WANT THIS LINE BOLD....." _<br />
        & ControlChars.NewLine _<br />
        & "Thanks!!"<br />

AnswerRe: Format a line in Outlook message Pin
DanB198311-Jun-07 4:57
DanB198311-Jun-07 4:57 
QuestionEdit Data Pin
orisugbeye11-Jun-07 3:31
orisugbeye11-Jun-07 3:31 
AnswerRe: Edit Data Pin
Tamimi - Code11-Jun-07 3:54
Tamimi - Code11-Jun-07 3:54 
QuestionVB.Net(ByVal sender As System.Object) [modified] Pin
Aman.Jen11-Jun-07 0:58
Aman.Jen11-Jun-07 0:58 
AnswerRe: VB.Net(ByVal sender As System.Object) Pin
Christian Graus11-Jun-07 1:35
protectorChristian Graus11-Jun-07 1:35 
GeneralRe: VB.Net(ByVal sender As System.Object) Pin
Aman.Jen11-Jun-07 1:57
Aman.Jen11-Jun-07 1:57 
GeneralRe: VB.Net(ByVal sender As System.Object) Pin
Tom Wright11-Jun-07 7:13
Tom Wright11-Jun-07 7:13 
QuestionAdding items to the listview Pin
chakor12311-Jun-07 0:34
chakor12311-Jun-07 0:34 
AnswerRe: Adding items to the listview Pin
originSH11-Jun-07 0:43
originSH11-Jun-07 0:43 
AnswerRe: Adding items to the listview Pin
koolprasad200311-Jun-07 0:50
professionalkoolprasad200311-Jun-07 0:50 
AnswerRe: Adding items to the listview Pin
chakor12311-Jun-07 1:12
chakor12311-Jun-07 1:12 
QuestionModule problem Pin
ayeleteric10-Jun-07 23:50
ayeleteric10-Jun-07 23:50 
QuestionI need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd10-Jun-07 22:45
professionalVimalsoft(Pty) Ltd10-Jun-07 22:45 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Harini N K10-Jun-07 23:49
Harini N K10-Jun-07 23:49 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd11-Jun-07 1:19
professionalVimalsoft(Pty) Ltd11-Jun-07 1:19 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Christian Graus11-Jun-07 0:23
protectorChristian Graus11-Jun-07 0:23 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd11-Jun-07 1:12
professionalVimalsoft(Pty) Ltd11-Jun-07 1:12 

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.