Click here to Skip to main content
15,867,704 members
Home / Discussions / C#
   

C#

 
GeneralTrapping mouse right click Pin
Mahesh Varma11-Sep-03 4:45
Mahesh Varma11-Sep-03 4:45 
GeneralRe: Trapping mouse right click Pin
NetPointerIN11-Sep-03 10:06
NetPointerIN11-Sep-03 10:06 
GeneralFind Dialog Box Pin
Tibor Blazko11-Sep-03 3:50
Tibor Blazko11-Sep-03 3:50 
GeneralRe: Find Dialog Box Pin
Kannan Kalyanaraman11-Sep-03 5:35
Kannan Kalyanaraman11-Sep-03 5:35 
GeneralComboBox - Item Selection Pin
MrEyes11-Sep-03 3:22
MrEyes11-Sep-03 3:22 
GeneralRe: ComboBox - Item Selection Pin
MrEyes11-Sep-03 4:23
MrEyes11-Sep-03 4:23 
GeneralRe: ComboBox - Item Selection Pin
tsigo11-Sep-03 12:51
tsigo11-Sep-03 12:51 
GeneralIt's neither acute or grave.... Pin
bobhoskinsbrother11-Sep-03 0:44
bobhoskinsbrother11-Sep-03 0:44 
I've written a quick and dirty image object that accepts parameters along the url to generate either a resized image or captions.

It takes parameters something like this:


The problem, which is a ticklish one, is that it seems to strip out the acute and graves from the end image, leaving nothing in it's place.
In the codebehind I've specified:
myGraphics.DrawString(Caption, CaptionFontFamily, new SolidBrush(CaptionColour), CaptionXRegister, CaptionYRegister, new StringFormat(StringFormatFlags.NoFontFallback)); to ensure that the characters won't be substituted with anything else. This has not resolved the problem. Been looking for a couple of hours for the answer to no avail. I've also tried setting the culture in the web.config file by the way...

Any ideas would be much appreciated

As I thought that C# uses UTF8 by default, this is indeed confusing me....

Confused | :confused:
GeneralRe: It's neither acute or grave.... Pin
Daniel Turini11-Sep-03 1:12
Daniel Turini11-Sep-03 1:12 
GeneralCompression in C# Pin
Stephane David10-Sep-03 23:27
Stephane David10-Sep-03 23:27 
GeneralRe: Compression in C# Pin
Daniel Turini11-Sep-03 1:08
Daniel Turini11-Sep-03 1:08 
GeneralRe: Compression in C# Pin
Kannan Kalyanaraman11-Sep-03 5:49
Kannan Kalyanaraman11-Sep-03 5:49 
GeneralRe: Compression in C# Pin
leppie11-Sep-03 7:26
leppie11-Sep-03 7:26 
Questionhow to prevent window close by clicking window close button Pin
zecodela10-Sep-03 23:04
zecodela10-Sep-03 23:04 
AnswerRe: how to prevent window close by clicking window close button Pin
Stephane David10-Sep-03 23:22
Stephane David10-Sep-03 23:22 
AnswerRe: how to prevent window close by clicking window close button Pin
Furty10-Sep-03 23:23
Furty10-Sep-03 23:23 
AnswerRe: how to prevent window close by clicking window close button Pin
Nick Seng10-Sep-03 23:25
Nick Seng10-Sep-03 23:25 
GeneralRe: how to prevent window close by clicking window close button Pin
sumeat11-Sep-03 14:57
sumeat11-Sep-03 14:57 
GeneralRe: how to prevent window close by clicking window close button Pin
Nick Seng11-Sep-03 15:22
Nick Seng11-Sep-03 15:22 
AnswerRe: how to prevent window close by clicking window close button Pin
Jim Stewart11-Sep-03 15:06
Jim Stewart11-Sep-03 15:06 
GeneralUnmanaged Enumeration values Pin
Nick Seng10-Sep-03 21:45
Nick Seng10-Sep-03 21:45 
GeneralRe: Unmanaged Enumeration values Pin
Kannan Kalyanaraman10-Sep-03 22:09
Kannan Kalyanaraman10-Sep-03 22:09 
GeneralRe: Unmanaged Enumeration values Pin
Nick Seng10-Sep-03 22:22
Nick Seng10-Sep-03 22:22 
GeneralRe: Unmanaged Enumeration values Pin
Nick Seng10-Sep-03 22:30
Nick Seng10-Sep-03 22:30 
GeneralRe: Unmanaged Enumeration values Pin
Kannan Kalyanaraman10-Sep-03 22:34
Kannan Kalyanaraman10-Sep-03 22:34 

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.