I am running XP SP2

I have a VB.NET appliction that has the same icon assigned to the EXE
and all the forms.

I still get the blank group icon on the taskbar.

I have tried my Main form opening another form by executing:
theForm.ShowDialog()
theForm.ShowDialog(Me)
theForm.Show()

What else am I missing?

Thanks.