Rated
Read 26,862 times
Contents
Related Categories
Performance Issues - Introduction
Introduction
After spending weeks or even months creating your application, the last thing
you want to find is that it takes half an hour to load, and uses up more memory
than even windows manages to consume! This tutorial will show you how to limit
memory usage, decrease file size, increase application performance, and how
to measure performance. I hope your applications benefit from it!
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
-
Posted by MahR on 29 Sep 2005
And once again a greate article by james! -
This posting is specifically a response to James Cowleys suggestion that using ByVal is quicker than using ByRef. This is only true when calling an out-of-process server (i.e. and ActiveX EXE). VB i...
|