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

Re: WinForm app speed issue by John

John
Wed May 07 19:42:29 CDT 2008

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

"John" <info@nospam.infovis.co.uk> wrote in message
news:u%23juUBKsIHA.4788@TK2MSFTNGP03.phx.gbl...
> 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
>



Re: WinForm app speed issue by Mr

Mr
Wed May 07 22:03:11 CDT 2008


"John" <info@nospam.infovis.co.uk> wrote in message
news:%23NFyjRKsIHA.2492@TK2MSFTNGP06.phx.gbl...
> PS: I am using following Infragisitcs assemblies/controls in my app;
>

Maybe, your problem is the use of those 3rd party tools. Maybe, you should
be talking to Infragistics about speed issues using their controls.

http://msdn.microsoft.com/en-us/magazine/cc163630.aspx


Re: WinForm app speed issue by Tom

Tom
Thu May 08 08:41:11 CDT 2008

["Followup-To:" header set to microsoft.public.dotnet.languages.vb.]
On 2008-05-08, John <info@nospam.infovis.co.uk> wrote:
> 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?

--
Tom Shelton