一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

一个驱动webcam的类,利用通用的摄像头驱动程序avicap32.dll [vb.net]

时间:2008-01-12 编辑:简简单单 来源:一聚教程网

 
'-------------------------------------------------
'--------Code By Ken Tucker-------------
'-------------------------------------------------
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)
      End Sub
      'Required by the Windows Form Designer
      Private components As System.ComponentModel.IContainer
      'NOTE: The following procedure is required by the Windows Form Designer

热门栏目