M
Michael D. Ober
In a dotNet 2.0 Windows Forms application, you need to explicitly allocate
the console before any of the Console class methods will work. Otherwise,
they throw exceptions.
If you'd like, I'll post my Console helper class, which has an option to
hide the form that calls it.
Mike.
the console before any of the Console class methods will work. Otherwise,
they throw exceptions.
If you'd like, I'll post my Console helper class, which has an option to
hide the form that calls it.
Mike.