Hi chaps, I'm going to have another go with this question.

I know there's an API that lets you set the text on the button in the taskbar (and you're all thinking, "hmm, yes, that'll be the Public Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" _
(ByVal hWnd As Long, ByVal lpString As String) As Long API if I'm not mistaken, and I very rarely am.)

So is there one that lets you set the ICON? What I have found in my meddling with a perfectly good (if somewhat bugged) vb6, is that if you turn off the control box, and set the caption of a form to nothing, when you run your prog it shows only an empty button in the task bar. Surely there is a civlised way around this?

Here's hoping....