|
|
Color console class Patrik Löwendahl - cshrp.net team
Color console
This example class uses a bunch of API's in the kernel32.dll to configure the Console. It can change the colors of text written , console title and position of the cursor
It demonstrates some intermediate interop techniques to cast different unmanaged strings from and to managed strings, and also works with the IntPtr data type for pointing to and from structs between the two worlds.
The readme.txt describes supported functions and their use.
Give it to me!
|
|