Hey gang,
I got some really weird behavior, and thought I'd appriase y'all of my
findings.
I made a form, as a music player. The general idea is: When someone starts
playing a certain song in my program, a web browser in the program navigates
to the musician's information (all included in a CD). Now, I set the
background of the form to be an image, just to add some flavor. Once I've
done that, adding the Internet Explorer control directly on the image
background totally hoses the loading cycle, preventing me from populating my
list of songs. An instance of IE on the imaged background just would not
let me do anything on load!
The way around this is to add a plain panel. Then, put the IE control in
the panel. This will cause the system to load normally again.
Blake