Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
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.
AnswerRe: Converting documents to .tiff file Pin
Ravi Bhavnani4-Apr-06 9:25
professionalRavi Bhavnani4-Apr-06 9:25 
Questionhow to call Win32 API in c# Pin
t4ure4n4-Apr-06 7:30
t4ure4n4-Apr-06 7:30 
AnswerRe: how to call Win32 API in c# Pin
Judah Gabriel Himango4-Apr-06 8:25
sponsorJudah Gabriel Himango4-Apr-06 8:25 
AnswerRe: how to call Win32 API in c# Pin
Antony M Kancidrowski4-Apr-06 14:03
Antony M Kancidrowski4-Apr-06 14:03 
Questionsetup project Pin
Manu_814-Apr-06 7:21
Manu_814-Apr-06 7:21 
AnswerRe: setup project Pin
Judah Gabriel Himango4-Apr-06 8:28
sponsorJudah Gabriel Himango4-Apr-06 8:28 
QuestionFileBrowser Pin
deepscyberpulse4-Apr-06 7:15
deepscyberpulse4-Apr-06 7:15 
AnswerRe: FileBrowser Pin
Judah Gabriel Himango4-Apr-06 8:33
sponsorJudah Gabriel Himango4-Apr-06 8:33 
QuestionTabControl Pin
deepscyberpulse4-Apr-06 7:12
deepscyberpulse4-Apr-06 7:12 
AnswerRe: TabControl Pin
Judah Gabriel Himango4-Apr-06 8:33
sponsorJudah Gabriel Himango4-Apr-06 8:33 
Questionevent for app window Pin
Kim06184-Apr-06 6:59
Kim06184-Apr-06 6:59 
AnswerRe: event for app window Pin
Judah Gabriel Himango4-Apr-06 8:34
sponsorJudah Gabriel Himango4-Apr-06 8:34 
QuestionCommuniacting with DLL in c# Pin
t4ure4n4-Apr-06 6:22
t4ure4n4-Apr-06 6:22 
AnswerRe: Communiacting with DLL in c# Pin
Antony M Kancidrowski4-Apr-06 6:28
Antony M Kancidrowski4-Apr-06 6:28 
QuestionRe: Communiacting with DLL in c# Pin
t4ure4n4-Apr-06 6:46
t4ure4n4-Apr-06 6:46 
AnswerRe: Communiacting with DLL in c# Pin
Judah Gabriel Himango4-Apr-06 9:10
sponsorJudah Gabriel Himango4-Apr-06 9:10 
QuestionRe: Communiacting with DLL in c# Pin
t4ure4n5-Apr-06 7:24
t4ure4n5-Apr-06 7:24 

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.