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
 
Description Language Level/Author Views/Date submitted User Rating
  Create Outlook Appointment VB6 Beginner/
Richard Leitao
1159 since
29, December 2004
n/a
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)
 
  Type Of File VB6 Beginner/
Richard Leitao
606 since
11, November 2004
n/a
Sometimes when you download a file it has no file type extension. So what do you do, open it in notepad? Even when it's a 250mb file?
This program will check the first few bytes of a file, to ...(description truncated) (ScreenShot)
 
  T68 classes VB6 Advanced/
Richard Leitao
1724 since
11, November 2004
n/a
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 p...(description truncated) (ScreenShot)
 
  SSC servo Controller VB6 Beginner/
Richard Leitao
627 since
11, November 2004
n/a
A program I used to test out my servo motors with an SSC servo controller (http://www.seetron.com/ssc.htm)
Eight servos can be controlled, by choosing a servo number in the top left you can the...(description truncated) (ScreenShot)
 
  Send string to serial VB6 Beginner/
Richard Leitao
1677 since
11, November 2004
n/a
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 C...(description truncated) (ScreenShot)
 
  Screen saver Bounce VB6 Advanced/
Richard Leitao
510 since
11, November 2004
n/a
A Screen saver I made when I was bored at work.
It demonstrates the basics of creating a screen saver. The program starts in the sub Main of modMain module. From here it can pick up the switches...(description truncated) (ScreenShot)
 
  Fake Large File Creator VB6 Beginner/
Richard Leitao
549 since
11, November 2004
n/a
This program creates seemingly large files. What it does is create one real file of say 600mb and then lots of other files that basically link to it. The result is that even though the first file take...(description truncated) (ScreenShot)
 
  Auto Arrange your Desktop Icons VB6 Beginner/
Richard Leitao
564 since
11, November 2004
n/a
This is a simple example of how to Left arrange the icons on your desktop. Aligning them all to the left hand side. (ScreenShot)
 
  Auto run Divx Files VB6 Beginner/
Richard Leitao
461 since
11, November 2004
n/a
This old project was created to automatically play an AVI file on a CD.