If you want to create a new thread in your process in C#, you can use Thread.Start . But things are a little harder if you want to create a thread in another process, ala kernel32!CreateRemoteThread . Disclaimer : CreateRemoteThread is evil...
blogs.msdn.com/jmstall/archive/2006/09/28/managed-create
-remote-thread.aspx
-
Get Site Info