Common Dialog Boxes Used by Visual FoxPro

Last reviewed: April 30, 1996
Article ID: Q129825
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

Visual FoxPro uses the common dialog boxes defined by the Common Dialog Dynamic Link Library (COMMDLG.DLL) file shipped with Windows, Windows for Workgroups, Windows NT, and Windows 95.

MORE INFORMATION

You can use the following common dialog boxes with FoxPro:

- The Open File dialog box including variations such as the GETFILE() and

  LOCFILE() dialog boxes.

- The Save As dialog box including the dialog box that displays when you
  use the PUTFILE() function.

- The Bitmap open dialog box that displays when you call the GETPICT()
  function or when you open a bitmap file.

- The Class Selection dialog box that displays when you type MODIFY CLASS.

- The Print and Printer Setup dialog boxes that display when you choose

  Print from the File menu.

- The Color Picker dialog box.

- The Font picker dialog box that displays when you choose Font from the

  System menu or when you call the GETFONT() function.


Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbref
KBSubcategory: FxenvGeneral


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: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.