Hi!

Thanks for the information TechMuc. That might be the solution to my post.

I think that there is a syntax error in the first line that was presented
by roBurky
STRING imageGreen[2] = { "screen_nointruders.bmp", "screen_knowyourenemy.bmp" };
should have been
STRING imageGreen[2] = ( "screen_nointruders.bmp", "screen_knowyourenemy.bmp" );

Ottawa smile