Hi Victor,
I even don't know, what a Pre- or Post build event code is. Can you please
explain me in a few words, what this means?
Thank you very much,
Christian
> Do you have Pre- or Post build event code? The black screen sounds like a
> batch file executing...
[quoted text clipped - 8 lines]
> > Regards,
> > Christian
VictorV - 29 Oct 2004 11:20 GMT
PostBuild code is a BATCH script that VS executes when the project has been
compiled succesfully. Typically, you'd want to copy the assembly to another
directory for example.
You can edit this script in the Projects properties, group "Common
Properties" | Build Events and check out the MSDN library for Build Events.
Victor
> Hi Victor,
>
[quoted text clipped - 17 lines]
> > > Regards,
> > > Christian