Redian新闻
>
请问可能从command line invoke复杂的Windows Form Application吗?
avatar
请问可能从command line invoke复杂的Windows Form Application吗?# DotNet - 窗口里的风景
k*n
1
已经写好一个Windows Form Application,程序通过GUI让用户设定一些参数,然后执
行。现在需要实现定时自动执行这个程序的功能。需要的参数会事先设定好。
我在考虑写个简单的scheduler Windows Service,来定时查看是否该执行程序。因为
不想重写已有的功能,所以希望如果可能,直接把事先设好多参数,通过command line
pass给这个GUI程序,请问可能这样作吗?
avatar
b*u
2
yes, you can do that. just make sure your form respect the argument from
command line.
using following line to get list of command like arguments.
System.Environment.GetCommandLineArgs();
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。