Slow Performance

G

Guest

I have a performance issue that only shows on a few peoples PC's.
I have 20 people all using the same windows app that I wrote.
On 5 of the 20 the performance is extremely bad.

On my PC it takes no time at all to display a System.Windows.Forms.DataGrid.
On the 5 that have the performance problem it takes 30 seconds to display the grid.

I am not sure if is just the grid or if it some general framework issue.

I debugged it on one of the bad machines and found that
when I call DataGrid.TableStyles.Add (myGridSyle) is where the slow performace is.

How could this be so different on different machines?
All have framework 1.1.4322.

Chris
 
G

Guest

OS - Windows 2000 SP
HW - Dell 530/650 Dual processor P4 - 2.2 - 2.8 MHz
SW - Office 2000 and 2002

We can't make heads or talls of what the bad machines have that the goods ones don't
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top