RE: System.Drawing.Graphics and escaped characters
From: Brett (Brett_at_discussions.microsoft.com)
Date: 11/17/04
- Next message: Jon Skeet [C# MVP]: "Re: Freeing memory phobia"
- Previous message: Scott McKenzie: "RE: Dotnet versus Java-Applets"
- In reply to: Charlie Williams: "RE: System.Drawing.Graphics and escaped characters"
- Next in thread: Charlie Williams: "RE: System.Drawing.Graphics and escaped characters"
- Reply: Charlie Williams: "RE: System.Drawing.Graphics and escaped characters"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 11:15:01 -0800
Sorry, typo, double checked, I used \'s.
"Charlie Williams" wrote:
> The C# escape character is a backslash '\', not a forward slash '/'
>
> "Brett" wrote:
>
> > I'm trying to print barcodes with a barcode font and I'm having problems with
> > escaped characters. I can print and scan any barcode perfectly, until there
> > is an escaped character in it, like /" or //. Then the barcode will not
> > scan. I can put a breakpoint in, copy the data from the watchlist, remove
> > the /'s and print the barcode in word processor just fine. I'm guessing that
> > Graphics.Drawstring(string) is somehow printing the '/' before the escaped
> > character. Unless I am doing something wrong, this has to be a bug. Any
> > suggestions or ideas?
- Next message: Jon Skeet [C# MVP]: "Re: Freeing memory phobia"
- Previous message: Scott McKenzie: "RE: Dotnet versus Java-Applets"
- In reply to: Charlie Williams: "RE: System.Drawing.Graphics and escaped characters"
- Next in thread: Charlie Williams: "RE: System.Drawing.Graphics and escaped characters"
- Reply: Charlie Williams: "RE: System.Drawing.Graphics and escaped characters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|