Hey everyone,
I'm working on a project that calls a console window to process some data based on passed in arguments. What I would like to know is how I can check to see if the user clicked on the red X within the console app. Is there an event I need to handle? Any advice would be greatly appreciated. This is being done using the .NET framework 3.5 using VS2005. Thanks.