fileopendialog Questions

4

Solved

I'm trying to get excels save and open dialog boxes to open to "my computer" by default so the user can select a drive from there. I have got the dialog boxes to open to any path on any drive or m...
Donegan asked 12/11, 2013 at 11:25

4

Solved

I have been following several guides/examples on creating a Vista/7 open file dialog box and have now hit a dead end due to an error message stating that main.cpp(189): error C3861: 'CDialogEventHa...
Spears asked 26/5, 2014 at 2:56

3

Solved

I've seen this dialog to pick/open a file on android in some apps and it seems to me as the native one. But I can't find a way to use it in my own apps. The language of the attached screenshot is G...
Primitivism asked 11/4, 2016 at 19:45

2

Solved

i tried to use the openDialog in new thread but it made so strange behavior .. if i put the if opendialog.execute then in the create constructor like this : constructor TChatMemberThread.Create(N...

2

Solved

I would like to display a file open dialog that filters on a particular pattern, for example *.000 to *.999. QFileDialog::getOpenFileNames allows you to specify discrete filters, such as *.000, *....
Bowers asked 2/2, 2017 at 6:48

3

Solved

I like using the file browser in gvim sometimes, however what I don't like is that the file filter is always set to the current file type being edited. For example, if I have a .cpp file open in t...
Angelo asked 26/3, 2014 at 1:14

2

Solved

What is the difference between the new TFileOpenDialog and the old TOpenDialog? In my computer (Win 7/DXE), when I run the code, the dialogs look the same.
Dextrocular asked 4/6, 2011 at 10:47

2

Solved

chooser = new JFileChooser(); chooser.setSize(300, 200); if (chooser.showOpenDialog(this) == JFileChooser.APPROVE_OPTION) { ....... } This doesn't work. Always opens in default size.
Filmy asked 22/11, 2010 at 13:4

4

Solved

I am writing a java program that needs a file open dialog. The file open dialog isn't difficult, I'm hoping to use a JFileChooser. My problem is that I would like to have a dual pane JFrame (consis...
Archives asked 3/11, 2008 at 18:51

1

Solved

I just started with WPF. Moved from Window Form. Where do those openDialog, saveDialog gone? And a bunch of stuff.
Exorcise asked 27/8, 2009 at 8:55
1

© 2022 - 2024 — McMap. All rights reserved.