Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: Which XML format should I use? Pin
David Stone14-Oct-03 13:16
sitebuilderDavid Stone14-Oct-03 13:16 
AnswerRe: Which XML format should I use? Pin
Nick Parker15-Oct-03 15:46
protectorNick Parker15-Oct-03 15:46 
Alvaro Mendez wrote:
The data would easily been stored in an INI file using sections, keys, and values, but I want to use XML instead.

Just another thought Alvaro, but you can still use XML with sections, keys and values. Take a look at my article : An extension for a Configuration Settings class in .NET[^]. Below would just be a sample layout you could use. Just my two cents worth. Smile | :)

<configuration>
  <configSections>
    <section name="ApplicationData" type="Support.ConfigSettingsSectionHandler, Support" />
  </configSections>
  <ApplicationData>
    <add key="Height" value="618" />
    <add key="Width" value="968" />
    <add key="Top" value="116" />
    <add key="Left" value="138" />
  </ApplicationData>
</configuration>


-Nick Parker
DeveloperNotes.com


GeneralMasking input in a datagrid Pin
Wjousts14-Oct-03 7:23
Wjousts14-Oct-03 7:23 
GeneralRe: Masking input in a datagrid Pin
Wjousts15-Oct-03 5:52
Wjousts15-Oct-03 5:52 
General.net dll compatibility Pin
mikemilano14-Oct-03 6:45
mikemilano14-Oct-03 6:45 
GeneralRe: .net dll compatibility Pin
leppie14-Oct-03 7:58
leppie14-Oct-03 7:58 
Generalproblems with html page detagging Pin
ttornade14-Oct-03 6:01
ttornade14-Oct-03 6:01 
GeneralRe: problems with html page detagging Pin
Not Active14-Oct-03 6:43
mentorNot Active14-Oct-03 6:43 
GeneralRe: problems with html page detagging Pin
ttornade14-Oct-03 8:00
ttornade14-Oct-03 8:00 
General.NET Security Pin
Norman Fung14-Oct-03 4:09
Norman Fung14-Oct-03 4:09 
GeneralPass a parameter to a thread Pin
eggie513-Oct-03 17:00
eggie513-Oct-03 17:00 
GeneralRe: Pass a parameter to a thread Pin
J. Dunlap13-Oct-03 17:07
J. Dunlap13-Oct-03 17:07 
GeneralRe: Pass a parameter to a thread Pin
eggie513-Oct-03 17:09
eggie513-Oct-03 17:09 
GeneralRe: Pass a parameter to a thread Pin
Bo Hunter13-Oct-03 18:08
Bo Hunter13-Oct-03 18:08 
GeneralRe: Pass a parameter to a thread Pin
eggie514-Oct-03 13:07
eggie514-Oct-03 13:07 
GeneralRe: Pass a parameter to a thread Pin
Guillermo Rivero14-Oct-03 13:20
Guillermo Rivero14-Oct-03 13:20 
GeneralRe: Pass a parameter to a thread Pin
Minh Truong13-Oct-03 18:08
Minh Truong13-Oct-03 18:08 
GeneralRe: Pass a parameter to a thread Pin
eggie515-Oct-03 14:49
eggie515-Oct-03 14:49 
GeneralRe: Pass a parameter to a thread Pin
Corinna John13-Oct-03 19:55
Corinna John13-Oct-03 19:55 
QuestionCan C# project complied to win32 dll? Pin
NotProfessional13-Oct-03 15:15
NotProfessional13-Oct-03 15:15 
AnswerRe: Can C# project complied to win32 dll? Pin
Minh Truong13-Oct-03 18:11
Minh Truong13-Oct-03 18:11 
AnswerRe: Can C# project complied to win32 dll? Pin
Bo Hunter14-Oct-03 13:21
Bo Hunter14-Oct-03 13:21 
QuestionHow can i set disk VolumeName in C#(winform) Pin
newpant13-Oct-03 13:51
newpant13-Oct-03 13:51 
AnswerRe: How can i set disk VolumeName in C#(winform) Pin
newpant14-Oct-03 4:46
newpant14-Oct-03 4:46 
AnswerRe: How can i set disk VolumeName in C#(winform) Pin
newpant16-Oct-03 12:33
newpant16-Oct-03 12:33 

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.