Hi All

ok i have a class which suspends the thread, and in another class it resumes the thread this makes my application loop.
Works fine when running in VS dev enviroment

but as soon as i release the application the thread does not resume....

Any Ideas