I have this one form that I'm using to put all kinds of buttons on. It rests always on top in my access app. (Something like the button bar in your IE)
Now I have all kinds of other forms, and I don't want them to be hidden by the button bar or overlap the buttonbar. I don't want any other forms in that area.
So is there a way to know, in acces or via api, that the user is moving the form. So I can ckeck if the form enters the forbidden zone.
Think of it as a virtual boundry. I don't want the form to pass it.
ps in case you would suggest it, you can't use the onMouseMove event of the form cus it doen't work on the blue bar that you normally use to drag your window.
If you don't get what I wish to do, I will post a screenshot.
Now I have all kinds of other forms, and I don't want them to be hidden by the button bar or overlap the buttonbar. I don't want any other forms in that area.
So is there a way to know, in acces or via api, that the user is moving the form. So I can ckeck if the form enters the forbidden zone.
Think of it as a virtual boundry. I don't want the form to pass it.
ps in case you would suggest it, you can't use the onMouseMove event of the form cus it doen't work on the blue bar that you normally use to drag your window.
If you don't get what I wish to do, I will post a screenshot.