Search code examples
c#nativewindow

Commandline utility, which show OSD


I'm newbe in c#.

I coding command line utility, which show OSD (floating text on the screen) only. What the best practice for that ?

What project better use for me: console application or windows form or other.... And.... if console application - how hide console ?

If windows form - how hide form (maybe set transparent , I don't know)

Please explain this nuances and give advices if possible...

I'm using visual c# 2010

Thanks


Solution

  • Ok I googled , and find this helpful topics:

    Single Form Hide on Startup

    http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/