Quote:
Originally posted by taxes
Hi,
The important point to bear in mind is not the difference between the two methods but the EFFECT of the difference.
If you use early binding, you will not run into any problem later.
If you use late binding you may run into a problem by carelessly trying to reference before the code runs trhough the binding. I know that if good practice is followed, you will not have a problem, but you could. This was discussed in a thread during the past week or so but I cannot remember it's title. Maybe Cyberhawke can.
True , I always use early binding with the objs I create . :p