Explorer button

Is it possible to use the specific "explorer" button ?
Now I use a basic push button to open my Select Folder Dialog Box...
[128 byte] By [Jeab.] at [2007-11-18 19:16:03]
# 1 Re: Explorer button
Another question:

Does the function "PathIsDirectory" test if a specific folder already exists or not?
If not, which function to use for that?
Jeab. at 2007-11-11 1:18:01 >
# 2 Re: Explorer button
Is it possible to use the specific "explorer" button ? It's not clear what you mean... :confused:
Does the function "PathIsDirectory" test if a specific folder already exists or not?
No.
If not, which function to use for that? use PathFileExists
VictorN at 2007-11-11 1:19:01 >
# 3 Re: Explorer button
Originally posted by VictorN
It's not clear what you mean... :confused:

I mean, instead of having a basing push button with written "Select Folder", is it possible to use the specific button with a specific icon of windows'explorer shortcut ?
Jeab. at 2007-11-11 1:20:07 >
# 4 Re: Explorer button
Any idea or am I no so precise... ?
Jeab. at 2007-11-11 1:21:07 >
# 5 Re: Explorer button
... or am I no so precise... ?
Exactly! :confused: :mad:
1.Which button do you mean?
a) a simple "push button"?
b) a "bitmap button"?
c) a toolbar button?
d) ...?
2. Which "specific icon of windows'explorer shortcut" do you mean?
...... -?
VictorN at 2007-11-11 1:22:09 >
# 6 Re: Explorer button
Originally posted by VictorN
Exactly! :confused: :mad:
1.Which button do you mean?
a) a simple "push button"?
b) a "bitmap button"?
c) a toolbar button?
d) ...?
2. Which "specific icon of windows'explorer shortcut" do you mean?
...... -?

I spoke about a button that you have on your tasks bar which is an icon and can let you launch Win explorer...
Do you see what I mean ?
Jeab. at 2007-11-11 1:23:05 >
# 7 Re: Explorer button
I spoke about a button that you have on your tasks bar which is an icon and can let you launch Win explorer...
Do you see what I mean ?Do you mean Quick Launch Bar?
I should say there is no Win explorer button/icon on this bar by default. Moreover, if you create a shortcut on this bar (or somewhere) you can choose any icon either from explorer.exe or from any other file (exe, dll,...) containing icon(s). Therefore I'm not sure we have the same icons for Win explorer shortcut. :rolleyes:

Now about your question:
If you need one of explorer icons to use in your App - you can load it using API ExtractIconEx. See MSDN about using it.
VictorN at 2007-11-11 1:24:06 >