Click here to Skip to main content
15,917,060 members
Home / Discussions / C#
   

C#

 
QuestionProblem with Access database connectivity in C#.Net Pin
Verghese22-May-08 6:47
Verghese22-May-08 6:47 
AnswerRe: Problem with Access database connectivity in C#.Net Pin
Gareth H22-May-08 7:02
Gareth H22-May-08 7:02 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 8:48
Verghese22-May-08 8:48 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 9:01
Verghese22-May-08 9:01 
AnswerRe: Problem with Access database connectivity in C#.Net Pin
Sujith C Jose22-May-08 8:05
Sujith C Jose22-May-08 8:05 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 8:58
Verghese22-May-08 8:58 
QuestionWhat does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Jordanwb22-May-08 6:11
Jordanwb22-May-08 6:11 
AnswerRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Judah Gabriel Himango22-May-08 6:30
sponsorJudah Gabriel Himango22-May-08 6:30 
Basically, it specifies whether GDI or GDI+ is used under the hood. Setting it to false will use GDI and should look better and localize better.

All it does is set the default value for Control.UseCompatibleTextRendering. But it gets overrided for a particular control if you set someControl.UserCompatibleTextRendering to a different value.

Put a label on a form and set, through code (not the designer) the label.UseCompatibleTextRendering property. Try setting it to true and false. On flatscreen monitors, it definitely is easy to spot -- without it, text looks jaggy and rigid. Set it to false, and it looks nice and smooth.



Life, family, faith: Give me a visit.

From my latest post: "And you think, 'To keep my anti-Judaic theology alive I must reinterpret this verse too as being a blessing for Christians and not for Jews. I know it strains all manner of principles of interpretation. I don’t read the newspaper this sloppily, but, man, I have a theology to defend.'"

Judah Himango


GeneralRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Jordanwb22-May-08 9:34
Jordanwb22-May-08 9:34 
GeneralRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Judah Gabriel Himango23-May-08 4:46
sponsorJudah Gabriel Himango23-May-08 4:46 
Questioncomparing 2 strings Pin
Jerry Graham22-May-08 5:37
Jerry Graham22-May-08 5:37 
AnswerRe: comparing 2 strings Pin
Gareth H22-May-08 6:09
Gareth H22-May-08 6:09 
Questionlistview problem Pin
angels77722-May-08 5:11
angels77722-May-08 5:11 
AnswerRe: listview problem Pin
Judah Gabriel Himango22-May-08 5:34
sponsorJudah Gabriel Himango22-May-08 5:34 
QuestionI can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Zig15822-May-08 4:41
Zig15822-May-08 4:41 
AnswerRe: I can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Judah Gabriel Himango22-May-08 6:26
sponsorJudah Gabriel Himango22-May-08 6:26 
AnswerRe: I can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
The Nightcoder22-May-08 9:34
The Nightcoder22-May-08 9:34 
GeneralRe: I can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Zig15822-May-08 13:43
Zig15822-May-08 13:43 
QuestionMulti Language Support for C# application Pin
Prashant C22-May-08 3:57
Prashant C22-May-08 3:57 
AnswerRe: Multi Language Support for C# application Pin
Simon P Stevens22-May-08 5:05
Simon P Stevens22-May-08 5:05 
QuestionUsing both .NET caching and generic list. Pin
Steve Holdorf22-May-08 3:00
Steve Holdorf22-May-08 3:00 
AnswerRe: Using both .NET caching and generic list. Pin
J4amieC22-May-08 3:20
J4amieC22-May-08 3:20 
GeneralRe: Using both .NET caching and generic list. Pin
Steve Holdorf22-May-08 3:50
Steve Holdorf22-May-08 3:50 
GeneralRe: Using both .NET caching and generic list. Pin
Guffa22-May-08 4:06
Guffa22-May-08 4:06 
QuestionRe: Using both .NET caching and generic list. Pin
Steve Holdorf22-May-08 4:25
Steve Holdorf22-May-08 4: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.