C++/cli multithreading

Hey i'm kind of new to programming in managed c++ and am having trouble creating threads and starting them.

What i'm attempting to do is to create a worker thread which will use the System.Threading.Timer to move a projectile every millisecond or so based on a variable passed in from the UI thread.
I've attempted this with System.Timer.Timer but this didn't work so i decided the threading timer was the best option but i don't really know much about them and how to code it.

Any help would be greatly appreciated.

i'm using windows forms and c++ classes to do all of this (don't know if thats important) not using win32 api
Last edited on
Topic archived. No new replies allowed.