perform multiple task
C#
2
Posts
2
Posters
0
Views
1
Watching
-
What is the easier way to write a program to run a method and while that methods is being performing to run another method. Is this possible to do?
Eddymvp wrote:
Is this possible to do?
Yes. See the Thread class and examples of Thread.Start(). Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith