Total Members: 48
Simple Thread in Windows using vb.NET
Submitted by alaad on Sat, 03/22/2008 - 14:24
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!
---------------------------------------------------------------------------------------
- alaad's blog
- Login or register to post comments
- 200 reads