Windows Develop Bookmark and Share   
 index > Windows Forms General > saveFileDialog : cdlOFNExplorer equivalent
 

saveFileDialog : cdlOFNExplorer equivalent

I have a existing code in VB6: saveDialog.flags = &H2 + &H800 + &H80000
looking for the eqivalent property of the last one i.e. cdlOFNExplorer
[Use the Explorer-like Open A File dialog box template. Works with Windows 95, Windows NT 4.0, or later versions.]
Can somebody suggest its equivalent in .net or it is the default behavior of the saveFileDialog

Sabyasachi_1986  Wednesday, September 16, 2009 1:34 PM
Just use the regular SaveFileDialog component. The flags map to its properties like this:
&H2: OverwritePrompt = True
&H800: CheckPathExist = True
&H80000: automatic


Hans Passant.
nobugz  Thursday, September 17, 2009 3:13 AM
Just use the regular SaveFileDialog component. The flags map to its properties like this:
&H2: OverwritePrompt = True
&H800: CheckPathExist = True
&H80000: automatic


Hans Passant.
nobugz  Thursday, September 17, 2009 3:13 AM

You can use google to search for other answers

Custom Search

More Threads

• Print a MS Word document
• How do I make the HireDate column be a Calendar column
• Treeview OwnerDrawAll example
• MSDE and distribution
• Q on Toolstrip container, making toolstrips stay where you put them!
• formatting millisecond
• How do you wire up custom MenuItem to Menu Classes
• Simple Question
• C# .NET 2.0 Serial Port
• Problem with a form Windows App