Click here to Skip to main content
15,915,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Files Pin
Guffa6-Apr-06 1:45
Guffa6-Apr-06 1:45 
AnswerRe: Files Pin
Guffa4-Apr-06 20:56
Guffa4-Apr-06 20:56 
Questionvery very urgent please help me in c# datagrid Pin
Abdul_Rahman4-Apr-06 18:22
Abdul_Rahman4-Apr-06 18:22 
AnswerRe: very very urgent please help me in c# datagrid Pin
krishna194-Apr-06 21:47
krishna194-Apr-06 21:47 
QuestionMerge INI Pin
picasso24-Apr-06 17:57
picasso24-Apr-06 17:57 
AnswerRe: Merge INI Pin
Expert Coming4-Apr-06 20:37
Expert Coming4-Apr-06 20:37 
AnswerRe: Merge INI Pin
scoroop4-Apr-06 22:22
scoroop4-Apr-06 22:22 
GeneralRe: Merge INI Pin
picasso25-Apr-06 11:10
picasso25-Apr-06 11:10 
QuestionHow to convert from decimal to binary Pin
shdelpiero4-Apr-06 14:51
shdelpiero4-Apr-06 14:51 
AnswerRe: How to convert from decimal to binary Pin
Christian Graus4-Apr-06 19:02
protectorChristian Graus4-Apr-06 19:02 
GeneralRe: How to convert from decimal to binary Pin
Sebastian Schneider5-Apr-06 0:00
Sebastian Schneider5-Apr-06 0:00 
QuestionFilter DataGrid Pin
cppdotnet4-Apr-06 13:15
cppdotnet4-Apr-06 13:15 
QuestionSorting Datagrid Pin
cppdotnet4-Apr-06 13:06
cppdotnet4-Apr-06 13:06 
QuestionHow to get total no of records from a typed Dataset Pin
Herhighness4-Apr-06 11:02
Herhighness4-Apr-06 11:02 
AnswerRe: How to get total no of records from a typed Dataset Pin
Alvaro Mendez4-Apr-06 12:08
Alvaro Mendez4-Apr-06 12:08 
Questioncreate SPSS file (.sav) Pin
ap_sa4-Apr-06 9:54
ap_sa4-Apr-06 9:54 
QuestionUpdate comboBox Control Pin
Cubzfan4-Apr-06 9:44
Cubzfan4-Apr-06 9:44 
AnswerRe: Update comboBox Control Pin
Judah Gabriel Himango4-Apr-06 10:51
sponsorJudah Gabriel Himango4-Apr-06 10:51 
AnswerRe: Update comboBox Control Pin
Richard Parsons4-Apr-06 11:08
Richard Parsons4-Apr-06 11:08 
QuestionInitializeComponent() Pin
AJ1234-Apr-06 9:13
AJ1234-Apr-06 9:13 
QuestionSecure data transfer Pin
Robert19744-Apr-06 8:00
Robert19744-Apr-06 8:00 
AnswerRe: Secure data transfer Pin
Judah Gabriel Himango4-Apr-06 8:35
sponsorJudah Gabriel Himango4-Apr-06 8:35 
AnswerRe: Secure data transfer Pin
Vasudevan Deepak Kumar4-Apr-06 21:32
Vasudevan Deepak Kumar4-Apr-06 21:32 
QuestionConverting documents to .tiff file Pin
fegaman4-Apr-06 7:57
fegaman4-Apr-06 7:57 
AnswerRe: Converting documents to .tiff file Pin
Judah Gabriel Himango4-Apr-06 8:31
sponsorJudah Gabriel Himango4-Apr-06 8:31 
For text, you could just create an in-memory bitmap, draw the text on it, and save to tiff.

For rtf, you should be able to do the same using the RichTextBox control and the DrawToBitmap method of the Control class (.NET v2).

For proprietary, closed types such as doc and pdf, you might need some library to parse them out for custom rendering. I can't help you there; I know there are several PDF reader and writer SDKs out there...I'm not sure if any of them support rendering them to bitmap.

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.