Category Archives: Visual Basic 6 (VB6)

Video Rental System

This is a program that uses the ADODB connections to link to an Access database. All connections are created/opened at runtime. Security,passwords,usernames are in Database. Users are in two user groups. Uses SQL statements such as INsert, SElect etc. Links to website uses MDI form and Child Forms. Toolbar with Image list. Status bar that displays a random… Read More »

Update DB

A simple project to update a Access DB or a SQL DB or to fill with tables/querys a empty DB, you should put in the code your table, query etc… like the example in the project. Enjoy it! Attachments File Uploaded Size 1025-20190911-030824-UPDATEDB.zip 9/11/2019 3:08:24 AM 5598

SQL Backup and Restore

This project contains code for back and restore sql databases using SQL dmo library Attachments File Uploaded Size 1026-20190911-030953-SQLBackup.zip 9/11/2019 3:09:53 AM 11062

Validate E-Mail Address format

Validate E-mail address format (ie: xxx@yyy.com), not whether the account is valid.  Usage examples in mdlMain. Attachments File Uploaded Size 1022-20190910-063617-CEmail_1_0_0.zip 9/10/2019 6:36:17 AM 4766

Master/Detail Form

A powerful grid which was abandoned by the original author (Richard Mewett). As said by Morgan Haueisen “this grid is too good to let die”. Now I want to support this grid as most of my application is using this for my master/detail and or parent/child form. This grid can support also any control which in my case… Read More »

Send Mail with VB6

It’s a simple mail transfer using winsock control. Attachments File Uploaded Size 999-20190910-063405-send_mail_code_1_0_0.zip 9/10/2019 6:34:05 AM 2888

VBMailer

A step by step mini-application to send e-mails using Outlook and VB6.0. Attachments File Uploaded Size 986-20190910-063218-VBMailer_0.zip 9/10/2019 6:32:18 AM 3440

Simple TCP client

A small and simple code to connect two computers using the TCP protocol with winsock control. I’ve added some comments in the code, so any1 should be able to understand easily… Read the ReadMe.txt file for usage instructions Attachments File Uploaded Size 968-20190909-160712-TCP.zip 9/9/2019 4:07:12 PM 3643

SetGateway

Change the Default Gateway of machine without reboot using IP Helper API functions. Attachments File Uploaded Size 1021-20190909-160950-GetIpForwardTable.zip 9/9/2019 4:09:50 PM 2260

UDP Simple Messenger

UDP Simple Messenger uses UDP to send messages in broadcast to all other computers in the network running it. you will be able to send messages to other people in your private network. Attachments File Uploaded Size 968-20190909-160545-UDPSimpleMessenger.zip 9/9/2019 4:05:45 PM 2147