I have a project that consists of only one module and is powered by a Sub Main procedure.

The resulting EXE is seemingly stuck with the generic VB cyan/white form icon. Is there anyway I could change this to a custom icon, even though I have no form?

I know I can use a hidden form to achieve what I want, but I like to know if there are any no-form, possibly API, ways to do it?

Amanda