- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
A program uses the Windows function SHBrowseForFolder to display and select either a file or a directory, by including the value BIF_BROWSEINCLUDEFILES (= #4000) in the uFlags member of TYPE (BROWSEINFO). This works under Win98 and above but not in Win95. Presumably SHBrowseForFolder (in Shell32.dll?) was upgraded post Win95.
I could get the user to specify a file or folder and use GetOPenFileName or SHBrowseForFolder as appropriate but this gets rather messy. Is there a simpler way under Win95?
I am using Digital VF.
Thanks in advance
dithery
I could get the user to specify a file or folder and use GetOPenFileName or SHBrowseForFolder as appropriate but this gets rather messy. Is there a simpler way under Win95?
I am using Digital VF.
Thanks in advance
dithery
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Um... as far as I know, no. You can probably roll your own treeview or find one on the Internet (possibly on
Codeguru, but I didn't verify).
But why do you want to support Win95 at all? Even Microsoft doesn't do it, long time ago. Besides, the condition for BIF_BROWSEINCLUDEFILES seems to be v4.71 of shell32.dll (=IE4). The computer lacking IE4 can justifiedly be called a dinosaur.
Jugoslav
Codeguru, but I didn't verify).
But why do you want to support Win95 at all? Even Microsoft doesn't do it, long time ago. Besides, the condition for BIF_BROWSEINCLUDEFILES seems to be v4.71 of shell32.dll (=IE4). The computer lacking IE4 can justifiedly be called a dinosaur.
Jugoslav
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
There is a certain utility company around here that uses Win95, hence the wish to support it along the lines of my post.
Thanks for your suggestion of Codeguru. There are some examples in C, based on the Common FileOpen Dialog, which I will try and adapt.
dithery
Thanks for your suggestion of Codeguru. There are some examples in C, based on the Common FileOpen Dialog, which I will try and adapt.
dithery
