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 »

Add Balloon Shape Tooltips to Controls

This is a sample project to show how to add Ballon shape tips to controls and objects on your forms as long as they have the .hWnd property. Attachments File Uploaded Size 989-20190904-101639-ToolTip_1_0_0.zip 9/4/2019 10:16:39 AM 7804

Loading From A Resource DLL

This code mainly contains a class which will help you load a BMP,CURSOR,ICON, or play a WAVE from a Resource DLL. A resource DLL, by the way, is an ActiveX dll which contains nothing but these resources ! And this code will help you use that dll in any of your projects ! Attachments File Uploaded Size 988-20190904-101343-load_from_resourceDLL_1_0.zip… Read More »

Make talking VB application

This is a small demo application, which shows how to build talking applications through VB. This will be helpful for creating presentations or applications for visually impared users…(I guess so!) This application simply reads the lines you type…cool! Attachments File Uploaded Size 1001-20190904-063824-ForAndreaVBSite.zip 9/4/2019 6:38:24 AM 90715

Stop Running Screen Saver

Stop Current Running Screen Saver without having to move mouse or press a key Attachments File Uploaded Size 968-20190904-063620-stopscreensaver.txt 9/4/2019 6:36:20 AM 3004