Hi everyone,
I have a problem with an API I'm using. I have an access pop-up form that I want to always be on top of an internet explorer. I'm using the following API:
but I cannot get the access pop-up to stay always above the ie instance. The user can scroll the ie with the access pop up still on top, i also want the user to be able to move the pop up window around and as soon as it's activated it brings the whole access application in front of the ie.
I deduced that this is because the access application window owns the pop up and is activated with it, thus bringing it to the top of the Z order. So I tried to make both the pop up and the ie top most. This worked in keeping the ie on top of the application object but doesn't work in keeping the pop up on top of the ie. After both are made top most it appears that they both stay on top of everything and whichever one is activated then is on top.
any ideas, i just need this access form to always be on top of the ie
I have a problem with an API I'm using. I have an access pop-up form that I want to always be on top of an internet explorer. I'm using the following API:
but I cannot get the access pop-up to stay always above the ie instance. The user can scroll the ie with the access pop up still on top, i also want the user to be able to move the pop up window around and as soon as it's activated it brings the whole access application in front of the ie.
I deduced that this is because the access application window owns the pop up and is activated with it, thus bringing it to the top of the Z order. So I tried to make both the pop up and the ie top most. This worked in keeping the ie on top of the application object but doesn't work in keeping the pop up on top of the ie. After both are made top most it appears that they both stay on top of everything and whichever one is activated then is on top.
any ideas, i just need this access form to always be on top of the ie