Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "GetSaveFileName" in [All]

comdlg32

.

private static extern bool GetSaveFileName(ref OPENFILENAME lpofn);

.

Private Shared Function GetSaveFileName(ByRef lpofn As OPENFILENAME) As Boolean

.

    Declare Auto Function GetSaveFileName Lib "Comdlg32.dll" ( _

.

    If LibWrap.GetSaveFileName(ofn) Then

.
Documentation
[GetSaveFileName] on MSDN

Structures

.

    ''' When the GetOpenFileName or GetSaveFileName function returns successfully,

.

    ''' The GetOpenFileName and GetSaveFileName functions return FALSE if the buffer is

.

    ''' The default extension. GetOpenFileName and GetSaveFileName append this extension to the file name if the user fails to type an extension.


 
Access PInvoke.net directly from VS: