Go Back   TechArena Community > Software > Tips & Tweaks
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Tips to improve form performance in Visual Studio 2010

Tips & Tweaks


Reply
 
Thread Tools Search this Thread
  #1  
Old 31-01-2010
Member
 
Join Date: Nov 2009
Posts: 52
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.
Reply With Quote
  #2  
Old 31-01-2010
ChrisUlrich's Avatar
Member
 
Join Date: Apr 2008
Posts: 368
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”
Reply With Quote
  #3  
Old 31-01-2010
XDRoX's Avatar
Member
 
Join Date: Apr 2008
Posts: 416
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.
Reply With Quote
Reply

  TechArena Community > Software > Tips & Tweaks


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Tips to improve form performance in Visual Studio 2010"
Thread Thread Starter Forum Replies Last Post
Visual Studio 2010: features and changes compared to Visual Studio 2008 BinDs14 Guides & Tutorials 2 16-02-2011 02:49 PM
Techniques for better Report performance in Visual Studio 2010 Marcya Windows Software 5 02-02-2010 02:16 AM
Tips of linking the database to form for better the performance in Visual Studio 2010 Candace Tips & Tweaks 1 30-01-2010 03:29 AM
Compare Visual Studio 2010 and Visual Web Developer Express Zacharia Software Development 5 28-01-2010 04:27 AM
Tips for installing image library in visual studio 2010 Orion lella Tips & Tweaks 3 24-01-2010 05:58 AM


All times are GMT +5.5. The time now is 10:53 AM.