|
File and Directory Validation
Except as noted, the information in this section applies to both
Explorer-style and old-style Open and Save As dialog boxes.
The dialog box automatically validates filenames typed by the user to ensure
that the names contain only valid characters. To override the filename character
validation, set the OFN_NOVALIDATE flag.
To force the dialog box to verify that the user specified the name of an
existing file, set the OFN_FILEMUSTEXIST flag. To force verification that the
specified path exists, set the OFN_PATHMUSTEXIST flag. If you set the
OFN_CREATEPROMPT flag, the dialog box prompts the user for permission to create a nonexistent
file. If this flag is set and the user chooses to create a new file, the dialog
box closes, and the function returns the specified name. Otherwise, the dialog
box remains open.
When using the Save As dialog box, you can direct the dialog box to prompt the
user for permission to overwrite an existing file by setting the
OFN_OVERWRITEPROMPT flag.
By default, the dialog box creates a zero-length test file to determine
whether a new file can be created in the selected directory. To prevent the creation
of this test file, set the OFN_NOTESTFILECREATE flag.
If you enable a hook procedure, the dialog box notifies your hook procedure
when a network sharing violation occurs for the filename specified by the user.
If you set the OFN_EXPLORER flag, the dialog box sends the CDN_SHAREVIOLATION
message to the hook procedure. If you do not set OFN_EXPLORER, the dialog box
sends the SHAREVISTRING registered message to the hook procedure. To prevent the dialog box from
sending any notifications for sharing violations, set the OFN_SHAREAWARE flag.
If the user selects the read-only check box, the dialog box sets the
OFN_READONLY flag on return. To hide the Open As Read Only check box, set the
OFN_HIDEREADONLY flag. To prevent the dialog box from returning names of existing files
that have the read-only attribute, set the OFN_NOREADONLYRETURN flag.
To prevent the dialog box from dereferencing link files, set the
OFN_NODEREFERENCELINKS value. In this case, the dialog box returns the name of the link file
rather than the name of the file referenced by the link file.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|