I'm trying to spend some time on using objects. Just never got around to it so now seemed like a good time.
First random question is why DISPID numbers seem to be assigned randomly in code that I've seen.
With control ID's I start at 500 or so and than assign the next as 501, 502, ... etc.
But object code I've seen doesn't seem to do that. For example, in Help, <76> is used in one of the METHOD code examples.
First random question is why DISPID numbers seem to be assigned randomly in code that I've seen.
With control ID's I start at 500 or so and than assign the next as 501, 502, ... etc.
But object code I've seen doesn't seem to do that. For example, in Help, <76> is used in one of the METHOD code examples.
Comment