After my Build, a file gets generated "a.txt". I want to open "a.txt" as a
Post-Build Event on Visual.NET window (like doing a File>Open>File). I know
I can launch wordpad or notepad as a Post-Build Event, but I want it opened
within Visual.NET.
Anyone have any ideas?
Onega - 24 Oct 2003 05:37 GMT
http://msdn.microsoft.com/vstudio/downloads/samples/automation.aspx
PrePostBuildRules Add-In
This add-in has been written in both Microsoft Visual C#? .NET and Microsoft
Visual Basic? .NET. It provides pre- and post-build rules at the solution
and project levels for projects that implement the common Visual Studio
automation model.
> After my Build, a file gets generated "a.txt". I want to open "a.txt" as a
> Post-Build Event on Visual.NET window (like doing a File>Open>File). I know
> I can launch wordpad or notepad as a Post-Build Event, but I want it opened
> within Visual.NET.
>
> Anyone have any ideas?