Matrix Fall 3D, a matrix screensaver in 3D

Check out this unique Matrix Screensaver in 3D using the authentic fonts and original effects from the Matrix movie. Add and show custom texts in the Matrix Style. Enter the Matrix world in 3D ! It uses the Direct3D APIs and Visual Basic 6. Many effects. Fully configurable. Source code included. This screensaver is my version of the… Read More »

popupmenu

Cute Popupmenu for ur application. created by CREATEWINDOEX function and Subclassing window …more.befor using this code u have to register Agmsubclassing.dll. the dll file also included in this Zip file. plse report me if any bugs. Attachments File Uploaded Size 1012-20190908-101515-popupmenu.zip 9/8/2019 10:15:15 AM 23783

Simple Cryptography

Easy way to cript a text using an input seed to generate the crypted file. Attachments File Uploaded Size 1010-20190907-062604-cryptography.zip 9/7/2019 6:26:04 AM 27791

How to print directly to the printer port

This is Visual Basic Program can be used to print directly to the printer port. It is very fast! Most Probably can be used Super Markets for customer satisfcation. They don’t have to wait for the their bills. Attachments File Uploaded Size 1009-20190907-062403-fasterprinting.txt 9/7/2019 6:24:03 AM 1795

Create a trasparent background of BMPs

A small sample project, showing how to manage BMPs background color, setting it the same of the form color to simulate a transparent effect. BMPs are previously prepared, all with the same background color, then stored into an array to speed up their show. The final result is a flowing effect of BMPs. Attachments File Uploaded Size 1008-20190907-062154-FlashingBitmaps.zip… Read More »

Medical Prescription Printing

This is simply modification of printing of notepad converted into prescription pad, for medical persons. Use of printeed presciption without seal & sign. is unlegal. You can add your name & name of patient. & use it to inrsase interest in compter. Attachments File Uploaded Size 993-20190907-061244-upoad.zip 9/7/2019 6:12:44 AM 3739

GPS Monitor

This program shows how to connect to a GPS receiver (wired or bluetooth via SPP outgoing connection) and decode GSV, GSA and GGA sentences of NMEA protocol, display position coordinates and satellite informations such as signal strength, satellite ID and satellites used for fix. Attachments File Uploaded Size 968-20190906-075532-GPSMonitor.zip 9/6/2019 7:55:32 AM 3594

File Read-Write Class

It’s a simple VB Class that can be used to write to or read from a sequential file. You can create a new file, or can add text to an existing file using the WriteToFile method. the WriteMode Property determines whether to add or create a new file. The ReadFromFile method returns the text of the file, also… Read More »