Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: Attachng Database Pin
Paresh Soni25-Mar-09 2:29
Paresh Soni25-Mar-09 2:29 
AnswerRe: Attachng Database Pin
Pete O'Hanlon20-Mar-09 5:22
mvePete O'Hanlon20-Mar-09 5:22 
GeneralRe: Attachng Database Pin
Colin Angus Mackay20-Mar-09 5:28
Colin Angus Mackay20-Mar-09 5:28 
AnswerRe: Attachng Database Pin
Michael Schubert20-Mar-09 5:49
Michael Schubert20-Mar-09 5:49 
GeneralRe: Attachng Database Pin
Pete O'Hanlon20-Mar-09 6:21
mvePete O'Hanlon20-Mar-09 6:21 
GeneralRe: Attachng Database Pin
Pete O'Hanlon20-Mar-09 6:24
mvePete O'Hanlon20-Mar-09 6:24 
GeneralRe: Attachng Database Pin
MumbleB20-Mar-09 6:53
MumbleB20-Mar-09 6:53 
GeneralRe: Attachng Database Pin
Michael Schubert20-Mar-09 7:11
Michael Schubert20-Mar-09 7:11 
GeneralRe: Attachng Database Pin
led mike20-Mar-09 8:33
led mike20-Mar-09 8:33 
GeneralRe: Attachng Database Pin
Luc Pattyn20-Mar-09 8:15
sitebuilderLuc Pattyn20-Mar-09 8:15 
AnswerRe: Attachng Database Pin
Mbah Dhaim20-Mar-09 11:20
Mbah Dhaim20-Mar-09 11:20 
QuestionMessage Removed Pin
20-Mar-09 3:42
professionalN_tro_P20-Mar-09 3:42 
AnswerRe: How to convert byte[] to Stream Pin
musefan20-Mar-09 4:15
musefan20-Mar-09 4:15 
GeneralMessage Removed Pin
20-Mar-09 4:47
professionalN_tro_P20-Mar-09 4:47 
GeneralRe: How to convert byte[] to Stream Pin
musefan20-Mar-09 4:51
musefan20-Mar-09 4:51 
AnswerRe: How to convert byte[] to Stream Pin
Luc Pattyn20-Mar-09 4:18
sitebuilderLuc Pattyn20-Mar-09 4:18 
GeneralMessage Removed Pin
20-Mar-09 4:46
professionalN_tro_P20-Mar-09 4:46 
GeneralRe: How to convert byte[] to Stream Pin
Luc Pattyn20-Mar-09 5:00
sitebuilderLuc Pattyn20-Mar-09 5:00 
AnswerRe: How to convert byte[] to Stream Pin
Fayu20-Mar-09 4:45
Fayu20-Mar-09 4:45 
GeneralMessage Removed Pin
20-Mar-09 4:49
professionalN_tro_P20-Mar-09 4:49 
GeneralRe: How to convert byte[] to Stream Pin
Fayu20-Mar-09 4:53
Fayu20-Mar-09 4:53 
QuestionRich text to canvas Pin
damichab20-Mar-09 3:29
damichab20-Mar-09 3:29 
AnswerRe: Rich text to canvas Pin
musefan20-Mar-09 3:54
musefan20-Mar-09 3:54 
GeneralRe: Rich text to canvas Pin
damichab20-Mar-09 4:04
damichab20-Mar-09 4:04 
GeneralRe: Rich text to canvas Pin
musefan20-Mar-09 4:08
musefan20-Mar-09 4:08 
No, DrawString() will not auto handle your formatting.

Have a look at this[^] for some ideas.

You could always handle yourself by iterating through each word in the richtextbox then getting its formatting(color, font etc.) before drawing it to the graphics object.

Life goes very fast. Tomorrow, today is already yesterday.

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.