|
|
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)
|
|
|
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.
|
|
|
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)
|
|
|
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)
|