Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 C# 的新手。
我编写命令行实用程序,仅显示 OSD(屏幕上的浮动文本)。最好的做法是什么?
什么项目更适合我:控制台应用程序或 Windows 窗体或其他......以及....如果控制台应用程序 - 如何隐藏控制台?
如果 windows 窗体 - 如何隐藏窗体(可能设置为透明,我不知道)
如果可能,请解释这些细微差别并提供建议...
我正在使用视觉 c# 2010
谢谢
好的,我用谷歌搜索了,找到了这个有用的主题:
启动时隐藏单一表单
http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/