Can I make a form that isn't able to get a focus?
Example: I start WinAmp, then click my form. WinAmp should keep it's focus.

Or else: Is there a way to reset the focus to the form that lost it.
Example: I start WinAmp, then click my form. My form get's the focus but the code in GetFocus resets the focus to the previous form, being WinAmp.

(It should work for other programs too, not just WinAmp)

I hope you understand what my problem is....