English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In MSAccess I have two related popup forms. When one is moved by the user I want to reposition the other right beside it. How can I detect the repositioning of a window. I have no problem using api calls, I just don't know which ones to use.

2007-02-27 03:59:51 · 1 answers · asked by ExcelerNot 2 in Computers & Internet Programming & Design

I shld hve sd ths b4: I cant use mouse__ because grabbing a form by it's title bar and dragging it sends no mouse events to the form.

2007-02-27 07:31:17 · update #1

1 answers

I don't have Access on this computer so I'm guessing a bit from memory but...look in the VB editor for form events. If you find a 'on_mouse_up' or 'form_move' event you can reposition the second form relative to the first in there. Form2.top = Form1.top...Form2.Left = Form1.Left + Form1.width....that sorta thing

hope that helps

2007-02-27 05:19:23 · answer #1 · answered by rod 6 · 0 0

fedest.com, questions and answers