Is there a simple way to have a code library automatically detect if it\'s being called from a console application or a windows application? I\'d like my library not to rep
Just discovered that "Console.Title" will be a blank string in a windows application and it will be automatically set in a console application.
Still a hack though.