Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
GeneralRe: Format a segement of a Excel cell bold programmatically Pin
skyline9212-Dec-08 0:47
skyline9212-Dec-08 0:47 
QuestionUnicode font sample application Pin
Sameera Afzal11-Dec-08 20:41
Sameera Afzal11-Dec-08 20:41 
AnswerRe: Unicode font sample application Pin
Lev Danielyan11-Dec-08 20:49
Lev Danielyan11-Dec-08 20:49 
AnswerRe: Unicode font sample application Pin
leppie11-Dec-08 20:52
leppie11-Dec-08 20:52 
GeneralRe: Unicode font sample application Pin
Lev Danielyan11-Dec-08 20:58
Lev Danielyan11-Dec-08 20:58 
QuestionResponse file in C# Pin
Sinol Jose11-Dec-08 19:29
Sinol Jose11-Dec-08 19:29 
AnswerRe: Response file in C# Pin
N a v a n e e t h11-Dec-08 19:40
N a v a n e e t h11-Dec-08 19:40 
GeneralRe: Response file in C# Pin
TJS4u11-Dec-08 19:45
TJS4u11-Dec-08 19:45 
hello

A response file is basically a file that contains commands. Lets say you have 20 files to compile and you want to compile them all with the same commands. You would simply create a file with all these commands and when you compile your code you list the response file(shown below). The extension of a response file is *.rsp but you can most likely use any file name extension.

csc @<responcefile.rsp>
GeneralRe: Response file in C# Pin
Sinol Jose11-Dec-08 19:47
Sinol Jose11-Dec-08 19:47 
GeneralRe: Response file in C# Pin
Mycroft Holmes11-Dec-08 20:08
professionalMycroft Holmes11-Dec-08 20:08 
GeneralRe: Response file in C# Pin
Sinol Jose11-Dec-08 20:16
Sinol Jose11-Dec-08 20:16 
GeneralRe: Response file in C# Pin
Mycroft Holmes11-Dec-08 20:32
professionalMycroft Holmes11-Dec-08 20:32 
GeneralRe: Response file in C# Pin
J4amieC11-Dec-08 22:35
J4amieC11-Dec-08 22:35 
AnswerRe: Response file in C# Pin
Mycroft Holmes11-Dec-08 20:06
professionalMycroft Holmes11-Dec-08 20:06 
GeneralRe: Response file in C# Pin
TJS4u11-Dec-08 20:09
TJS4u11-Dec-08 20:09 
GeneralRe: Response file in C# Pin
TJS4u11-Dec-08 20:11
TJS4u11-Dec-08 20:11 
GeneralRe: Response file in C# Pin
Mycroft Holmes11-Dec-08 20:16
professionalMycroft Holmes11-Dec-08 20:16 
GeneralRe: Response file in C# Pin
TJS4u11-Dec-08 20:19
TJS4u11-Dec-08 20:19 
GeneralRe: Response file in C# Pin
Mycroft Holmes11-Dec-08 20:34
professionalMycroft Holmes11-Dec-08 20:34 
GeneralRe: Response file in C# Pin
TJS4u12-Dec-08 0:00
TJS4u12-Dec-08 0:00 
GeneralRe: Response file in C# Pin
Thomas Weller11-Dec-08 21:49
Thomas Weller11-Dec-08 21:49 
GeneralRe: Response file in C# Pin
Dave Kreskowiak11-Dec-08 21:33
mveDave Kreskowiak11-Dec-08 21:33 
Questionhow i find all Control's ID and TEXT ? Pin
Ravi Munde11-Dec-08 19:20
Ravi Munde11-Dec-08 19:20 
AnswerRe: how i find all Control's ID and TEXT ? Pin
Brij11-Dec-08 19:38
mentorBrij11-Dec-08 19:38 
GeneralRe: how i find all Control's ID and TEXT ? Pin
Ravi Munde11-Dec-08 19:47
Ravi Munde11-Dec-08 19:47 

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.