The information in this article applies to:
SYMPTOMSWhen using the Visual J++ 6.0 Form Designer, the size of the Windows Foundation Classes (WFC) components may not be consistant between design-time and run-time when the font sizes of the development machine and the target/deployment machine are different. CAUSEUnder certain circumstances, such as creating a child window in the constructor of the parent window, the autoscaling feature of the Form Designer does not work. RESOLUTIONTo work around this problem, only create child windows for a Multiple Document Interface (MDI) application after the parent window has been created. Avoid using fixed-size components, such as bitmaps, when auto-scaling features are desired. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why MORE INFORMATIONThis problem might be seen when an MDI application is developed on a machine with a large font setting, and is then deployed or run on a machine with a small font setting, or vice versa. This problem might also be seen when using fixed-size components and auto-scaling at the same time. Steps to Reproduce Behavior
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java,
please see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words:
Keywords : kbservicepack kbCmnCtrls kbCtrlCreate kbide kbVJ600fix kbWFC kbGrpJava kbVS600sp2 kbVS600sp2fix kbVS600SP1 kbVS600sp3fix kbVS600SP1fix |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |