Write about your journey to work, or read others at:
Journey to Work logo

VBSide sourcecode archive

Search :  

Home Top 5   Contact Us
Categories
» Windows Operations
» Forms
» Graphics
» String Manipulation
» Database
» API Calls
» Games
» Registry
 
Top 5
»  Most Viewed
»  Most Downloaded
»  Recent Submissions
 
Counter
pages viewed today
 

The 5 most visisted code pages are shown in the following table:

Position Title Page Views

1.

  Simple Video Capture 2521
  This is a simple example of video Capture using the avicap32.dll and the SendMessage functions.
All the core code is stored in a module for ease of use.
 

2.

  T68 classes 1629
  A collection of a few of the functions you can perform with bluetooth and a Sony Ericsson T68 phone.
Enable bluetooth on your phone, then connect the program to the bluetooth comm port on your pc (your pc needs to be able to handle bluetooth, either with a dongle or built in). Once connected, try pressing some of the buttons in the program and see what happens on the phone. One of them creates a main menu under the Accessories menu.
 

3.

  Send string to serial 1586
  This example uses the MSComm object to send data to the serial port. You can set which port as well as modify the baud rate, parity, etc. After you've typed the text you can choose whether to send a Carriage Return and/or a Line Feed after it. There should be sufficient comments in there to make it of beginner standard
 

4.

  XMLTV reader 1495
  This is a simple code example to read XML TV data into a VB.Net collection. To find out what XMLTV is look here: http://membled.com/work/apps/xmltv/
This code demonstrates how to use collections to hold classes. Also demonstrated is how to use the fiddly DOM to handle XML, extract data and loop through the nodes.
 

5.

  Simple Mouse Move 1363
  A simple example of how to move the mouse to the centre of the screen.

Place a command button on the form and copy the code into your form.