what i want now is that whatever build process that is logged in the log file needs to be shown in the text box on the fly when the building is in process.(ie the text box should behave like the console window)
(when we build using the MSVisual Studio command prompt then on the console build messages are shown)
Sandeep_1111
Member
2 Points
11 Posts
MsBuild OutPut to the TextBox on the fly in Windows Application
Oct 12, 2010 11:27 AM|LINK
Hi all,
i have a application which takes the .csproj file and builds it using the Msbuild Engine that .NET provides.
http://msdn.microsoft.com/en-us/library/microsoft.build.buildengine.engine.buildprojectfile.aspx
have the code from here.
what i want now is that whatever build process that is logged in the log file needs to be shown in the text box on the fly when the building is in process.(ie the text box should behave like the console window)
(when we build using the MSVisual Studio command prompt then on the console build messages are shown)
can some one help or throw some info on this
Thanks & Regards
Sandeep
Sandeep