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 recent submissions are shown in the following table:

Position Title Date

1.

  Simple Video Capture 30, December 2004
  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.

  Create Outlook Appointment 29, December 2004
  This code demonstrates two ways to add an appointment to Outlook.
One way uses the Outlook type library added in as a reference.
The other way uses a standard vCalendar file and runs i...(description truncated)
 

3.

  Simple Mouse Move 9, December 2004
  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.
 

4.

  Magnify Menu 9, December 2004
  This is a menu system I have seen before and wondered how hard it was to do. This is only the basic code to show how it can be done.
The mouse moves over the items as the mouse gets closer to an ...(description truncated)
 

5.

  XMLTV reader 12, November 2004
  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 collection...(description truncated)