to run an exe file in the panel of c#.net application

后端 未结 4 688
情歌与酒
情歌与酒 2020-12-20 07:59
  1. I want to run an exe file on my winform .net application within the panel using c# code
  2. I\'m able to run exe file on the button click with System.Diagno
4条回答
  •  爱一瞬间的悲伤
    2020-12-20 08:46

    What are you trying to do? you know that if its your own programs you want to run in the panel you could write some basic plugin code and get a control from a assembly with reflection..

提交回复
热议问题