Click here to Skip to main content
15,916,215 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Deacreasing Memory Usage Pin
Dave Kreskowiak24-Feb-05 7:33
mveDave Kreskowiak24-Feb-05 7:33 
GeneralRe: Deacreasing Memory Usage Pin
Mitch F.24-Feb-05 8:00
Mitch F.24-Feb-05 8:00 
GeneralOffice Automation Pin
mav070724-Feb-05 3:57
mav070724-Feb-05 3:57 
GeneralRe: Office Automation Pin
Dave Kreskowiak24-Feb-05 4:44
mveDave Kreskowiak24-Feb-05 4:44 
GeneralFormatting text in Text or rtf file Pin
Thirumalaraj24-Feb-05 2:25
Thirumalaraj24-Feb-05 2:25 
GeneralRe: Formatting text in Text or rtf file Pin
Dave Kreskowiak24-Feb-05 4:25
mveDave Kreskowiak24-Feb-05 4:25 
GeneralRe: Formatting text in Text or rtf file Pin
Thirumalaraj24-Feb-05 15:56
Thirumalaraj24-Feb-05 15:56 
GeneralRe: Formatting text in Text or rtf file Pin
Dave Kreskowiak25-Feb-05 0:59
mveDave Kreskowiak25-Feb-05 0:59 
Ok. There is nothing "tab delimited" about your initial post.

All your doing is saving the Text to a file. If your using a RichTextBox control, all you need is the .LoadFile and .SaveFile methods to do this for you.

The the second part, you have to scan the text to find the first occurance of a '#' character. Save that position. Continue scanning until you find the next '#". This will give you enough information to set the .SelectStart and .SelectLegth properties of the RichTextBox, then use the .SelectionFont property to change the font to italics. An example of which is found here[^] on MSDN.

Why does this smell like homework?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralControl's Main Bindable Property Pin
JanEngelKetmig24-Feb-05 1:17
JanEngelKetmig24-Feb-05 1:17 
GeneralRe: Control's Main Bindable Property Pin
Dave Kreskowiak24-Feb-05 1:35
mveDave Kreskowiak24-Feb-05 1:35 
GeneralRe: Control's Main Bindable Property Pin
JanEngelKetmig24-Feb-05 2:16
JanEngelKetmig24-Feb-05 2:16 
GeneralMoving folder from one drive to another Pin
Rizwan Bashir23-Feb-05 21:03
Rizwan Bashir23-Feb-05 21:03 
GeneralRe: Moving folder from one drive to another Pin
Dave Kreskowiak24-Feb-05 1:32
mveDave Kreskowiak24-Feb-05 1:32 
Questiondatabase password with vb6? Pin
a_yosef23-Feb-05 21:00
a_yosef23-Feb-05 21:00 
AnswerRe: database password with vb6? Pin
Dave Kreskowiak25-Feb-05 7:20
mveDave Kreskowiak25-Feb-05 7:20 
GeneralRe: database password with vb6? Pin
a_yosef25-Feb-05 20:09
a_yosef25-Feb-05 20:09 
GeneralRe: database password with vb6? Pin
Dave Kreskowiak25-Feb-05 20:13
mveDave Kreskowiak25-Feb-05 20:13 
GeneralRe: database password with vb6? Pin
a_yosef25-Feb-05 20:59
a_yosef25-Feb-05 20:59 
GeneralDHTML Edit Control Pin
Sumit Domyan23-Feb-05 19:27
Sumit Domyan23-Feb-05 19:27 
Generalexporting crystal report to text format Pin
trishalhen0823-Feb-05 12:39
trishalhen0823-Feb-05 12:39 
Generalchanging combo box text Pin
i hate combo boxes23-Feb-05 10:01
sussi hate combo boxes23-Feb-05 10:01 
GeneralRe: changing combo box text Pin
Acheto23-Feb-05 23:40
Acheto23-Feb-05 23:40 
GeneralRe: changing combo box text Pin
Tom John24-Feb-05 2:50
Tom John24-Feb-05 2:50 
GeneralRe: changing combo box text Pin
i hate combo boxes24-Feb-05 4:00
sussi hate combo boxes24-Feb-05 4:00 
Generalvb.net datagrid combobox Pin
jake07223-Feb-05 9:05
jake07223-Feb-05 9:05 

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.