Click here to Skip to main content
15,891,708 members
Home / Discussions / C#
   

C#

 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 7:56
Ens805-Apr-07 7:56 
GeneralRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 8:47
BoneSoft5-Apr-07 8:47 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 13:19
Ens805-Apr-07 13:19 
QuestionDataTable Pin
joaquimc5-Apr-07 4:43
joaquimc5-Apr-07 4:43 
AnswerRe: DataTable Pin
Not Active5-Apr-07 5:07
mentorNot Active5-Apr-07 5:07 
GeneralRe: DataTable Pin
joaquimc5-Apr-07 11:29
joaquimc5-Apr-07 11:29 
GeneralRe: DataTable Pin
Not Active5-Apr-07 14:51
mentorNot Active5-Apr-07 14:51 
QuestionXMLTextWriter question Pin
LCI5-Apr-07 4:36
LCI5-Apr-07 4:36 
I have a web service listener that has a function that generates an XML file.
For some reason, it cannot get past the line of code below with the asterix

string xmlFilename = string.Format ("C:\\{0}.xml", m_Tag);

XmlTextWriter writer = null;

writer = new XmlTextWriter(xmlFilename,System.Text.Encoding.UTF8);*****************************

writer.Formatting = Formatting.Indented;

writer.WriteStartDocument ();



This code works fine on my form application. Is there something i am missing.


Any input is appreciated.

Thanks,

Colin

AnswerRe: XMLTextWriter question Pin
roel_v5-Apr-07 6:35
roel_v5-Apr-07 6:35 
GeneralRe: XMLTextWriter question Pin
LCI5-Apr-07 6:44
LCI5-Apr-07 6:44 
AnswerRe: XMLTextWriter question Pin
led mike5-Apr-07 9:49
led mike5-Apr-07 9:49 
GeneralRe: XMLTextWriter question Pin
LCI6-Apr-07 2:34
LCI6-Apr-07 2:34 
GeneralRe: XMLTextWriter question Pin
led mike6-Apr-07 5:05
led mike6-Apr-07 5:05 
QuestionSoftware Design/Architechture Tools Pin
BlitzPackage5-Apr-07 4:20
BlitzPackage5-Apr-07 4:20 
AnswerRe: Software Design/Architechture Tools Pin
Douglas Troy5-Apr-07 5:39
Douglas Troy5-Apr-07 5:39 
AnswerRe: Software Design/Architechture Tools Pin
BoneSoft5-Apr-07 6:28
BoneSoft5-Apr-07 6:28 
Questionwindow application Pin
tittly5-Apr-07 4:05
tittly5-Apr-07 4:05 
AnswerRe: window application Pin
originSH5-Apr-07 4:10
originSH5-Apr-07 4:10 
AnswerRe: window application Pin
Daniel Grunwald5-Apr-07 4:33
Daniel Grunwald5-Apr-07 4:33 
Questionutility Pin
tittly5-Apr-07 3:55
tittly5-Apr-07 3:55 
AnswerRe: utility Pin
originSH5-Apr-07 4:11
originSH5-Apr-07 4:11 
AnswerRe: utility Pin
Adeel Chaudhry5-Apr-07 4:43
Adeel Chaudhry5-Apr-07 4:43 
QuestionF1 HelpProvider How 2 set the HelpNamespace to a path in the registry Pin
Support1235-Apr-07 2:53
Support1235-Apr-07 2:53 
AnswerRe: F1 HelpProvider How 2 set the HelpNamespace to a path in the registry Pin
Ed.Poore5-Apr-07 3:37
Ed.Poore5-Apr-07 3:37 
GeneralRe: F1 HelpProvider How 2 set the HelpNamespace to a path in the registry Pin
Support1239-Apr-07 21:04
Support1239-Apr-07 21:04 

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.