If you're talking about limiting the usage of the CPU by your app, then globally no, it isn't possible. But, you can change the Priority[^] of any threads your app launches simply by giving it a new ThreadPriorty
value.
Dave Kreskowiak Microsoft MVP - Visual Basic