B
Brett
In form_load(), I do this
Thread.CurrentThread.Name = "MainThread"
However, in the debugger thread window, I see:
<No Name> appname.Classname.Form1_load Normal 0
Why does it still have <No Name>? Which name is that?
Thanks,
Brett
Thread.CurrentThread.Name = "MainThread"
However, in the debugger thread window, I see:
<No Name> appname.Classname.Form1_load Normal 0
Why does it still have <No Name>? Which name is that?
Thanks,
Brett