Common Dialog Boxes Used by Visual FoxPro (129825)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0

This article was previously published under Q129825

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.

Modification Type:MajorLast Reviewed:2/10/2000
Keywords:KB129825