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

C#

 
QuestionProgramattically add user or group to folder Pin
Aaron VanWieren2-May-07 8:48
Aaron VanWieren2-May-07 8:48 
QuestionDrawing bits to a window handle Pin
Symbul2-May-07 8:05
Symbul2-May-07 8:05 
AnswerRe: Drawing bits to a window handle Pin
AFSEKI7-May-07 6:12
AFSEKI7-May-07 6:12 
QuestionHow to Pin
Askalo2-May-07 7:54
Askalo2-May-07 7:54 
QuestionOutlook 2003 Pin
Askalo2-May-07 7:53
Askalo2-May-07 7:53 
AnswerRe: Outlook 2003 Pin
Paul Conrad2-May-07 10:59
professionalPaul Conrad2-May-07 10:59 
QuestionApp.Config Pin
Tauseef A2-May-07 7:47
Tauseef A2-May-07 7:47 
AnswerRe: App.Config Pin
kubben2-May-07 7:58
kubben2-May-07 7:58 
The app.config file is just where things start. When you compile your application it becomes Exename.exe.config. You have to use something like this:
Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);

To access your app config file and make changes to it. If you try to write to it directly you get the readonly error since the application is using it.

Hope that helps.
Ben
AnswerRe: App.Config Pin
AFSEKI7-May-07 6:06
AFSEKI7-May-07 6:06 
QuestionHow to maximize automaticly Pin
sinosoidal2-May-07 6:09
sinosoidal2-May-07 6:09 
AnswerRe: How to maximize automaticly Pin
PIEBALDconsult3-May-07 8:14
mvePIEBALDconsult3-May-07 8:14 
GeneralRe: How to maximize automaticly Pin
sinosoidal6-May-07 21:47
sinosoidal6-May-07 21:47 
GeneralRe: How to maximize automaticly Pin
PIEBALDconsult7-May-07 15:47
mvePIEBALDconsult7-May-07 15:47 
QuestionClosing the FolderBrowserDialog programatically Pin
panks_r2-May-07 5:54
panks_r2-May-07 5:54 
AnswerRe: Closing the FolderBrowserDialog programatically Pin
sthotakura2-May-07 9:42
sthotakura2-May-07 9:42 
GeneralRe: Closing the FolderBrowserDialog programatically Pin
panks_r3-May-07 19:33
panks_r3-May-07 19:33 
AnswerRe: Closing the FolderBrowserDialog programatically Pin
PIEBALDconsult3-May-07 14:42
mvePIEBALDconsult3-May-07 14:42 
QuestionGetting the bin directory location for a service??!! Pin
LongRange.Shooter2-May-07 5:34
LongRange.Shooter2-May-07 5:34 
AnswerRe: Getting the bin directory location for a service -- Answer FOUND Pin
LongRange.Shooter2-May-07 6:39
LongRange.Shooter2-May-07 6:39 
AnswerRe: Getting the bin directory location for a service??!! Pin
PIEBALDconsult2-May-07 15:03
mvePIEBALDconsult2-May-07 15:03 
GeneralRe: Getting the bin directory location for a service??!! Pin
LongRange.Shooter3-May-07 1:38
LongRange.Shooter3-May-07 1:38 
GeneralRe: Getting the bin directory location for a service??!! Pin
PIEBALDconsult3-May-07 5:59
mvePIEBALDconsult3-May-07 5:59 
QuestionException Handling for Files in C# - Append Mode Pin
rajesh_kumar_242-May-07 4:55
rajesh_kumar_242-May-07 4:55 
AnswerRe: Exception Handling for Files in C# - Append Mode Pin
Tarakeshwar Reddy2-May-07 5:08
professionalTarakeshwar Reddy2-May-07 5:08 
GeneralRe: Exception Handling for Files in C# - Append Mode Pin
rajesh_kumar_242-May-07 19:06
rajesh_kumar_242-May-07 19:06 

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.