Click here to Skip to main content
15,923,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDataGridView Pin
rahul sumeet20-Sep-07 20:26
rahul sumeet20-Sep-07 20:26 
AnswerRe: DataGridView Pin
Dave Kreskowiak21-Sep-07 5:05
mveDave Kreskowiak21-Sep-07 5:05 
QuestionCode to create folder on FTP Server using VB.Net 2005? Pin
hgs24shravgi20-Sep-07 19:52
hgs24shravgi20-Sep-07 19:52 
AnswerRe: Code to create folder on FTP Server using VB.Net 2005? Pin
Dave Kreskowiak21-Sep-07 5:00
mveDave Kreskowiak21-Sep-07 5:00 
GeneralRe: Code to create folder on FTP Server using VB.Net 2005? Pin
hgs24shravgi25-Sep-07 19:12
hgs24shravgi25-Sep-07 19:12 
GeneralRe: Code to create folder on FTP Server using VB.Net 2005? Pin
Dave Kreskowiak26-Sep-07 0:59
mveDave Kreskowiak26-Sep-07 0:59 
QuestionSave the File With Picture Pin
Wlink20-Sep-07 19:25
Wlink20-Sep-07 19:25 
AnswerRe: Save the File With Picture Pin
Ajay.k_Singh21-Sep-07 1:24
Ajay.k_Singh21-Sep-07 1:24 
Hello,

If you have image in a Rich Text Box, you may use following line of code to save it with image-

RichTextBox1.SaveFile("C:\FileWithImage.rtf", RichTextBoxStreamType.RichText)

You may save this data directly to RTF file using .rtf extension. This rtf file can be opened in MS Word or can be loaded in RichTextBox again using LoadFile method.

I hope this helpsSmile | :) .

-Dave.

Dave Traister,
ComponentOne LLC.
www.componentone.com

GeneralRe: Save the File With Picture Pin
Wlink22-Sep-07 18:57
Wlink22-Sep-07 18:57 
Questionhow? Pin
marvinmichael20-Sep-07 18:23
marvinmichael20-Sep-07 18:23 
AnswerRe: how? Pin
Colin Angus Mackay20-Sep-07 23:05
Colin Angus Mackay20-Sep-07 23:05 
GeneralRe: how? Pin
Paul Conrad23-Sep-07 11:39
professionalPaul Conrad23-Sep-07 11:39 
QuestionWhat is .resx Pin
Widgets20-Sep-07 14:46
Widgets20-Sep-07 14:46 
AnswerRe: What is .resx Pin
Dave Kreskowiak20-Sep-07 15:00
mveDave Kreskowiak20-Sep-07 15:00 
GeneralRe: What is .resx Pin
Widgets21-Sep-07 15:01
Widgets21-Sep-07 15:01 
GeneralRe: What is .resx Pin
Dave Kreskowiak21-Sep-07 16:10
mveDave Kreskowiak21-Sep-07 16:10 
QuestionAsynchronous queue handling? Pin
Duncan Edwards Jones20-Sep-07 10:42
professionalDuncan Edwards Jones20-Sep-07 10:42 
AnswerRe: Asynchronous queue handling? Pin
Guffa20-Sep-07 11:15
Guffa20-Sep-07 11:15 
QuestionDynamic Images in a Grid Pin
cisco210320-Sep-07 4:52
cisco210320-Sep-07 4:52 
AnswerRe: Dynamic Images in a Grid Pin
Dave Kreskowiak20-Sep-07 6:20
mveDave Kreskowiak20-Sep-07 6:20 
QuestionHow to avoid flickering Pin
Kurian_Kurian20-Sep-07 4:23
Kurian_Kurian20-Sep-07 4:23 
AnswerRe: How to avoid flickering Pin
Dave Kreskowiak20-Sep-07 5:55
mveDave Kreskowiak20-Sep-07 5:55 
QuestionMDI Child changes size Pin
PabloGM20-Sep-07 4:02
PabloGM20-Sep-07 4:02 
AnswerRe: MDI Child changes size Pin
Dave Kreskowiak20-Sep-07 5:42
mveDave Kreskowiak20-Sep-07 5:42 
GeneralRe: MDI Child changes size Pin
PabloGM20-Sep-07 6:33
PabloGM20-Sep-07 6:33 

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.