-2

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

ilw
  • 2,499
  • 5
  • 30
  • 54
  • Your questions essentially asks someone to give you the whole implementation which is too much of an ask when you can discover most of what you need in a simple google search. – Phil Wright Feb 11 '15 at 22:55
  • How about first writing some code and than asking *"I did this but have a problem at this"* ? – EZI Feb 11 '15 at 22:58

1 Answers1

0

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/

Community
  • 1
  • 1
ilw
  • 2,499
  • 5
  • 30
  • 54