Please disregard this question. It seems that I already found the answer (don't say it!). Apparently VB creates three layers, one for painting directly onto the form, one for graphical controls such as picture boxes and labels, and one for non-graphical controls such as buttons, and apparently OCXs. Thus, attempting to change ZOrder only works within one of those layers. Apparently using the standard ZOrder mechanism isn't good enough for VB.
*sigh* http://www.kbalertz.com/kb_145731.aspx -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
