WinForm app speed issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    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


  • John

    #2
    Re: WinForm app speed issue

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

    ngen install Infragistics2.S hared.v8.1.dll
    ngen install Infragistics2.W in.AppStylistSu pport.v8.1.dll
    ngen install Infragistics2.W in.Misc.v8.1.dl l
    ngen install Infragistics2.W in.SupportDialo gs.v8.1.dll
    ngen install Infragistics2.W in.UltraWinCalc Manager.v8.1.dl l
    ngen install Infragistics2.W in.UltraWinCalc Manager.v8.1.Fo rmulaBuilder.dl l
    ngen install Infragistics2.W in.UltraWinData Source.v8.1.dll
    ngen install Infragistics2.W in.UltraWinDock .v8.1.dll
    ngen install Infragistics2.W in.UltraWinEdit ors.v8.1.dll
    ngen install Infragistics2.W in.UltraWinExpl orerBar.v8.1.dl l
    ngen install Infragistics2.W in.UltraWinGrid .v8.1.dll
    ngen install Infragistics2.W in.UltraWinList View.v8.1.dll
    ngen install Infragistics2.W in.UltraWinMask edEdit.v8.1.dll
    ngen install Infragistics2.W in.UltraWinStat usBar.v8.1.dll
    ngen install Infragistics2.W in.UltraWinTabC ontrol.v8.1.dll
    ngen install Infragistics2.W in.UltraWinTool bars.v8.1.dll
    ngen install Infragistics2.W in.UltraWinTree .v8.1.dll
    ngen install Infragistics2.W in.v8.1.Design. dll
    ngen install Infragistics2.W in.v8.1.dll

    "John" <info@nospam.in fovis.co.ukwrot e in message
    news:u%23juUBKs IHA.4788@TK2MSF TNGP03.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
    >

    Comment

    • Mr. Arnold

      #3
      Re: WinForm app speed issue


      "John" <info@nospam.in fovis.co.ukwrot e in message
      news:%23NFyjRKs IHA.2492@TK2MSF TNGP06.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.



      Comment

      • Tom Shelton

        #4
        Re: WinForm app speed issue

        ["Followup-To:" header set to microsoft.publi c.dotnet.langua ges.vb.]
        On 2008-05-08, John <info@nospam.in fovis.co.ukwrot e:
        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

        Comment

        Working...