English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

If you are using VS2005, you can use Background Worker component which wraps another thead; or you can use anonymous delegates to define the thread code directly as a parameter in the ThreadStart constructor.

As either you use C# or Java you are bound to have a class to begin with anyway you can define your thread code as a static function of that thread (just like static void main (...)) and make that function the thread code.

Loren Soth

2006-09-12 05:45:00 · answer #1 · answered by Lord Soth 3 · 0 0

use raw API functions and objects

2006-09-12 10:48:45 · answer #2 · answered by Ugi 2 · 0 0

lauch more instances of that particular program :)

2006-09-12 10:41:17 · answer #3 · answered by Anonymous · 0 0

u dont use class

u just use namespace

system.threading

2006-09-12 10:52:27 · answer #4 · answered by ibrahim ersoy 2 · 0 0

vcngfffjmvchngcg

2006-09-12 20:01:34 · answer #5 · answered by Anubhav A 2 · 0 0

fedest.com, questions and answers