Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating Excel chart using reflection Pin
moon_stick8-Jan-09 3:41
moon_stick8-Jan-09 3:41 
GeneralRe: Creating Excel chart using reflection Pin
dan!sh 8-Jan-09 3:44
professional dan!sh 8-Jan-09 3:44 
GeneralRe: Creating Excel chart using reflection Pin
moon_stick8-Jan-09 3:46
moon_stick8-Jan-09 3:46 
GeneralRe: Creating Excel chart using reflection Pin
dan!sh 8-Jan-09 3:54
professional dan!sh 8-Jan-09 3:54 
AnswerRe: Creating Excel chart using reflection Pin
Simon P Stevens8-Jan-09 3:51
Simon P Stevens8-Jan-09 3:51 
GeneralRe: Creating Excel chart using reflection Pin
dan!sh 8-Jan-09 3:56
professional dan!sh 8-Jan-09 3:56 
Questionavoid app.config cut and paste? Pin
devvvy8-Jan-09 2:54
devvvy8-Jan-09 2:54 
AnswerRe: avoid app.config cut and paste? Pin
Colin Angus Mackay8-Jan-09 3:11
Colin Angus Mackay8-Jan-09 3:11 
What you can do is place config sections in a separate config file. Then you can copy the file as a whole rather than copy and paste sections of your app/web.config file.

In your app/web.config file you can refer to the other file like this:
e.g.
<connectionStrings configSource="data.config" />


* Developer Day Scotland 2 - Free community conference
* The Blog of Colin Angus Mackay


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

GeneralRe: avoid app.config cut and paste? Pin
devvvy8-Jan-09 3:24
devvvy8-Jan-09 3:24 
Question[Message Deleted] Pin
Cracked-Down8-Jan-09 2:45
Cracked-Down8-Jan-09 2:45 
AnswerRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius8-Jan-09 3:23
mentorWendelius8-Jan-09 3:23 
General[Message Deleted] Pin
Cracked-Down8-Jan-09 3:47
Cracked-Down8-Jan-09 3:47 
GeneralRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius8-Jan-09 4:38
mentorWendelius8-Jan-09 4:38 
General[Message Deleted] Pin
Cracked-Down8-Jan-09 17:45
Cracked-Down8-Jan-09 17:45 
GeneralRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius8-Jan-09 23:52
mentorWendelius8-Jan-09 23:52 
General[Message Deleted] Pin
Cracked-Down9-Jan-09 0:01
Cracked-Down9-Jan-09 0:01 
GeneralRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius9-Jan-09 2:31
mentorWendelius9-Jan-09 2:31 
QuestionData Grid Column Order Problem [modified] Pin
Vanq20098-Jan-09 2:13
Vanq20098-Jan-09 2:13 
QuestionHow to Plug in TortoiseSVN in VS2005 both C# and C++ Pin
Gopal_Kanchana8-Jan-09 2:10
Gopal_Kanchana8-Jan-09 2:10 
AnswerRe: How to Plug in TortoiseSVN in VS2005 both C# and C++ Pin
Colin Angus Mackay8-Jan-09 2:23
Colin Angus Mackay8-Jan-09 2:23 
QuestionCan I call Paint event from reguler events to make changes through GDI. Pin
Naveed7278-Jan-09 1:32
Naveed7278-Jan-09 1:32 
AnswerRe: Can I call Paint event from reguler events to make changes through GDI. Pin
musefan8-Jan-09 2:05
musefan8-Jan-09 2:05 
QuestionWhy C# doesn't have macro like C++ Pin
Gopal_Kanchana8-Jan-09 0:53
Gopal_Kanchana8-Jan-09 0:53 
AnswerRe: Why C# doesn't have macro like C++ Pin
DaveyM698-Jan-09 0:57
professionalDaveyM698-Jan-09 0:57 
GeneralRe: Why C# doesn't have macro like C++ Pin
Gopal_Kanchana8-Jan-09 1:13
Gopal_Kanchana8-Jan-09 1:13 

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.