Re: VB forum is my Master
Quote:
Originally Posted by Ansoft
But FreeVbcode and VB Forums sites are helped me a lot to study VB 6.
I can say it is about 85% of my current knowledge obtained by them.
I'd say you've picked two great sites! :bigyello:
Quote:
How can I check all these codings are whether perfect or not?
As the coding are working as I am expecting, do I want to consider about 'fine tuning'?
The chances are that we know better ways (faster and/or safer) of doing what you have done, or can spot parts of your code that are likely to have problems under some conditions.
The best thing to do is upload the code (or parts of it) here, so we can take a look.
It may also be worth looking at the "How do I optimize my code?" article in our Classic VB FAQ's.
Re: VB forum is my Master
Also, there are some performance utilities out there that can analyze your code and detect any bottlenecks etc.