Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
QuestionPassing handles of one form to another Pin
spin vector7-Feb-06 4:41
spin vector7-Feb-06 4:41 
AnswerRe: Passing handles of one form to another Pin
Dave Kreskowiak7-Feb-06 5:07
mveDave Kreskowiak7-Feb-06 5:07 
AnswerRe: Passing handles of one form to another Pin
jinzhecheng8-Feb-06 9:41
jinzhecheng8-Feb-06 9:41 
QuestionQuery a dataset or datatable Pin
venkatdc7-Feb-06 4:18
venkatdc7-Feb-06 4:18 
Questionerror massage after deploying program.. Pin
gongolina7-Feb-06 3:23
gongolina7-Feb-06 3:23 
AnswerRe: error massage after deploying program.. Pin
J4amieC7-Feb-06 3:31
J4amieC7-Feb-06 3:31 
QuestionFTP Client connection refused Pin
nickmacon7-Feb-06 3:14
nickmacon7-Feb-06 3:14 
AnswerRe: FTP Client connection refused Pin
leppie7-Feb-06 3:35
leppie7-Feb-06 3:35 
GeneralRe: FTP Client connection refused Pin
nickmacon7-Feb-06 5:30
nickmacon7-Feb-06 5:30 
QuestionWriting a save command to save on a particualr part Pin
Dave McCool7-Feb-06 2:46
Dave McCool7-Feb-06 2:46 
AnswerRe: Writing a save command to save on a particualr part Pin
leppie7-Feb-06 3:25
leppie7-Feb-06 3:25 
AnswerRe: Writing a save command to save on a particualr part Pin
Dave Kreskowiak7-Feb-06 4:21
mveDave Kreskowiak7-Feb-06 4:21 
QuestionLogon code Pin
Dave McCool7-Feb-06 2:29
Dave McCool7-Feb-06 2:29 
AnswerRe: Logon code Pin
J4amieC7-Feb-06 3:15
J4amieC7-Feb-06 3:15 
QuestionWhat does any application require? Pin
Dave McCool7-Feb-06 2:25
Dave McCool7-Feb-06 2:25 
AnswerRe: What does any application require? Pin
J4amieC7-Feb-06 3:13
J4amieC7-Feb-06 3:13 
AnswerRe: What does any application require? Pin
Dave Kreskowiak7-Feb-06 4:17
mveDave Kreskowiak7-Feb-06 4:17 
AnswerRe: What does any application require? Pin
Dave McCool26-Feb-06 23:59
Dave McCool26-Feb-06 23:59 
QuestionMonitor system performance Pin
Dave McCool7-Feb-06 2:21
Dave McCool7-Feb-06 2:21 
AnswerRe: Monitor system performance Pin
J4amieC7-Feb-06 3:10
J4amieC7-Feb-06 3:10 
QuestionDigital clock on main screen Pin
Dave McCool7-Feb-06 2:07
Dave McCool7-Feb-06 2:07 
QuestionHow to reorder Listview (LargeIcon mode) Pin
fregolo527-Feb-06 2:04
fregolo527-Feb-06 2:04 
QuestionMovable button Pin
Dave McCool7-Feb-06 2:03
Dave McCool7-Feb-06 2:03 
AnswerRe: Movable button Pin
J4amieC7-Feb-06 3:12
J4amieC7-Feb-06 3:12 
QuestionFew questions reguarding RTF Pin
Dave McCool7-Feb-06 1:59
Dave McCool7-Feb-06 1:59 
I am creating a small Rich Text editor with some additions.

1) Could someone provide the code to make a print button (btnPrint) print whateve is in the RichTextBox (RichTBox). I have a PrintDialog1 on the form.

2) How would you create a way to show that a peice of text is highlighted?

3) How would you create a dropdown list to show a list of fonts on pc and when selected, the font changes to that? (Look at WordPad fontScript) Like that.

4) I want to make a save button with a difference. I have a SaveDialog on form and a button called (btnSave) What I want it to do is either save the document as *.txt or*.RTF BUT if the RichTextBox (RichTBox) has an image in it the *.txt save option will be disabled and if the user tries to save anyway as *.txt a messagebox will appear saying "You have a image in text box. Remove before saving to this format"

In the end we're all just the same

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.