• 您的位置我爱Aspx >> VB.Net >> 一个驱动webcam的类,利用通用的摄像头驱动程序avicap32.dll [vb.net]
  • 一个驱动webcam的类,利用通用的摄像头驱动程序avicap32.dll [vb.net]

  • 作者:aspxer  来源:internet  日期:2007-5-20 13:52:32  关键字:.net,web
  • 一个驱动webcam的类,利用通用的摄像头驱动程序avicap32.dll [vb.net]

    p;

    @#-------------------------------------------------

    @#--------Code By -------------

    @#-------------------------------------------------

    Imports System.Runtime.InteropServices

    Public Class Form1

    Inherits System.Windows.Forms.Form

    #Region " Windows Form Designer generated code "

    Public Sub New()

    MyBase.New()

    @#This call is required by the Windows Form Designer.

    InitializeComponent()

    @#Add any initialization after the InitializeComponent() call

    End Sub

    @#Form overrides dispose to clean up the component list.

    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

    If disposing Then

    If Not (components Is Nothing) Then

    components.Dispose()

    End If

    End If

    MyBase.Dispose(disposing)

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:在vb中实现超连接的方法!和直接发邮件!
    下一篇:如何实现VB和VC的联合调试