Hi,

I have two components which share a common class, and I want to use SendMessage to allow this class the communicate with the components.

How would I go about creating a message which I know is not being used by the system. For example, is there a limit on the default messages (a bit like the vbObjectError constant). Or can Windows itself assign me a free message id?

Thanks;