Jaafar Tribak
Well-known Member
- Joined
- Dec 5, 2002
- Messages
- 9,822
- Office Version
- 2016
- Platform
- Windows
Hi dear board members,
While building some VBA code to trap the resize "event" of the excel application main window, I noticed that the code failes on some machines and works on others despite working with the same excel version(2003) in both machines and both machines running the same Win Xp Ver 2002.
Taking a closer look, I noticed that the resizing of a window (any window not just that of excel) via the user interface behaves differently depending on the machine.
On machine 1 , when a window is resized, you can see the entire window resizing as you drag the window with the mouse whereas on machine 2 , you only see a shadow of the window frame and the window doesn't fully repaint until the dragging operation is completed and the mouse is released.
I had never paid attention to this oddity until now.
Why would the resizing of windows behave differently on 2 Win XP systems ! I don't know.
Does anybody know if this is documented somewhere or have any thoughts on this ?
Regards.
Edit: Although both OS are Win XP 2002, the SPs are different namely SP3 vs SP2- Could that be the reason ?
While building some VBA code to trap the resize "event" of the excel application main window, I noticed that the code failes on some machines and works on others despite working with the same excel version(2003) in both machines and both machines running the same Win Xp Ver 2002.
Taking a closer look, I noticed that the resizing of a window (any window not just that of excel) via the user interface behaves differently depending on the machine.
On machine 1 , when a window is resized, you can see the entire window resizing as you drag the window with the mouse whereas on machine 2 , you only see a shadow of the window frame and the window doesn't fully repaint until the dragging operation is completed and the mouse is released.
I had never paid attention to this oddity until now.
Why would the resizing of windows behave differently on 2 Win XP systems ! I don't know.
Does anybody know if this is documented somewhere or have any thoughts on this ?
Regards.
Edit: Although both OS are Win XP 2002, the SPs are different namely SP3 vs SP2- Could that be the reason ?