Visual Basic 6 Quick Start


Visual Basic 6 quick start guide
================================

PLACING A NEW TVIDEOGRABBER ON A FORM
-------------------------------------

- create a "Stardard EXE" VB application (or re-open an existing application)
- right-click on the Toolbox
- click "Components"
- browse the "Controls" list, locate the "vidgrab_VB6 library", and check the checkbox on the left
- click "OK"
- now you should see the TVideoGrabber component in the toolbox
- simply drag and drop the TVideoGrabber component on the form


INVOKING THE TVIDEOGRABBER COMPONENT
------------------------------------

- place a button on the form
- double-click on the button
- put the following code, e.g.:

Private Sub Command1_Click()
VideoGrabberVB61.StartPreview
End Sub

Wyszukiwarka

Podobne podstrony:
Visual Basic Net Szybki start
Visual C 6 Quick Start
Visual Basic 2005 Zapiski programisty
Programowanie Obiektowe W Visual Basic Net Dla Ka dego
Quick Start LotR War of the Ring
Quick Start
True20 Quick Start Rules
Red Hat Storage 2 0 Quick Start Guide en US
Visual Basic 2005 Express Edition
Visual Basic w programie Excel funkcje definiowane, składnia języka
02 Wprowadzenie do Visual Basic cwiczenia przygotowujace

więcej podobnych podstron