I have an application that send's messages to any Windows programs using HWND_BROADCAST.

I need to write a VB program that will read those messages (without having the focus). The second application don't need to have any visual interface with the user (like a service).

Any clues on how doing this ?

Thank's

ps.: I already created a VB program, but it can read messages only if my application has the focus.