Click here to Skip to main content
16,005,178 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhich topic I shall go for? Pin
cylix200010-Aug-06 17:45
cylix200010-Aug-06 17:45 
QuestionSending data between programs Pin
mrmathews9910-Aug-06 17:19
mrmathews9910-Aug-06 17:19 
AnswerRe: Sending data between programs Pin
husni.adil10-Aug-06 17:32
husni.adil10-Aug-06 17:32 
QuestionReporting tool Pin
CJotaO10-Aug-06 13:20
CJotaO10-Aug-06 13:20 
QuestionRegExp question Pin
devoeger10-Aug-06 11:13
devoeger10-Aug-06 11:13 
Questionerror in create connection Pin
md_refay10-Aug-06 10:24
md_refay10-Aug-06 10:24 
QuestionAppend text to RTF file Pin
Taen_Karth10-Aug-06 9:22
Taen_Karth10-Aug-06 9:22 
AnswerRe: Append text to RTF file Pin
Guffa10-Aug-06 10:47
Guffa10-Aug-06 10:47 
A rich text textbox control and a rich text file are two quite different things.

The rich text textbox control is just a textbox that supports formatting, and that can export the formatting as an rtf document.

The RTF file format is a document format, it's not an encoding for formatted text. You can't add text to an rtf file by just appending (or prepending) text. You have to open the rtf document, add the text to the document body, and save the changed document.


---
b { font-weight: normal; }

GeneralRe: Append text to RTF file Pin
Taen_Karth10-Aug-06 11:25
Taen_Karth10-Aug-06 11:25 
QuestionVB 2005 Displaying the program in different languages Pin
Solly7410-Aug-06 9:13
Solly7410-Aug-06 9:13 
AnswerRe: VB 2005 Displaying the program in different languages Pin
Dustin Metzgar10-Aug-06 9:23
Dustin Metzgar10-Aug-06 9:23 
Questionhow to fix large fonts(120dpi) in VS2003? Pin
eatwork10-Aug-06 9:01
eatwork10-Aug-06 9:01 
Questioncreating a folder on a remote server via VB.Net Web Application Pin
ONeil Tomlinson10-Aug-06 8:56
ONeil Tomlinson10-Aug-06 8:56 
AnswerRe: creating a folder on a remote server via VB.Net Web Application Pin
Tyquaun Hunter10-Aug-06 16:00
Tyquaun Hunter10-Aug-06 16:00 
QuestionScreen refresh Pin
Kschuler10-Aug-06 8:30
Kschuler10-Aug-06 8:30 
AnswerRe: Screen refresh Pin
eagertolearn10-Aug-06 8:48
eagertolearn10-Aug-06 8:48 
QuestionWNetOpenEnum Pin
giddy_guitarist10-Aug-06 7:38
giddy_guitarist10-Aug-06 7:38 
QuestionDTS Help. Pin
alexfromto10-Aug-06 7:30
alexfromto10-Aug-06 7:30 
AnswerRe: DTS Help. Pin
Corporal Agarn11-Aug-06 9:36
professionalCorporal Agarn11-Aug-06 9:36 
QuestionPull Data from a file on all network pc's Pin
bluibri10-Aug-06 6:46
bluibri10-Aug-06 6:46 
QuestionXML save error. :-/ [modified] Pin
spelltwister10-Aug-06 6:35
spelltwister10-Aug-06 6:35 
QuestionRe: XML save error. :-/ Pin
Dustin Metzgar10-Aug-06 6:55
Dustin Metzgar10-Aug-06 6:55 
Questionhow to give login information to a crystal report at run time Pin
Pradip Kishore10-Aug-06 2:58
Pradip Kishore10-Aug-06 2:58 
QuestionCapture Keys Pin
nitin_ion10-Aug-06 2:15
nitin_ion10-Aug-06 2:15 
AnswerRe: Capture Keys Pin
Duncan Edwards Jones10-Aug-06 2:22
professionalDuncan Edwards Jones10-Aug-06 2:22 

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.