Adding Microphone, Volume Control, Option Button Properties

Last reviewed: May 5, 1997
Article ID: Q154029
The information in this article applies to:
  • Microsoft Windows NT Workstation versions 4.0
  • Microsoft Windows NT Server versions 4.0

SYMPTOMS

After you add a microphone, go to Volume control by right-clicking the speaker icon on the task bar, click Options, then click Properties; there are three option buttons. If you select Playback, modify the option button’s check boxes, then click another option button without applying the changes by clicking the OK button, all of the boxes default back to their original state. You can only modify one option button's setting at a time, not all three.

CAUSE

This is caused because the current programming logic uses the list box (where the check boxes are located) to store the future enable/disable state. Every time you switch to a new group using the option buttons, you wipe the previous information state and dynamically reload the original information. Therefore, only the most recent changes get made.

WORKAROUND

After modifying each option button's check boxes, apply the changes by selecting the OK button.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words:
Version : 4.00


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 5, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.