G
Guest
I have a windows forms project that uses multiple tabs. On the first tab I
have a rich text box that I'd like to be able to post text results from
various operational threads - such as "Starting task such-n-such..." and
'completed task." or Debugging info from other threads which may time-out
connecting to a database etc.
Most of the example code I've found only uses console.writeline() -- and for
some reason, the post-back delegate approach makes the strings print twice,
and it still causes a cross-threading warning in the IDE.
So, for those of you who have probably done this a dozen times - can you
help me please? I'd like to be able to use ThreadPool and dedicated threads.
Environment: Visual Studio 2005 Enterprise Architect 2005
have a rich text box that I'd like to be able to post text results from
various operational threads - such as "Starting task such-n-such..." and
'completed task." or Debugging info from other threads which may time-out
connecting to a database etc.
Most of the example code I've found only uses console.writeline() -- and for
some reason, the post-back delegate approach makes the strings print twice,
and it still causes a cross-threading warning in the IDE.
So, for those of you who have probably done this a dozen times - can you
help me please? I'd like to be able to use ThreadPool and dedicated threads.
Environment: Visual Studio 2005 Enterprise Architect 2005