C#:如何打开配置Pin对话框?

编程入门 行业动态 更新时间:2024-10-11 07:35:45
本文介绍了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对话框?

本文发布于:2023-05-25 14:15:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/308183.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:对话框   Pin

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!