Tagged Questions

2
votes
3answers
104 views

C# OpenFileDialog Lock To Directory

Hello everyone! I am making a software that needs to ONLY be able allow people to select files and folders using the OpenFileDialog that are in the same directory as the program an …
2
votes
3answers
109 views

WPF OpenFileDialog with the MVVM pattern?

I just started learning the MVVM pattern for WPF. I hit a wall: what do you do when you need to show an OpenFileDialog? Here's an example UI I'm trying to use it on: When the b …
0
votes
0answers
21 views

Open File Dialog Box

Hello, I'm learning Objective-C and trying to develop a simple zipper application, but I stopped when now, when I need to insert a button at my dialog and this button opens a Open …
0
votes
2answers
82 views

MFC Open Folder Dialog

In MFC, is there an Open Folder Dialog? That is, rather than choosing a filename, it chooses a folder name? Ideally, I'd like it to be the way Visual Studio does it when navigating …
0
votes
1answer
67 views

Open a web folder (Sharepoint 2007)through openFileDialog

I have the following snippet of code written in C#: openFileDialog1.InitialDirectory = "\\\\fwm-storage\\users\\" + curUser + "\\My Documents\\My Pictures"; openFileDialog1.Filte …
0
votes
1answer
275 views

Simple silverlight open-file-dialog errors

A while back I wrote a silverlight user control which had a csv import/export feature. This has been working fine, until recently I discovered it erroring in one scenario. This may …
0
votes
4answers
90 views

Is it never possible to get the FullName from a file using Silverlight OpenFileDialog?

Hi there, I want to get the fullname from a file on Silverlight OpenFileDialog, when I try that, Silverlight throws me an error. I saw there is an attribute on FullName saying it …
1
vote
1answer
430 views

Opening multiple files (OpenFileDialog, C#)

Hi all, i'm trying to open multiple files at once with the OpenFileDialog, using FileNames instead of FileName. But I cannot see any examples anywhere on how to accomplish this, n …
3
votes
5answers
149 views

Getting filesize from OpenFileDialog?

How can I get the filesize of the currently-selected file in my Openfiledialog?
2
votes
3answers
232 views

When does Microsoft.Win32.OpenFileDialog.ShowDialog() return null?

OpenFileDialog's ShowDialog method returns a nullable boolean, set to true if the user clicked OK or false if he clicked Cancel. When does it return null? The documentation does no …
2
votes
3answers
327 views

Why does OpenFileDialog change my working directory?

Why does OpenFileDialog change my working directory? Should i assume many func in System.Windows.Forms will change my working directory? OpenFileDialog open = new OpenFileDial …
5
votes
3answers
381 views

Setting the start position for OpenFileDialog/SaveFileDialog

For any custom dialog (form) in a WinForm application I can set its size and position before I display it with: form.StartPosition = FormStartPosition.Manual; form.DesktopBounds = …
0
votes
1answer
120 views

Does OpenFileDialog.Filenames have a limit?

I have a small helper app that I use to "inject" scripts into html pages. I have an openfiledialog promt and i select all the html files in that directory (1403 files) and no matt …
0
votes
3answers
59 views

Saving the filepath of a .txt file

I need my application to ask the user to browse to a particular file, save that files location and subsequently write a string from a TextBox to it. However, I only need my end-us …
0
votes
6answers
1k views

Excluding file extensions from open file dialog in C#.

I am trying to put a filter on my C# openFileDialog that excludes certain file extensions. For example I want it to show all files in a directory that are not .txt files. Is ther …

1 2 3 next
15 30 50 per page