Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
Generalmultiple data access component Pin
..Hubert..25-Feb-03 7:51
..Hubert..25-Feb-03 7:51 
GeneralRe: multiple data access component Pin
Chris Austin25-Feb-03 13:50
Chris Austin25-Feb-03 13:50 
GeneralRe: multiple data access component Pin
..Hubert..26-Feb-03 3:35
..Hubert..26-Feb-03 3:35 
GeneralRe: multiple data access component Pin
Chris Austin26-Feb-03 5:20
Chris Austin26-Feb-03 5:20 
GeneralRe: multiple data access component Pin
..Hubert..26-Feb-03 8:46
..Hubert..26-Feb-03 8:46 
GeneralIs Application Active Pin
OBRon25-Feb-03 7:15
OBRon25-Feb-03 7:15 
GeneralRe: Is Application Active Pin
Stephane Rodriguez.25-Feb-03 8:33
Stephane Rodriguez.25-Feb-03 8:33 
GeneralHere's one for ya Pin
Ryan Cromwell25-Feb-03 6:34
Ryan Cromwell25-Feb-03 6:34 
Try the following out. Why is the emailsettings element tree read <b><i>BEFORE</i></b> the othersettings element (its parent)! Am I blind?

while( settings.Read() )
{
string section = settings.Name;

switch( section.ToLower() )
{
case "pollagentsettings":
break;
case "profileragentsettings":
break;
case "othersettings":
break;
}
}


/* Use this as your settings.xml document - it is the output from the XmlTextWriter
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Settings><PollAgentSettings><ExecOptions type="SP" procedure="asdfasdf" interval="10"><TSQL /></ExecOptions><Servers><Server name="qwer" enabled="True" /></Servers></PollAgentSettings> <OtherSettings><EmailSettings from="qwer" host="asdf" subject="zxcv" /></OtherSettings></Settings>*/
GeneralRe: Here's one for ya Pin
Ryan Cromwell25-Feb-03 6:40
Ryan Cromwell25-Feb-03 6:40 
GeneralException Handling Pin
jtmtv1825-Feb-03 6:23
jtmtv1825-Feb-03 6:23 
GeneralRe: Exception Handling Pin
Anonymous25-Feb-03 18:17
Anonymous25-Feb-03 18:17 
GeneralMIDI and C# Pin
25-Feb-03 5:21
suss25-Feb-03 5:21 
GeneralRe: MIDI and C# Pin
jtmtv1825-Feb-03 6:01
jtmtv1825-Feb-03 6:01 
GeneralRe: MIDI and C# Pin
Richard Deeming26-Feb-03 1:14
mveRichard Deeming26-Feb-03 1:14 
GeneralVerify Userid Pin
cas941225-Feb-03 4:03
cas941225-Feb-03 4:03 
GeneralDesktop Apps Property Pages and Property sheets Pin
Braulio Dez25-Feb-03 2:57
Braulio Dez25-Feb-03 2:57 
GeneralDataGrid cell Pin
zaza725-Feb-03 1:45
zaza725-Feb-03 1:45 
GeneralRe: DataGrid cell Pin
A.Wegierski25-Feb-03 20:54
A.Wegierski25-Feb-03 20:54 
Generaltranslucent cover over form Pin
bwells25-Feb-03 1:31
bwells25-Feb-03 1:31 
GeneralRe: translucent cover over form Pin
Paul Watson25-Feb-03 1:51
sitebuilderPaul Watson25-Feb-03 1:51 
GeneralRe: translucent cover over form Pin
bwells25-Feb-03 2:12
bwells25-Feb-03 2:12 
GeneralRe: translucent cover over form Pin
Paul Watson25-Feb-03 2:20
sitebuilderPaul Watson25-Feb-03 2:20 
GeneralRe: translucent cover over form Pin
bwells25-Feb-03 2:29
bwells25-Feb-03 2:29 
Generalparse emails Pin
Roger Alsing24-Feb-03 23:58
Roger Alsing24-Feb-03 23:58 
GeneralStackOverflow Pin
monrobot1324-Feb-03 18:33
monrobot1324-Feb-03 18: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.