Hi,
I would like to know if there is a way to prevent VB to change the clsid and AppId of an ActiveX(ocx,dll or EXE) even if the virtual table has been changed (remove of some functions, add/remove of some arguments in function).

I know that we can use the binary compatibility, but VB comes over this when he decides that they can't be compatible.
That's what i want to prevent. Since during development or test(DCOM) it is really easier to keep always the same id in order to keep the DCOM link always available and not to reconfigure it each time we make some little modifications.

Thanks a lot!