- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 GetOpenFileName
并设置 lpstrInitialDir
OPENFILENAME
成员(member)struct 到我想要的目录作为初始目录。但是在 Win7 上,我的应用程序似乎记住了用户上次打开的目录,并且忽略了 lpstrInitialDir
设置并转到最后一个目录。
Apparently this is by design
lpstrInitialDir
LPCTSTR
The initial directory. The algorithm for selecting the initial directory varies on different platforms.Windows 7:
1.If lpstrInitialDir has the same value as was passed the first time the application used an Open or Save As dialog box, the path most recently selected by the user is used as the initial directory.
2.Otherwise, if lpstrFile contains a path, that path is the initial directory.
3.Otherwise, if lpstrInitialDir is not NULL, it specifies the initial directory.
最佳答案
如果设置 lpstrFile
会发生什么到所需的初始目录路径(即 lpstrInitialDir
)。如果您正在使用 lpstrFile
要指定文件名,那么您可能需要在文件名之前添加初始目录路径。
关于windows-7 - 在 Win7 上 GetOpenFileName 函数忽略 lpstr InitialDir 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4117222/
我在让我的 OpenDialog 窗口在指定的 initialdir 中启动时遇到问题。我目前拥有的是tihs procedure TForm1.fileMenuLoadClick(Sender: T
我正在使用 GetOpenFileName并设置 lpstrInitialDir OPENFILENAME成员(member)struct 到我想要的目录作为初始目录。但是在 Win7 上,我的应用程
我是一名优秀的程序员,十分优秀!