Guv
Apr 27th, 2000, 04:28 AM
I have an application with 3 Forms (call them A, B, & C). On one of them (say A), I have the Sysinfo Control, which I use to check for changes in display resolution. When User changes from 640 X 480 to some other resolution, I want to change the size of Form A and reposition some controls.
When Form B is active and display Resolution changes, the Sysinfo1_DisplayChanged Subroutine (from Code Module for Form A) is invoked.
I think I can figure out how to cope with the resulting confusion, but I would like to have a better understanding of what is happening.
Under what conditions will Sysinfo Subroutines in Form-A Code Module be called? I originally expected them only if Form A was Loaded and Active.
Will they be called if Form A is minimized? If it is Hidden? If it has not yet been loaded?
Thanx for help
When Form B is active and display Resolution changes, the Sysinfo1_DisplayChanged Subroutine (from Code Module for Form A) is invoked.
I think I can figure out how to cope with the resulting confusion, but I would like to have a better understanding of what is happening.
Under what conditions will Sysinfo Subroutines in Form-A Code Module be called? I originally expected them only if Form A was Loaded and Active.
Will they be called if Form A is minimized? If it is Hidden? If it has not yet been loaded?
Thanx for help