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

C#

 
GeneralRe: is this good C# linq to sql code? Pin
SledgeHammer0113-Nov-11 14:27
SledgeHammer0113-Nov-11 14:27 
GeneralRe: is this good C# linq to sql code? Pin
BobJanova13-Nov-11 22:30
BobJanova13-Nov-11 22:30 
AnswerRe: is this good C# linq to sql code? Pin
omidh200713-Nov-11 11:58
omidh200713-Nov-11 11:58 
QuestionWinForms - Zoom In/Out (MS Word-Style) Pin
Matt U.12-Nov-11 6:46
Matt U.12-Nov-11 6:46 
AnswerRe: WinForms - Zoom In/Out (MS Word-Style) Pin
Alisaunder13-Nov-11 2:30
Alisaunder13-Nov-11 2:30 
GeneralRe: WinForms - Zoom In/Out (MS Word-Style) Pin
loyal ginger13-Nov-11 2:39
loyal ginger13-Nov-11 2:39 
GeneralRe: WinForms - Zoom In/Out (MS Word-Style) Pin
Alisaunder13-Nov-11 2:41
Alisaunder13-Nov-11 2:41 
AnswerRe: WinForms - Zoom In/Out (MS Word-Style) Pin
BillWoodruff13-Nov-11 11:00
professionalBillWoodruff13-Nov-11 11:00 
You can manipulate the 'ZoomFactor' property of the RichTextBox[^], but be sure you are using TrueType fonts:
Quote:
The zoom feature performs optimally when the document contains TrueType fonts. When a font that is not TrueType is used within the document of the control, the ZoomFactor property will use the nearest whole number value.
Disclaimer: I've never used this property myself, and I bet if you had pictures or whatever inserted in your RTF the results would be a mess.

Note if you are using .NET FrameWork Client Profile this will work only in 3.5 SP1, or later. If you're using the regular FrameWork, this feature has been in WinForms since 1.0.

Hope it works for you.
"I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." Bjarne Stroustrop circa 1990

QuestionText Entry / Scrolling Dilema Pin
PDTUM12-Nov-11 6:41
PDTUM12-Nov-11 6:41 
AnswerRe: Text Entry / Scrolling Dilema Pin
BillWoodruff13-Nov-11 11:24
professionalBillWoodruff13-Nov-11 11:24 
GeneralRe: Text Entry / Scrolling Dilema Pin
PDTUM14-Nov-11 7:01
PDTUM14-Nov-11 7:01 
QuestionASP.NET Multi Language Pin
koncuk12-Nov-11 3:35
koncuk12-Nov-11 3:35 
AnswerRe: ASP.NET Multi Language Pin
Abhinav S12-Nov-11 21:35
Abhinav S12-Nov-11 21:35 
QuestionConnect and Read from USB Pin
Jassim Rahma12-Nov-11 3:11
Jassim Rahma12-Nov-11 3:11 
AnswerRe: Connect and Read from USB Pin
OriginalGriff12-Nov-11 4:57
mveOriginalGriff12-Nov-11 4:57 
QuestionCreate image from panel control to include child controls Pin
Danzy8312-Nov-11 2:02
Danzy8312-Nov-11 2:02 
AnswerRe: Create image from panel control to include child controls Pin
OriginalGriff12-Nov-11 2:28
mveOriginalGriff12-Nov-11 2:28 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 2:40
Danzy8312-Nov-11 2:40 
GeneralRe: Create image from panel control to include child controls Pin
Matt U.12-Nov-11 2:55
Matt U.12-Nov-11 2:55 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 3:36
Danzy8312-Nov-11 3:36 
AnswerRe: Create image from panel control to include child controls Pin
Luc Pattyn12-Nov-11 4:09
sitebuilderLuc Pattyn12-Nov-11 4:09 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 4:29
Danzy8312-Nov-11 4:29 
AnswerRe: Create image from panel control to include child controls Pin
Luc Pattyn12-Nov-11 4:38
sitebuilderLuc Pattyn12-Nov-11 4:38 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 4:53
Danzy8312-Nov-11 4:53 
AnswerRe: Create image from panel control to include child controls Pin
Luc Pattyn12-Nov-11 5:25
sitebuilderLuc Pattyn12-Nov-11 5:25 

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.