C#:如何打开配置Pin对话框? [英] C# : How to open configuration Pin Dialog?

查看:262
本文介绍了C#:如何打开配置Pin对话框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道运行哪个进程

 System.Diagnostics.Process.Start("", "");

打开此对话框。谢谢

此对话框来自MS Expression编码器的直播广播项目, Config pin所选设备的对话框。

that open this dialog. Thank you This dialog come from Live broadcasting project of MS Expression encoder, Config pin Dialog of selected device.

推荐答案

此对话框不是一个单独的可执行文件,您可以使用 System.Diagnostics.Process.Start 运行。这是捕获设备的配置对话框。您的捕获设备表示为DirectShow捕获设备。此设备是一个COM对象,它实现 ISpecifyPropertyPages ,这是您正在查看的特定屏幕来自哪里。 这里是一篇关于如何显示的MSDN文章DirectShow过滤器的属性页。

This dialog is not a separate executable that you can just run with System.Diagnostics.Process.Start. This is a configuration dialog for your capture device. Your capture device is represented as DirectShow capture device. This device is a COM object which implements the ISpecifyPropertyPages, which is where the specific screen you are looking at comes from. Here is an MSDN article on how to display a DirectShow filter's property page.

这篇关于C#:如何打开配置Pin对话框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆