Uploaded videos
1-10 of 30-
Visual Basic How To: Fast Picture Rendering
robomatics
23 views
This shows you how to use pictures for finding / changing pixels quickly.
Code:
Too large to put into description, look for my comments, I'll break it apart.
-
Visual Basic How To: Mouse Control
robomatics
38 views
Easy way to control the mouse with Visual Basic
Code:
Public Class Form1
Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long)
'LEFTDOWN ...
-
Visual Basic How To: Indexing
robomatics
12 views
Quick video on how to use indexing and the for-to-next statement.
Code:
Public Class Form1
Dim comboz(10) As System.Windows.Forms.ComboBox
Private Sub Button1_Click(B...
-
Visual Basic How To: Conditional Statements
robomatics
14 views
This show you how If-Then-Else / Select-Case-Else / Try-Catch work.
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System...
-
Visual Basic How To: Bitmap Drawing
robomatics
45 views
This video shows a few different methods to draw to a bitmap image.
Code:
Public Class Form1
Dim BMP As New Drawing.Bitmap(640, 480)
Dim GFX As Graphics = Graphics.FromIma...
-
Visual Basic How To: Webcam Capture
robomatics
130 views
Here is how to make a program to capture video from webcam.
Code:
Public Class Form1
'Webcam
Public Touchless As New TouchlessLib.TouchlessMgr
Public Camera1 As To...
-
Visual Basic How To: Simple Screen Capture
robomatics
23 views
Here is a tutorial video showing how to do some fun screen capturing.
Code:
Public Class Form1
Dim BMP As New Drawing.Bitmap(640, 480)
Dim GFX As System.Drawing.Graphics ...
-
Visual Basic How To: First Program
robomatics
12 views
Here is a very quick video demo of a first program. Press a button, get text.
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
-
Laser Marking
robomatics
34 views
This is a Telesis laser marking an engine head. Its a FQ20 type laser. The small video to the right is the same proccess watched from behind a #10 welding lens. The video w...
-
QB2 Brain, Full Assembly
robomatics
29 views
This is the full assembly of the QB2 Brain, it has 20 node boards, 192 cell boards, 1152 LEDs. 23 amps at 5V, and about 15000 solder connections. Took about 2 months to mak...
Advertisement










Play all(8)