The information in this article applies to:
SUMMARYIn most dialog boxes in Microsoft Word, you can select a list box item by double-clicking the list box text. This article describes a dialog function to create the same effect. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/supportnet/refguide/When dialog action 2 occurs, the following sample macro checks the ControlID$ value and the dialog identifier with the focus. When the ControlID$ value = "OK" and the focus is on the "ListBox1" dialog identifier, the message "You double-clicked on item xxx" is displayed.
If you don't want to include an OK button in your dialog, use dialog action
1 to change the text of the OK button when the dialog is initialized, for
example:
For more information, see "Responding to a Double-Click" in Chapter 5
of the Word Developer's Kit (page 128). Also, in the Examples.dot file
included on the Word Developer's Kit disk there is a fully operational
macro example named "ch05ex06FileBrowser".
REFERENCES"Microsoft Word Developer's Kit," pages 128-129 Additional query words: dialog dynamic function double click list box
Keywords : kbmacro kbprg kbdtacode wordnt kbmacroexample ntword macword word6 word7 word95 |
Last Reviewed: December 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |