Click here to Skip to main content
16,009,238 members
Home / Discussions / C#
   

C#

 
GeneralRe: Delegate argument question/suggestions... Pin
Eric Gunnerson (msft)30-Jul-02 8:41
Eric Gunnerson (msft)30-Jul-02 8:41 
GeneralConverting images Pin
Ahmed Diaa29-Jul-02 5:55
Ahmed Diaa29-Jul-02 5:55 
GeneralRe: Converting images Pin
Luis Alonso Ramos29-Jul-02 6:37
Luis Alonso Ramos29-Jul-02 6:37 
GeneralEquivilent of session in windows Pin
Anonymous29-Jul-02 3:21
Anonymous29-Jul-02 3:21 
GeneralRe: Equivilent of session in windows Pin
leppie29-Jul-02 4:21
leppie29-Jul-02 4:21 
GeneralRe: Equivilent of session in windows Pin
Anonymous30-Jul-02 23:02
Anonymous30-Jul-02 23:02 
QuestionXMLTextWriter ??? Pin
Christian Graus29-Jul-02 2:10
protectorChristian Graus29-Jul-02 2:10 
AnswerRe: XMLTextWriter ??? Pin
Paul Watson29-Jul-02 2:29
sitebuilderPaul Watson29-Jul-02 2:29 
Christian Graus wrote:
I'm under the impression I can use the XMLTextWriter to output my XML nicely formatted, but my attempts so far have failed. Does anyone have any ideas ?

I may be going over the obvious here but:
C#
xtwArticles = new XmlTextWriter ("test.xml", 0);
xtwArticles->Formatting = Formatting::Indented;


That is the C++ version that I am using and the XML comes out nicely formatted. For the C# version just replace the 0 with System.Text.Encoding.UTF8

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge

Alison Pentland wrote:
I now have an image of you in front of the mirror in the morning, wearing your knickers, socks and shoes trying to decided if they match!
GeneralRe: XMLTextWriter ??? Pin
Christian Graus29-Jul-02 12:20
protectorChristian Graus29-Jul-02 12:20 
GeneralRe: XMLTextWriter ??? Pin
Nick Parker29-Jul-02 17:28
protectorNick Parker29-Jul-02 17:28 
GeneralRe: XMLTextWriter ??? Pin
Paul Watson30-Jul-02 1:10
sitebuilderPaul Watson30-Jul-02 1:10 
AnswerRe: XMLTextWriter ??? Pin
leppie29-Jul-02 4:25
leppie29-Jul-02 4:25 
GeneralRe: XMLTextWriter ??? Pin
Christian Graus29-Jul-02 12:22
protectorChristian Graus29-Jul-02 12:22 
GeneralWeb Service Deployment Pin
Li Mu Bai29-Jul-02 1:52
Li Mu Bai29-Jul-02 1:52 
GeneralRe: Web Service Deployment Pin
Feng Qin29-Jul-02 14:35
Feng Qin29-Jul-02 14:35 
GeneralProblem at creating a vs.net wizard Pin
Feng Qin29-Jul-02 1:47
Feng Qin29-Jul-02 1:47 
GeneralInheriting a Windows Form as a User Control Pin
Paul Watson29-Jul-02 1:41
sitebuilderPaul Watson29-Jul-02 1:41 
GeneralRe: Inheriting a Windows Form as a User Control Pin
leppie29-Jul-02 1:57
leppie29-Jul-02 1:57 
GeneralRe: Inheriting a Windows Form as a User Control (Windows Form and User Control basically the same thing) Pin
Paul Watson29-Jul-02 2:21
sitebuilderPaul Watson29-Jul-02 2:21 
GeneralRe: Inheriting a Windows Form as a User Control (Windows Form and User Control basically the same thing) Pin
leppie29-Jul-02 4:09
leppie29-Jul-02 4:09 
GeneralAnakrino Pin
stephen woolhead29-Jul-02 1:05
stephen woolhead29-Jul-02 1:05 
GeneralRe: Anakrino Pin
Andy Smith29-Jul-02 7:07
Andy Smith29-Jul-02 7:07 
GeneralRe: Anakrino Pin
leppie29-Jul-02 8:12
leppie29-Jul-02 8:12 
GeneralRaising events in C# ASP.NET app. Pin
Naresh Karamchetty28-Jul-02 14:24
Naresh Karamchetty28-Jul-02 14:24 
GeneralRe: Raising events in C# ASP.NET app. Pin
Andy Smith28-Jul-02 21:50
Andy Smith28-Jul-02 21:50 

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.