Total Members: 48

Who's online

There are currently 1 user and 0 guests online.

Simple Thread in Windows using vb.NET

A thread in computer science is short for a thread of execution . Threads are a way for a program to fork (or split) itself into two or more simultaneously (or pseudo-simultaneously) running tasks . Threads and processes differ from one operating system to another but, in general, a thread is contained inside a process and different threads of the same process share some resources while different processes do not.

The attached file is a simple operation about threading in windows. Written in vb.NET. If you have any question, please feel free to ask!

---------------------------------------------------------------------------------------