请问我的电脑为什么安装好摄象头后打开是一片空白?

来源:百度知道 编辑:UC知道 时间:2024/05/22 00:23:18
摄象头安装好了,驱动也弄好了.设备管理器里显示我的摄象头设备运行正常,但是打开摄象头就是一片空白.我的摄象头没盖子...谢谢...我重新安装后依然是这样...不知道我中间哪一步环节出了问题,但是如果有问题设备管理器怎么会说我的摄象头运行正常呢?我的摄象头是通天下的 摄象头也不会有问题.以前我都在使用.....谢谢大家..help me!....
....大哥 我不会.简单不?简单的话教我下....

如果要装Framework,那说到底还不是ActiveX,只是一个ActiveX的代理而以.最终的实现还是其于Framework.
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;

namespace helloworld
{
/// <summary>
/// UserControl1 的摘要说明。
/// </summary>
public class Demo : System.Windows.Forms.UserControl
{
private System.Windows.Forms.Label label1;
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;

public Demo()
{
// 该调用是 Windows.Forms 窗体设计器所必需的。
InitializeComponent();

// TODO: 在 InitComponent 调用后添加任何初始化

}

/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if( components != null )
co