Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
QuestionRichTextEditor Urgent!!! Pin
AB77718-Dec-05 22:32
AB77718-Dec-05 22:32 
AnswerRe: RichTextEditor Urgent!!! Pin
Polis Pilavas8-Dec-05 22:48
Polis Pilavas8-Dec-05 22:48 
GeneralRe: RichTextEditor Urgent!!! Pin
AB77719-Dec-05 1:16
AB77719-Dec-05 1:16 
GeneralRe: RichTextEditor Urgent!!! Pin
Polis Pilavas9-Dec-05 1:43
Polis Pilavas9-Dec-05 1:43 
GeneralRe: RichTextEditor Urgent!!! Pin
AB77719-Dec-05 1:56
AB77719-Dec-05 1:56 
GeneralRe: RichTextEditor Urgent!!! Pin
J4amieC9-Dec-05 2:12
J4amieC9-Dec-05 2:12 
GeneralRe: RichTextEditor Urgent!!! Pin
AB77719-Dec-05 2:22
AB77719-Dec-05 2:22 
GeneralRe: RichTextEditor Urgent!!! Pin
J4amieC9-Dec-05 2:43
J4amieC9-Dec-05 2:43 
Yup you are right, I tried a rich text box and a button, with this code on the button

private void button1_Click(object sender, System.EventArgs e)
{
	this.richTextBox1.SelectionFont = new Font(this.richTextBox1.Font.FontFamily,this.richTextBox1.SelectionFont.Size+10);
}


And it worked fine... each time i clicked the button, further typing in the box was bigger. Have you tried running through your code with the debugger to see that everything is being set correctly?
GeneralRe: RichTextEditor Urgent!!! Pin
AB77719-Dec-05 2:50
AB77719-Dec-05 2:50 
QuestionManaged DirectX Pin
Mohammad A Gdeisat8-Dec-05 21:49
Mohammad A Gdeisat8-Dec-05 21:49 
AnswerRe: Managed DirectX Pin
User 66589-Dec-05 5:08
User 66589-Dec-05 5:08 
QuestionC# Windows Application as Trial Version Package Pin
giricode8-Dec-05 20:54
giricode8-Dec-05 20:54 
AnswerRe: C# Windows Application as Trial Version Package Pin
AB77719-Dec-05 2:54
AB77719-Dec-05 2:54 
GeneralRe: C# Windows Application as Trial Version Package Pin
giricode9-Dec-05 20:52
giricode9-Dec-05 20:52 
GeneralRe: C# Windows Application as Trial Version Package Pin
AB777111-Dec-05 18:08
AB777111-Dec-05 18:08 
GeneralRe: C# Windows Application as Trial Version Package Pin
giricode12-Dec-05 18:22
giricode12-Dec-05 18:22 
GeneralRe: C# Windows Application as Trial Version Package Pin
AB777113-Dec-05 22:27
AB777113-Dec-05 22:27 
QuestionConnecting two system with web service Pin
MelaOS8-Dec-05 20:46
MelaOS8-Dec-05 20:46 
QuestionValidate Controls? Pin
MudkiSekhon8-Dec-05 20:40
MudkiSekhon8-Dec-05 20:40 
AnswerRe: Validate Controls? Pin
Polis Pilavas8-Dec-05 22:51
Polis Pilavas8-Dec-05 22:51 
QuestionRead data from foxpro 2.6 Pin
ltxuan8-Dec-05 20:26
ltxuan8-Dec-05 20:26 
Questionmy html mail is in correct format at mailroot queue but when send to receipent it is in text format Pin
sreesiri8-Dec-05 20:23
sreesiri8-Dec-05 20:23 
Questiontrying not to use typeof(...) with this generic Pin
FocusedWolf8-Dec-05 18:49
FocusedWolf8-Dec-05 18:49 
AnswerRe: trying not to use typeof(...) with this generic Pin
Nick Hounsome8-Dec-05 21:52
Nick Hounsome8-Dec-05 21:52 
GeneralRe: trying not to use typeof(...) with this generic Pin
FocusedWolf9-Dec-05 16:10
FocusedWolf9-Dec-05 16:10 

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.