C# Application Structure (Threading???)

  • Thread starter Thread starter lltaylor
  • Start date Start date
L

lltaylor

Hello All,

I have a coding structure question.

I my attempt to get upto speed with creating C# applications.
I taken one of our excel sheets and written it as a C# app.

It is a mortgage calc type program and performs numerous calculations
based on user input, I am experiencing a minor performance issue with
the calculations tho.
A user selects and interest rate from a picklist, the program then
goes off and does serveral calculations (some from lookups).

My problem is that there is a 1.5 second time lag, from selecting the
value,
to displaying the results. Is there a way I can elimate this to make
it much smoother??????

Any help with matter would much appreciated,

Many thanks in advance.

Regards

Lloyd
 
Back
Top