Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form inheritance theory. Pin
J. Dunlap18-Aug-03 9:00
J. Dunlap18-Aug-03 9:00 
GeneralRe: Form inheritance theory. Pin
leppie18-Aug-03 12:23
leppie18-Aug-03 12:23 
GeneralOpening office documents Pin
Radoslav Bielik18-Aug-03 6:13
Radoslav Bielik18-Aug-03 6:13 
GeneralRe: Opening office documents Pin
Ista18-Aug-03 16:03
Ista18-Aug-03 16:03 
GeneralRe: Opening office documents Pin
Radoslav Bielik18-Aug-03 21:08
Radoslav Bielik18-Aug-03 21:08 
GeneralI cant debug my class, what gives Pin
Ista18-Aug-03 6:01
Ista18-Aug-03 6:01 
GeneralRe: I cant debug my class, what gives Pin
Ista18-Aug-03 16:04
Ista18-Aug-03 16:04 
QuestionGet the current thread ID in c#? Pin
Bog18-Aug-03 5:58
Bog18-Aug-03 5:58 
Hello, I have a c# assembly that gets called by unmanaged code (it gets called by Internet Explorer, like a plugin).

What I want to know is, how do I get the thread ID of the current thread? If I use System.Threading.Thread.CurrentThread, I can only get the name. As I understand it, C# threads are not the same thing as old win32 threads. But since my C# assembly is being called by unmanaged code, it is definately running on one of those win32 threads, how do I get the thread ID?

thank you



"Outside of a dog, a book is Man’s best friend. And inside of a dog, it’s too dark to read."
-Groucho Marx

AnswerRe: Get the current thread ID in c#? Pin
Red Rover18-Aug-03 6:57
Red Rover18-Aug-03 6:57 
AnswerRe: Get the current thread ID in c#? Pin
Ista18-Aug-03 16:10
Ista18-Aug-03 16:10 
AnswerRe: Get the current thread ID in c#? Pin
Ista18-Aug-03 16:14
Ista18-Aug-03 16:14 
GeneralPass-by-Reference Late Binding using Reflection Pin
Red Rover18-Aug-03 5:58
Red Rover18-Aug-03 5:58 
GeneralRe: Pass-by-Reference Late Binding using Reflection Pin
shaunAustin21-Aug-03 2:13
shaunAustin21-Aug-03 2:13 
GeneralVisio-like drawing component/framework Pin
smeese18-Aug-03 5:33
smeese18-Aug-03 5:33 
GeneralRe: Visio-like drawing component/framework Pin
Ista18-Aug-03 5:56
Ista18-Aug-03 5:56 
GeneralRe: Visio-like drawing component/framework Pin
Patrick Lassalle18-Aug-03 21:38
Patrick Lassalle18-Aug-03 21:38 
GeneralDijkstra algorithm Pin
jphuphilly18-Aug-03 2:45
jphuphilly18-Aug-03 2:45 
GeneralRe: Dijkstra algorithm Pin
leppie18-Aug-03 7:27
leppie18-Aug-03 7:27 
GeneralRe: Dijkstra algorithm Pin
jphuphilly18-Aug-03 8:02
jphuphilly18-Aug-03 8:02 
GeneralRe: Dijkstra algorithm Pin
leppie18-Aug-03 8:24
leppie18-Aug-03 8:24 
GeneralRe: Dijkstra algorithm Pin
devvvy18-Aug-03 15:12
devvvy18-Aug-03 15:12 
GeneralRe: Dijkstra algorithm Pin
J. Dunlap18-Aug-03 15:20
J. Dunlap18-Aug-03 15:20 
GeneralRe: Dijkstra algorithm Pin
Julian Bucknall [MSFT]18-Aug-03 12:55
Julian Bucknall [MSFT]18-Aug-03 12:55 
GeneralRe: Dijkstra algorithm Pin
jphuphilly19-Aug-03 2:27
jphuphilly19-Aug-03 2:27 
GeneralRe: Dijkstra algorithm Pin
Julian Bucknall [MSFT]19-Aug-03 6:56
Julian Bucknall [MSFT]19-Aug-03 6:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.