473,480 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

WinForm app speed issue

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
Jun 27 '08 #1
3 1434
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.Formula Builder.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" <in**@nospam.infovis.co.ukwrote in message
news:u%****************@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

Jun 27 '08 #2

"John" <in**@nospam.infovis.co.ukwrote in message
news:%2****************@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

Jun 27 '08 #3
["Followup-To:" header set to microsoft.public.dotnet.languages.vb.]
On 2008-05-08, John <in**@nospam.infovis.co.ukwrote:
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
Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
4737
by: William F. Kinsley | last post by:
I am thinking of porting an existing MFC application to MC++ and I have created a simple MFC application to test the environment. My sample MFC application is compilied with the /clr switch. I...
8
2807
by: Sunil Menon | last post by:
Dear All, We are developing applications in ASP.Net...in one of our applications we would like to use a GridControl...we have tried to use a Server-Side Grid control but found the speed to be an...
7
5667
by: Dean Slindee | last post by:
I would like to hear some practical comments about how to decide whether a new application becomes a Winform vs a Webform application. Would you say that every app should be, by default, a Winform...
2
2721
by: jphelan | last post by:
Ever since I successfully applied some techniques for increasing the speed of my 17 meg. Application; it has only made me hunger for more. First, let me list what I have done so far: 1. Split...
0
2002
by: dadizhu | last post by:
Hi, everyone. I ran into an UI freeze issue with threading and simplied the problem down to the following sample code. The logic is as follows: 1. The main UI thread creates a non-UI STA...
5
10539
by: lamxing | last post by:
Hi, I've come across a strange problem with the WinForm's sizing. I've designed a WinForm and it runs fine on my computer and some other PCs. But when I was trying to run the app under some PCs...
3
3346
by: Torben Laursen | last post by:
I have a COM shared add-in written in C# that I use in Excel. One of the thinks that the user can do is to open some winforms. The problem that I have is that the first time the user opens a...
14
2638
by: Monty | last post by:
Hello, I have created a solution which has both a web UI and a winform UI, the latter is just for administrators. The Web UI (a Web Application Project) and the winform project both...
2
5541
by: =?Utf-8?B?SmltIE93ZW4=?= | last post by:
Hi John, Hopefully this post will find its way back to you - or perhaps be answered by someone else. As I mentioned in my last post on the earlier portion of this thread, changing the...
0
7037
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7034
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7076
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6732
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6886
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4768
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4472
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2990
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1294
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.