README.md

December 4, 2022 ยท View on GitHub

Creating Thread in VB6 (A Thread Class)

Description

Create Threads in Visual Basic. It has a class called "Threads" which incorporates methods to create and manipulate a thread. It also includes a synchronization method (Semaphores) to coordinate your threads. Check it out, it comes with two examples.

  1. File System Monitor

The monitor is basically the same as I had uploded the last time but with a major enhancement. It also comes with a class so that you can create your monitor easily.

  1. File Encryption

This is a simple (By simple I mean simplest) file encryption example. It Xors a file byte by byte and saves to the disk. It is only meant to illustrate the Thread class and by no means an effective demonstration of File encryption (There are a lot more complex algorithms).

The code assumes you have fair understanding of MultiThreading and etcs. Also you must have at least created a thread with CreateThread API and crashed your IDE :-). (just joking)

More Info

Submitted On2011-05-11 14:41:12
ByPravesh Koirala
LevelAdvanced
User Rating5.0 (45 globes from 9 users)
CompatibilityVB 6.0
CategoryCoding Standards
WorldVisual Basic
Archive FileCreating_T2204105122011.zip