Results 1 to 3 of 3

Thread: Tips to improve form performance in Visual Studio 2010

  1. #1
    Join Date
    Nov 2009
    Posts
    61

    Tips to improve form performance in Visual Studio 2010

    I am learning to use the Visual Studio 2010. That means I am a new bee to the working environment of Visual Studio 2010. Currently I am working on a low level project such as inventory system or the library system. I have designed the forms of this project best as per my knowledge but the overall performance of the form is very low. So I need the tips for improving the performance of form in Visual Studio 2010. I will be waiting for the related replies.

  2. #2
    Join Date
    Apr 2008
    Posts
    392

    Re: Tips to improve form performance in Visual Studio 2010

    Here are some of the tips for improving the form performance in Visual Studio 2010.
    1. If the work of the form is completed then it will be better to close the unused forms since every form which is opened consumes the memory space and affects the overall performance of the project.
    2. If you application use some form again and again in a short interval of time then it will better if you do not unload the form, instead of that you can hide the form. So that it can be seen next time at the faster rate.
    3. If your form basically used for adding new records and the record source of the form contains a huge amount of records then it will be better to set the DataEntry property of the form to “Yes”

  3. #3
    Join Date
    Apr 2008
    Posts
    438

    Re: Tips to improve form performance in Visual Studio 2010

    Some more tips related to improve the performance of the form in Visual Studio 2010.
    1. If it is not necessary then do not add the sorting function to the form data. Because the sorting of data takes time and this will reduce the overall performance of the project.
    2. Use the queries in such a way that it can reduce the number of fields returned this will help the form to load faster.
    3. Index those field of the subform which are used for linking the main form. It will be better if you index all the fields in the subform that are going to use criteria.

Similar Threads

  1. Replies: 2
    Last Post: 16-02-2011, 02:49 PM
  2. Replies: 5
    Last Post: 02-02-2010, 02:16 AM
  3. Replies: 1
    Last Post: 30-01-2010, 03:29 AM
  4. Compare Visual Studio 2010 and Visual Web Developer Express
    By Zacharia in forum Software Development
    Replies: 5
    Last Post: 28-01-2010, 04:27 AM
  5. Tips for installing image library in visual studio 2010
    By Orion lella in forum Tips & Tweaks
    Replies: 3
    Last Post: 24-01-2010, 05:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,996,518.07404 seconds with 16 queries