D
David In NH
I have an application that runs in the system tray under XP and may be
active for more than one user through the fast-user-switching mode. (The
application is concerned with monitor calibration and is activated out of
the Startup group automagically.)
RegisterWindowMessage("some long string...") is used to allow all of the
tray applications to get notification that they are to close down.
On XP, this function returned the same number for all instances but no
longer does so under Vista. In some cases, the number is the same, with two
instances getting the same value and a third instance getting a different
value.
The on-line MSDN documentation says that the unique number should be the
same. Is this supposed to be different in Vista or am I seeing a bug?
- David
active for more than one user through the fast-user-switching mode. (The
application is concerned with monitor calibration and is activated out of
the Startup group automagically.)
RegisterWindowMessage("some long string...") is used to allow all of the
tray applications to get notification that they are to close down.
On XP, this function returned the same number for all instances but no
longer does so under Vista. In some cases, the number is the same, with two
instances getting the same value and a third instance getting a different
value.
The on-line MSDN documentation says that the unique number should be the
same. Is this supposed to be different in Vista or am I seeing a bug?
- David