Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need Help in Image Mapping Pin
Dewald12-Sep-08 2:52
Dewald12-Sep-08 2:52 
GeneralRe: Need Help in Image Mapping Pin
tdeepika14-Sep-08 20:27
tdeepika14-Sep-08 20:27 
QuestionCompile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 1:49
kontax12-Sep-08 1:49 
AnswerRe: Compile a project from code, or explanations about CodeDom... Pin
leppie12-Sep-08 2:05
leppie12-Sep-08 2:05 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 2:11
kontax12-Sep-08 2:11 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
leppie12-Sep-08 2:17
leppie12-Sep-08 2:17 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 2:27
kontax12-Sep-08 2:27 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
leppie12-Sep-08 2:31
leppie12-Sep-08 2:31 
kontax wrote:
1)Have you ever used it? A little little explanation of how it works is possible?


Yes. Just type in 'msbuild /?' to get all the options. There are MSDN docs too, Google for a few tutorials to get the hang of it. VS uses it internally.

kontax wrote:
2)What do you mean with "via code (hard) or just as a process (easy)."


via code: Reference the MSBuild assembly (not sure about the name now), and call the method via code.
via process: Process.Create("msbuild ...")

xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)

GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 2:33
kontax12-Sep-08 2:33 
AnswerRe: Compile a project from code, or explanations about CodeDom... Pin
Giorgi Dalakishvili12-Sep-08 2:43
mentorGiorgi Dalakishvili12-Sep-08 2:43 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 2:52
kontax12-Sep-08 2:52 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
Giorgi Dalakishvili12-Sep-08 3:10
mentorGiorgi Dalakishvili12-Sep-08 3:10 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 3:25
kontax12-Sep-08 3:25 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
Giorgi Dalakishvili12-Sep-08 3:37
mentorGiorgi Dalakishvili12-Sep-08 3:37 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
kontax12-Sep-08 3:47
kontax12-Sep-08 3:47 
GeneralRe: Compile a project from code, or explanations about CodeDom... Pin
Giorgi Dalakishvili12-Sep-08 3:53
mentorGiorgi Dalakishvili12-Sep-08 3:53 
QuestionCalculator Pin
Burim Rama12-Sep-08 1:26
Burim Rama12-Sep-08 1:26 
AnswerRe: Calculator Pin
stancrm12-Sep-08 1:31
stancrm12-Sep-08 1:31 
AnswerRe: Calculator Pin
blackjack215012-Sep-08 1:33
blackjack215012-Sep-08 1:33 
GeneralRe: Calculator Pin
Burim Rama12-Sep-08 1:37
Burim Rama12-Sep-08 1:37 
GeneralRe: Calculator Pin
blackjack215012-Sep-08 2:22
blackjack215012-Sep-08 2:22 
GeneralRe: Calculator Pin
Burim Rama12-Sep-08 2:32
Burim Rama12-Sep-08 2:32 
GeneralRe: Calculator Pin
leppie12-Sep-08 2:33
leppie12-Sep-08 2:33 
GeneralRe: Calculator Pin
Burim Rama12-Sep-08 2:40
Burim Rama12-Sep-08 2:40 
GeneralRe: Calculator Pin
leppie12-Sep-08 2:42
leppie12-Sep-08 2:42 

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.