Pent:
It primarily occurs (I think) in the UI thread when I go to update a
RichTextBox. I need to update this, line by line, very very quickly and
very often. I am currently using it's AppendText() method. It seems to go
very slow when it has to scroll after and AppendText() call. What is
strange though is if I stop updating it and then using the scrollbar, I can
scroll through the text at lightning speed. So I am not sure why any of
this happens, but it is frustrating nonetheless. Got any ideas? I would
even go with another visual component if I thought it would work better.
-TGF
"Pent" <pent> wrote in message news:ey**************@tk2msftngp13.phx.gbl...
It is feasible. This can't be answered without looking at the bottlenecks
that you are encountering.
"TGF" <tf***@engr.uconn.edu[remove brackets]> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl... I am wondering if it is feasible to use .NET for applications that have
to be very fast. We have a few applications that are blazingly fast,
written in Borland C++ using Borland C++ Builder. We would like to port over to
.NET, but some of the test models we have developed are MUCH, MUCH
slower than it's Borland counterpart. Is this due to the .NET Framework and
the JIT? Or is it something we should be looking for in the project
settings and/or compiler settings? The performance decrease is about two-fold.
--
TGF