PRB: ActiveDoc Displays Incorrectly When Internet Explorer is Maximized
ID: Q192106
|
The information in this article applies to:
-
Microsoft Visual FoxPro for Windows, version 6.0
SYMPTOMS
If you display a Visual FoxPro ActiveDoc form in a restored Internet
Explorer window after it was started when the Internet Explorer window was
maximized, you will notice that the left side and top of the form is cut
off.
RESOLUTION
Steps to Resolve
- Press ALT + MINUS SIGN to expose the control menu of the form.
- Choose Move.
- Using the arrow keys on the keyboard, move the form window down until
the form displays properly.
Another way to avoid this is to set the AutoCenter property of the form to
False.
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
- Create a new project.
- Create a new ActiveDoc class and place the following code in the Run
event:
DO FORM TEST1
READ EVENTS
- Place the following code in the ContainerRelease event:
CLEAR EVENTS
- Build a form called TEST1 and set the AutoCenter property True.
- Place a command button on the form with the following code in the Click
event:
RELEASE THISFORM
CLEAR EVENTS
- Size the form to a large size.
- Size the restored Internet Explorer window to be smaller than the form.
- Build the Application and run it in Internet Explorer.
Notice that the form is showing in the Internet Explorer window but the
title bar is cut off.
- Maximize the Internet Explorer window. Notice that the Title bar of the
form is still cut off.
Additional query words:
kbVFp600 kbActiveDocs kbIE
Keywords :
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbprb