paperlined.org
dev
>
programming_languages
>
csharp
>
console_applications
document updated 15 years ago, on Mar 10, 2009
Tips when writing Console apps in C#:
The
Application
class initially doesn't seem available, but if you
add a reference to 'System.Windows.Forms'
, you can see it just fine.
Catching Windows Events in console apps mostly works, but takes
a slight bit of trickery
.