本文介绍了在c#中从第二个实例向第一个实例添加项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的所有人!
我有一个带有列表框的Windows表单应用程序。此列表框中的第一项是参数(例如:application.exe c:\test.pdf)。现在我想添加更多项目,当我用Argument打开我的应用程序的下一个实例时。如果项目已添加到列表框中,则第二个实例必须为关闭。你能发帖,我怎样才能在c#中实现它?任何人都可以帮助解决一个片段吗?
非常感谢!
Greetz
HHubi2
Dear All!
I have a Windows form application with a listbox. The first item in this listbox comes in an Argument (Example: "application.exe c:\test.pdf"). Now i would like to add further items, when i open up next instance of my application with Argument. And the second instance have to be Close, if the item was added to the listbox. Can you post, how i can realize it in c#? Can anybody help with a snippet?
Thanks so much!
Greetz
HHubi2
推荐答案
这篇关于在c#中从第二个实例向第一个实例添加项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!