WinForm app speed issue

J

John

Hi

I have a multi-form winform database application. The client keeps
complaining that application runs too slow 50% of the time. The problem
seems to be in two areas;

a) app is slow maximising after a prolonged period of being minimised.

b) when user clicks on a toolbar to select one of the several already open
forms.

This seems to suggest that there is nothing wrong with application per se as
application works fine 50% and also maximising app or moving from one open
form to another open form does not do anything special code wise. Also as
other non .net apps run just fine on the same pcs, this can't be due to spec
of pcs. I have also ngen'd the app using command line 'ngen install
myapp.exe'.

I am therefore wondering what can be causing this slow response and would
appreciate any help in ironing out this speed issue.

Many Thanks

Regards
 
J

John

PS: I am using following Infragisitcs assemblies/controls in my app;

ngen install Infragistics2.Shared.v8.1.dll
ngen install Infragistics2.Win.AppStylistSupport.v8.1.dll
ngen install Infragistics2.Win.Misc.v8.1.dll
ngen install Infragistics2.Win.SupportDialogs.v8.1.dll
ngen install Infragistics2.Win.UltraWinCalcManager.v8.1.dll
ngen install Infragistics2.Win.UltraWinCalcManager.v8.1.FormulaBuilder.dll
ngen install Infragistics2.Win.UltraWinDataSource.v8.1.dll
ngen install Infragistics2.Win.UltraWinDock.v8.1.dll
ngen install Infragistics2.Win.UltraWinEditors.v8.1.dll
ngen install Infragistics2.Win.UltraWinExplorerBar.v8.1.dll
ngen install Infragistics2.Win.UltraWinGrid.v8.1.dll
ngen install Infragistics2.Win.UltraWinListView.v8.1.dll
ngen install Infragistics2.Win.UltraWinMaskedEdit.v8.1.dll
ngen install Infragistics2.Win.UltraWinStatusBar.v8.1.dll
ngen install Infragistics2.Win.UltraWinTabControl.v8.1.dll
ngen install Infragistics2.Win.UltraWinToolbars.v8.1.dll
ngen install Infragistics2.Win.UltraWinTree.v8.1.dll
ngen install Infragistics2.Win.v8.1.Design.dll
ngen install Infragistics2.Win.v8.1.dll
 
T

Tom Shelton

["Followup-To:" header set to microsoft.public.dotnet.languages.vb.]
Hi

I have a multi-form winform database application. The client keeps
complaining that application runs too slow 50% of the time. The problem
seems to be in two areas;

a) app is slow maximising after a prolonged period of being minimised.

b) when user clicks on a toolbar to select one of the several already open
forms.

This seems to suggest that there is nothing wrong with application per se as
application works fine 50% and also maximising app or moving from one open
form to another open form does not do anything special code wise. Also as
other non .net apps run just fine on the same pcs, this can't be due to spec
of pcs. I have also ngen'd the app using command line 'ngen install
myapp.exe'.

I am therefore wondering what can be causing this slow response and would
appreciate any help in ironing out this speed issue.

Many Thanks

Regards

Have you run a profiler tool to identify the areas that are causing your
slow down?
 

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