Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
GeneralRe: How is the csc.exe distributed? Pin
Ed.Poore20-Feb-08 7:31
Ed.Poore20-Feb-08 7:31 
Generalgeneric collection Pin
arkiboys20-Feb-08 4:01
arkiboys20-Feb-08 4:01 
GeneralRe: generic collection Pin
DaveyM6920-Feb-08 4:14
professionalDaveyM6920-Feb-08 4:14 
GeneralRe: generic collection Pin
J4amieC20-Feb-08 4:37
J4amieC20-Feb-08 4:37 
GeneralRe: generic collection Pin
Roger Alsing20-Feb-08 4:42
Roger Alsing20-Feb-08 4:42 
GeneralRe: generic collection [modified] Pin
Roger Alsing20-Feb-08 8:07
Roger Alsing20-Feb-08 8:07 
GeneralWrite to a text file problem Pin
Strategic_Thinker20-Feb-08 3:59
Strategic_Thinker20-Feb-08 3:59 
QuestionUsing ConfigurationElement / ConfigurationElementCollection Pin
jepskiluv20-Feb-08 3:00
jepskiluv20-Feb-08 3:00 
Hi
Im trying to use the CustomConfiguration section to read some settings for my program. Is there a way to use ConfigurationElementCollection with anonymous Elements?

All the examples i find look like this in the settings

<protocols>
<protocol ref="UDP" properties="(mcast_addr=228.1.2.3;mcast_port=45566;ip_ttl=32)" />
<protocol ref="PING" properties="(timeout=3000;num_initial_members=6)" />
<protocol ref="FD" properties="(timeout=3000)" />
<protocol ref="VERIFY_SUSPECT" properties="(timeout=1500)" />
</protocols>

But I dont have a unique id for each element

It looks like this
<Filters>
<MyFilter Path="Some Path" FileName="some Filename"/>
<MyFilter Path="Some Path" FileName="some Other Filename"/>
</Filters>

Well im not excactly sure that my values are not unique but what i really want is to define a class called Filters and it should have all its children as an ArrayList or Array.

anybody tried this?
GeneralCombobox validation input Pin
eleateam20-Feb-08 2:27
eleateam20-Feb-08 2:27 
GeneralRe: Combobox validation input Pin
phannon8620-Feb-08 2:39
professionalphannon8620-Feb-08 2:39 
Generaltextbox validation Pin
mahenputta20-Feb-08 1:12
mahenputta20-Feb-08 1:12 
AnswerRe: textbox validation Pin
Hamza Nadim20-Feb-08 4:23
Hamza Nadim20-Feb-08 4:23 
Questionhow to transfer files ? Pin
E_Gold20-Feb-08 1:09
E_Gold20-Feb-08 1:09 
AnswerRe: how to transfer files ? Pin
Judah Gabriel Himango20-Feb-08 5:08
sponsorJudah Gabriel Himango20-Feb-08 5:08 
AnswerRe: how to transfer files ? Pin
TheGreatAndPowerfulOz20-Feb-08 13:49
TheGreatAndPowerfulOz20-Feb-08 13:49 
QuestionRemoving rows after validation in datagridview Pin
samreengr820-Feb-08 0:53
samreengr820-Feb-08 0:53 
GeneralRe: Removing rows after validation in datagridview Pin
Xmen Real 20-Feb-08 7:56
professional Xmen Real 20-Feb-08 7:56 
GeneralSetting variable having found it in a HashTable search Pin
tobriain20-Feb-08 0:44
tobriain20-Feb-08 0:44 
GeneralTreeview problem!!! Pin
Neo Andreson19-Feb-08 23:48
Neo Andreson19-Feb-08 23:48 
GeneralRe: Treeview problem!!! Pin
DaveyM6920-Feb-08 4:03
professionalDaveyM6920-Feb-08 4:03 
GeneralRe: Treeview problem!!! Pin
LongRange.Shooter20-Feb-08 7:34
LongRange.Shooter20-Feb-08 7:34 
Questionform management Pin
Sonia Gupta19-Feb-08 23:17
Sonia Gupta19-Feb-08 23:17 
QuestionHow to increase or decrease font size of control Pin
D i x y19-Feb-08 23:14
D i x y19-Feb-08 23:14 
AnswerRe: How to increase or decrease font size of control Pin
phannon8619-Feb-08 23:28
professionalphannon8619-Feb-08 23:28 
GeneralRe: How to increase or decrease font size of control Pin
Roger Alsing20-Feb-08 4:49
Roger Alsing20-Feb-08 4:49 

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.