Click here to Skip to main content
15,884,061 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalflatstyle, buttons with bitmaps, and transparency Pin
Marc Clifton30-Mar-03 11:31
mvaMarc Clifton30-Mar-03 11:31 
GeneralRe: flatstyle, buttons with bitmaps, and transparency Pin
Chris Jobson1-Apr-03 11:30
Chris Jobson1-Apr-03 11:30 
GeneralRe: flatstyle, buttons with bitmaps, and transparency Pin
Marc Clifton1-Apr-03 13:51
mvaMarc Clifton1-Apr-03 13:51 
General.NET Equivelant to COM .EXE Server Pin
Jamie Nordmeyer28-Mar-03 7:32
Jamie Nordmeyer28-Mar-03 7:32 
GeneralRe: .NET Equivelant to COM .EXE Server Pin
Stephane Rodriguez.30-Mar-03 7:27
Stephane Rodriguez.30-Mar-03 7:27 
Generalreturning a structure from a XML Web Service Pin
Ray Cassick27-Mar-03 17:41
Ray Cassick27-Mar-03 17:41 
GeneralRe: returning a structure from a XML Web Service Pin
Ray Cassick27-Mar-03 18:29
Ray Cassick27-Mar-03 18:29 
GeneralCDATA? Pin
Paul Watson1-Apr-03 7:21
sitebuilderPaul Watson1-Apr-03 7:21 
Have you tried wrapping the non-XML-friendly chars in a CDATA section?

<test>
<![CDATA[Offending data]]>
</test>


That might work, but then again if they are chars it might not and you will have to use a text encoder (.NET has plenty) to encode them to UTF8 or whatever your XML is set to. I think. Not my forte (encoding.)

Paul Watson
Bluegrass
Cape Town, South Africa

Macbeth muttered:
I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er

DavidW wrote:
You are totally mad. Nice.
GeneralRe: CDATA? Pin
Ray Cassick1-Apr-03 12:01
Ray Cassick1-Apr-03 12:01 
GeneralRe: CDATA? Pin
Paul Watson1-Apr-03 18:14
sitebuilderPaul Watson1-Apr-03 18:14 
GeneralRe: CDATA? Pin
Anonymous1-Apr-03 19:06
Anonymous1-Apr-03 19:06 
GeneralRe: CDATA? Pin
Ray Cassick1-Apr-03 19:08
Ray Cassick1-Apr-03 19:08 
GeneralTransparent GIF in .NET Pin
Paul Watson26-Mar-03 8:42
sitebuilderPaul Watson26-Mar-03 8:42 
GeneralRe: Transparent GIF in .NET Pin
Daniel Turini26-Mar-03 9:32
Daniel Turini26-Mar-03 9:32 
GeneralIE PNG Problem, save as 8bit Pin
Paul Watson26-Mar-03 21:01
sitebuilderPaul Watson26-Mar-03 21:01 
GeneralRe: Transparent GIF in .NET Pin
leppie26-Mar-03 12:01
leppie26-Mar-03 12:01 
General32bit to 8bit PNG conversion? Pin
Paul Watson26-Mar-03 21:06
sitebuilderPaul Watson26-Mar-03 21:06 
GeneralRe: 32bit to 8bit PNG conversion? Pin
Stephane Rodriguez.28-Mar-03 3:18
Stephane Rodriguez.28-Mar-03 3:18 
GeneralRe: 32bit to 8bit PNG conversion? Pin
Paul Watson1-Apr-03 7:23
sitebuilderPaul Watson1-Apr-03 7:23 
QuestionHow old is .net ( C#, ... ) Pin
Maximilien26-Mar-03 7:24
Maximilien26-Mar-03 7:24 
AnswerRe: How old is .net ( C#, ... ) Pin
Stephane Rodriguez.26-Mar-03 8:15
Stephane Rodriguez.26-Mar-03 8:15 
AnswerRe: How old is .net ( C#, ... ) Pin
Michael P Butler1-Apr-03 7:51
Michael P Butler1-Apr-03 7:51 
AnswerRe: How old is .net ( C#, ... ) Pin
Martin Cook24-Apr-03 8:14
professionalMartin Cook24-Apr-03 8:14 
Questiondoes ANYBODY ever written an addin in VS.NET /c++ ???????? Pin
schaereran@gmx.net25-Mar-03 22:59
schaereran@gmx.net25-Mar-03 22:59 
AnswerRe: does ANYBODY ever written an addin in VS.NET /c++ ???????? Pin
Oleksandr Kucherenko28-Mar-03 4:20
Oleksandr Kucherenko28-Mar-03 4:20 

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.