Ok I have a rather complicated question:

In VB, how can I find out the window title of another application running at the same time using the Windows API?
I tried "GetWindowText" but that only works for windows in that VB application.

The reason I'm asking is because I want to get the title of WinAmp while it's running because it shows the current song playing and I need the program to know that.

If you have another way please tell!