Category Archives: Microsoft

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

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

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

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 »

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

Archiver 6.0

Demonstrates How to Create File Associations in VB, also shows the concept of Archiving multiple files together. Any Comments or Questions can be emailed to me at tjslater2006@hotmail.com Attachments File Uploaded Size 1005-20190906-074804-Archiver6.zip 9/6/2019 7:48:04 AM 148250

Read and Write

This is well commented code on how to Read and Write to text file. It is aimed at beginners. Attachments File Uploaded Size 1003-20190906-074506-ReadNWrite.zip 9/6/2019 7:45:06 AM 48145

Code Browser

This is a VB Add-In DLL file (zipped) I came across that uses the VB IDE to display a treeview of your code Subs. Makes it easy to view your Sub structure and navigate to those procedures. Also demonstrates a danger, one that we come across all the time but still should be aware – EXE’s and DLLs… Read More »