getopenfilename Questions
3
GetOpenFileName (for questionable reasons) changes the current directory of an application while the dialog is shown. This can be reset on dialog closure by specifying OFN_NOCHANGEDIR as dialog ini...
Sporting asked 22/5, 2018 at 12:43
2
I've run into a problem that's really confusing me. I'm using Qt Creator 3.1.2, with Qt 5.3 on Windows 7, using the MSVC 10.0 compiler and CDB from Debugging Tools for Windows 8.1. (Not sure if I s...
Jacoby asked 12/8, 2014 at 17:29
1
Solved
I'm beginning to learn Qt for use in one of my projects, and what I need to do is create a GUI that allows the user to open a file. I was looking through the examples and I found one of them that h...
Presswork asked 17/1, 2013 at 4:0
5
Solved
One of my users asked why my application does not support semicolons in filenames. I stepped through my code, and it seems Windows function GetOpenFileName truncates any filename containing a semic...
Novobiocin asked 6/10, 2010 at 4:58
1
Solved
Why does adding a hook procedure (with the OFN_ENABLEHOOK and OFN_EXPLORER flags) to GetOpenFileName() causes a different dialog to be displayed in Windows 7, if the hook procedure just returns FAL...
Obduce asked 19/1, 2011 at 2:30
1
© 2022 - 2024 — McMap. All rights reserved.