Click here to Skip to main content
15,904,415 members
Home / Discussions / C#
   

C#

 
GeneralRe: stop a thread Pin
George_George23-Apr-08 21:00
George_George23-Apr-08 21:00 
GeneralRe: stop a thread Pin
Mircea Puiu24-Apr-08 20:43
Mircea Puiu24-Apr-08 20:43 
GeneralRe: stop a thread Pin
George_George24-Apr-08 21:34
George_George24-Apr-08 21:34 
GeneralRe: stop a thread Pin
Ravi Bhavnani22-Apr-08 2:16
professionalRavi Bhavnani22-Apr-08 2:16 
GeneralRe: stop a thread Pin
George_George22-Apr-08 3:01
George_George22-Apr-08 3:01 
GeneralRe: stop a thread Pin
Ravi Bhavnani22-Apr-08 4:57
professionalRavi Bhavnani22-Apr-08 4:57 
GeneralRe: stop a thread Pin
George_George22-Apr-08 16:23
George_George22-Apr-08 16:23 
QuestionC# Drawing question Pin
oliversimon21-Apr-08 23:12
oliversimon21-Apr-08 23:12 
GeneralRe: C# Drawing question Pin
Reelix22-Apr-08 0:09
Reelix22-Apr-08 0:09 
GeneralRe: C# Drawing question Pin
oliversimon22-Apr-08 0:34
oliversimon22-Apr-08 0:34 
GeneralRe: C# Drawing question Pin
Anthony Mushrow22-Apr-08 1:35
professionalAnthony Mushrow22-Apr-08 1:35 
GeneralRe: C# Drawing question Pin
Reelix22-Apr-08 1:55
Reelix22-Apr-08 1:55 
GeneralRe: C# Drawing question Pin
Anthony Mushrow22-Apr-08 2:00
professionalAnthony Mushrow22-Apr-08 2:00 
GeneralRe: C# Drawing question Pin
oliversimon22-Apr-08 2:45
oliversimon22-Apr-08 2:45 
QuestionCompare SortedList problem. Pin
dennycrane21-Apr-08 23:06
dennycrane21-Apr-08 23:06 
GeneralRe: Compare SortedList problem. Pin
Gopal.S22-Apr-08 0:52
Gopal.S22-Apr-08 0:52 
GeneralRe: Compare SortedList problem. Pin
dennycrane22-Apr-08 1:11
dennycrane22-Apr-08 1:11 
QuestionRetrieve Objects from ArrayList.. Pin
ptr2void21-Apr-08 22:57
ptr2void21-Apr-08 22:57 
GeneralRe: Retrieve Objects from ArrayList.. Pin
phannon8621-Apr-08 23:19
professionalphannon8621-Apr-08 23:19 
GeneralRe: Retrieve Objects from ArrayList.. Pin
ptr2void21-Apr-08 23:42
ptr2void21-Apr-08 23:42 
GeneralRe: Retrieve Objects from ArrayList.. Pin
phannon8621-Apr-08 23:54
professionalphannon8621-Apr-08 23:54 
GeneralRe: Retrieve Objects from ArrayList.. Pin
Pete O'Hanlon22-Apr-08 0:50
mvePete O'Hanlon22-Apr-08 0:50 
Questionhow to configure via app.config Pin
stephan_00721-Apr-08 22:35
stephan_00721-Apr-08 22:35 
hy everyone!

i do have a problem. My program uses general settings and file specific settings. therefore i will need to define sections for every type and the general one e.g. (key 1 etc. have to be replaced by their correct parametersettings, they are just representants for the keys to illustrate my problem!)

<general>
  <key 1="">
  <key 2="">
</key></key></general>
<doctype1>
  <key d1_1="">
  <key d1_2="">
</key></key></doctype1>
<doctype2>
  <key d2_1="">
  <key d2_2="">
</key></key></doctype2>


But i have no clue how to do this in the app.config. because visual studio doesn't allow self defined sections instead of appconfig, startup etc.

could someone provide me a sample of how to do this in the app.config?

thanks.

stephan.
QuestionHow can I convert generic list? Pin
marekS08221-Apr-08 21:56
marekS08221-Apr-08 21:56 
AnswerRe: How can I convert generic list? [modified] Pin
phannon8621-Apr-08 22:11
professionalphannon8621-Apr-08 22:11 

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.