How do you set the Z order on a control in VB6? There doesn't seem to be a property for it...
It seems as though I have no control over which control takes the foreground :( I suspect it is based on the order they are declared in the .frm file (stuff you can't see in the IDE) but I want to do it programatically.