Click here to Skip to main content
15,917,321 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSystem.Configuration Namespace Pin
beowulfagate25-Jun-04 22:13
beowulfagate25-Jun-04 22:13 
GeneralRe: System.Configuration Namespace Pin
tanstaafl2826-Jun-04 4:23
tanstaafl2826-Jun-04 4:23 
GeneralRe: System.Configuration Namespace Pin
beowulfagate26-Jun-04 17:58
beowulfagate26-Jun-04 17:58 
GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak26-Jun-04 18:04
mveDave Kreskowiak26-Jun-04 18:04 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 13:35
beowulfagate27-Jun-04 13:35 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 14:41
beowulfagate27-Jun-04 14:41 
GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak27-Jun-04 18:15
mveDave Kreskowiak27-Jun-04 18:15 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 20:31
beowulfagate27-Jun-04 20:31 
Ok. Sorry about that. After doing some research I got what I wanted. Related question: Can I have multiple sections in a sectionGroup? Like this?

<br />
<?xml version="1.0" encoding="utf-8" ?><br />
<configuration><br />
	<configSections><br />
		<sectionGroup name="CustomSectionGroup"><br />
			<section name="CustomSection" type="System.Configuration.SingleTagSectionHandler" /><br />
<section name="CustomSection2" type="System.Configuration.NameValueSection" /><br />
		</sectionGroup><br />
	</configSections><br />
	<CustomSectionGroup><br />
		<CustomSection setting1="value1" setting2="value2" /><br />
<CustomSection2><br />
<add key="key1" value="value1"><br />
<add key="key2" value="value2"><br />
</ CustomSection2><br />
	</CustomSectionGroup><br />
</configuration><br />

GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak28-Jun-04 0:36
mveDave Kreskowiak28-Jun-04 0:36 
GeneralIm a Newbie looking for ideas Pin
gazfun25-Jun-04 13:12
gazfun25-Jun-04 13:12 
GeneralRe: Im a Newbie looking for ideas Pin
Colin Angus Mackay25-Jun-04 14:15
Colin Angus Mackay25-Jun-04 14:15 
General&quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 10:45
tanstaafl2825-Jun-04 10:45 
General&quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 10:41
tanstaafl2825-Jun-04 10:41 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
VenkatFor.NET25-Jun-04 11:44
VenkatFor.NET25-Jun-04 11:44 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
Dave Kreskowiak25-Jun-04 11:56
mveDave Kreskowiak25-Jun-04 11:56 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 13:25
tanstaafl2825-Jun-04 13:25 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
Dave Kreskowiak25-Jun-04 17:18
mveDave Kreskowiak25-Jun-04 17:18 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 20:42
tanstaafl2825-Jun-04 20:42 
GeneralMost Commonly Used Classes Pin
tanstaafl2825-Jun-04 9:40
tanstaafl2825-Jun-04 9:40 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 10:25
mveDave Kreskowiak25-Jun-04 10:25 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 10:36
tanstaafl2825-Jun-04 10:36 
GeneralRe: Most Commonly Used Classes Pin
VenkatFor.NET25-Jun-04 11:51
VenkatFor.NET25-Jun-04 11:51 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 11:53
mveDave Kreskowiak25-Jun-04 11:53 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 

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.