Click here to Skip to main content
15,908,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: a special kind of operator Pin
MultiThread8-Nov-03 6:57
MultiThread8-Nov-03 6:57 
GeneralRe: a special kind of operator Pin
WillemM8-Nov-03 23:38
WillemM8-Nov-03 23:38 
GeneralRe: a special kind of operator Pin
David Stone9-Nov-03 5:26
sitebuilderDavid Stone9-Nov-03 5:26 
GeneralInstaller Project Pin
tkemory8-Nov-03 2:30
tkemory8-Nov-03 2:30 
GeneralRe: Installer Project Pin
MultiThread8-Nov-03 5:37
MultiThread8-Nov-03 5:37 
GeneralRe: Installer Project Pin
tkemory8-Nov-03 7:08
tkemory8-Nov-03 7:08 
GeneralDatabase access - in general Pin
mirano8-Nov-03 0:28
mirano8-Nov-03 0:28 
GeneralRe: Database access - in general Pin
WillemM8-Nov-03 5:31
WillemM8-Nov-03 5:31 
GeneralC# applet Pin
Sergiu7-Nov-03 20:30
Sergiu7-Nov-03 20:30 
GeneralRe: C# applet Pin
WillemM8-Nov-03 5:31
WillemM8-Nov-03 5:31 
GeneralRe: C# applet Pin
jparsons8-Nov-03 12:04
jparsons8-Nov-03 12:04 
GeneralRe: C# applet Pin
Sergiu9-Nov-03 20:15
Sergiu9-Nov-03 20:15 
GeneralLate Binding an ActiveX executable Pin
JL_3277-Nov-03 16:06
JL_3277-Nov-03 16:06 
QuestionHow do u change the brightness of an image in C# Pin
james4057-Nov-03 11:48
james4057-Nov-03 11:48 
GeneralPutting a fixed array of data into the database Pin
EddieSD647-Nov-03 11:16
sussEddieSD647-Nov-03 11:16 
GeneralRe: Putting a fixed array of data into the database Pin
Colin Angus Mackay7-Nov-03 14:20
Colin Angus Mackay7-Nov-03 14:20 
QuestionExternal Variables??? Pin
bscott31257-Nov-03 10:04
bscott31257-Nov-03 10:04 
AnswerRe: External Variables??? Pin
MultiThread8-Nov-03 5:51
MultiThread8-Nov-03 5:51 
GeneralRe: External Variables??? Pin
bscott31258-Nov-03 6:08
bscott31258-Nov-03 6:08 
GeneralRe: External Variables??? Pin
MultiThread8-Nov-03 6:15
MultiThread8-Nov-03 6:15 
QuestionHow do I create an app.config file?? Pin
Code Toad7-Nov-03 9:12
Code Toad7-Nov-03 9:12 
AnswerRe: How do I create an app.config file?? Pin
Colin Angus Mackay7-Nov-03 14:28
Colin Angus Mackay7-Nov-03 14:28 
VS.NET should create one for you. If there isn't one you can add right-click on your project in the Solution Explorer and select "Add New Item..." from the menu. In the list of templates you will find (if you scroll to the end) an "Application Configuration File" entry. Accept the name app.config and let it add it to your project.

Remember, and this can be the confusing bit, that your app.config file will be copied to the output directory when you build the project. The copy will be called project_name.exe.config

I hope this helps,
Colin.




--Colin Mackay--

"In the confrontation between the stream and the rock, the stream always wins - not through strength but perseverance." (H. Jackson Brown)


GeneralReading simple XML Pin
MrEyes7-Nov-03 8:03
MrEyes7-Nov-03 8:03 
GeneralRe: Reading simple XML Pin
Mazdak7-Nov-03 8:57
Mazdak7-Nov-03 8:57 
GeneralRe: Reading simple XML Pin
Daniel M. Edwards7-Nov-03 9:22
Daniel M. Edwards7-Nov-03 9:22 

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.