Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
GeneralRe: multithreading is the problem again. Pin
Alexander Wiseman17-Jul-06 15:53
Alexander Wiseman17-Jul-06 15:53 
GeneralRe: multithreading is the problem again. Pin
Mystic_19-Jul-06 12:39
Mystic_19-Jul-06 12:39 
GeneralRe: multithreading is the problem again. Pin
Alexander Wiseman19-Jul-06 12:48
Alexander Wiseman19-Jul-06 12:48 
GeneralRe: multithreading is the problem again. Pin
Mystic_20-Jul-06 3:25
Mystic_20-Jul-06 3:25 
AnswerRe: multithreading is the problem again. Pin
Alexander Wiseman20-Jul-06 4:44
Alexander Wiseman20-Jul-06 4:44 
Generalhere is the response of Trace Pin
Mystic_20-Jul-06 13:53
Mystic_20-Jul-06 13:53 
Generalexplanation Pin
Mystic_20-Jul-06 13:55
Mystic_20-Jul-06 13:55 
GeneralRe: explanation Pin
Alexander Wiseman20-Jul-06 14:30
Alexander Wiseman20-Jul-06 14:30 
Did you put a trace command after the new Thread(new ThreadStart(...)) line in the main code? If not, try that first. If so, did it get output? That is an important point because it will determine whether your main application is getting stuck on the creation of the thread, or on a subsequent call.

Sincerely,
Alexander Wiseman
GeneralRe: explanation Pin
Mystic_20-Jul-06 22:16
Mystic_20-Jul-06 22:16 
GeneralRe: explanation Pin
Alexander Wiseman21-Jul-06 4:48
Alexander Wiseman21-Jul-06 4:48 
GeneralRe: explanation Pin
Mystic_21-Jul-06 13:21
Mystic_21-Jul-06 13:21 
Questiontreeview question Pin
_tasleem17-Jul-06 2:20
_tasleem17-Jul-06 2:20 
AnswerYes you can Pin
Ennis Ray Lynch, Jr.17-Jul-06 3:35
Ennis Ray Lynch, Jr.17-Jul-06 3:35 
GeneralRe: Yes you can Pin
_tasleem17-Jul-06 20:41
_tasleem17-Jul-06 20:41 
AnswerRe: treeview question Pin
Josh Smith17-Jul-06 4:17
Josh Smith17-Jul-06 4:17 
QuestionEnable InvalidOperationException for thread-crossing calls in .NET 1.1? Pin
mav.northwind17-Jul-06 2:06
mav.northwind17-Jul-06 2:06 
QuestionDataGridView problem when columns amount varies. Help, please! Pin
HilSoft17-Jul-06 1:59
HilSoft17-Jul-06 1:59 
AnswerRe: DataGridView problem when columns amount varies. Help, please! Pin
Mr. VB.NET18-Jul-06 1:03
Mr. VB.NET18-Jul-06 1:03 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft18-Jul-06 1:34
HilSoft18-Jul-06 1:34 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
Mr. VB.NET18-Jul-06 1:39
Mr. VB.NET18-Jul-06 1:39 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft18-Jul-06 2:16
HilSoft18-Jul-06 2:16 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
Mr. VB.NET18-Jul-06 2:42
Mr. VB.NET18-Jul-06 2:42 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft18-Jul-06 9:01
HilSoft18-Jul-06 9:01 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft20-Jul-06 1:07
HilSoft20-Jul-06 1:07 
QuestionWait Cursor with Timer? Pin
redfish3417-Jul-06 1:55
redfish3417-Jul-06 1:55 

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.