Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
work in background
#1
is it possible using qm function work looping in background (Back Ground Working).?
#2
what is the work
what is background
#3
Like Multi Thread.
1st Thread -I will use the function looping to retrieve continues data on net.
2nd Thread - do something with condition.
etc..
#4
mac "BackgroundThread"

here BackgroundThread is your function that will work "in background".
You also can set lower priority at the beginning of the function:
Code:
Copy      Help
SetThreadPriority GetCurrentThread THREAD_PRIORITY_BELOW_NORMAL


Forum Jump:


Users browsing this thread: 1 Guest(s)