Advanced ExplorerComboGadget

Just starting out? Need help? Post your questions and find answers here.
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Advanced ExplorerComboGadget

Post by Micko »

Hi All !
is there a way to show advanced ExplorerComboGadget like the windows explorer environment ?
ex: view Network, Desktop..) when select the ExplorerCombo
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

no answer for my request ! :oops:
User avatar
Demivec
Addict
Addict
Posts: 4270
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Post by Demivec »

Micko wrote:no answer for my request ! :oops:
That's a good guess.
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

Demivec wrote:
Micko wrote:no answer for my request ! :oops:
That's a good guess.
It is not your fault Demivec it seems you have never needed to use an extensed ComboExplorer gadget
i just want to know if it is possible to use API way to do it ?
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Try doing a search here for ComboBoxEx and see if that is what you need.
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

hi Sparkie :)
did it but couldn't find any post that use ExplorerComboGadget that can show the control panel, network, Desktop, recycle bin... like we have in windows environment.
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Sorry Micko, I'm brain farting here and can't fully understand what it is you are looking for. :? Can you post an image? Can anyone else shed some light on what this this gadget might look like?
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

sparkman wrote:Sorry Micko, I'm brain farting here and can't fully understand what it is you are looking for.
Micko wrote:... ExplorerComboGadget that can show the control panel, network, Desktop, recycle bin... like we have in windows environment.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Thanks monkey boy, but I understand that part of the request. What I don't undersatnd is this...
Micko wrote:...ExplorerComboGadget like the windows explorer environment.
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Ok, the gas has cleared and I now know what it is Micko is after. I'll take a look later when I get home. :)
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
freak
PureBasic Team
PureBasic Team
Posts: 5944
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

There is no WinAPI control for this, i wrote it all myself.
The Explorer gadgets only work on the local file system.

Whats the point of displaying the control panel anyway? Its not like you can put a file in it.

The reason why all these are not supported is because they are special shell objects.
Adding support for them is not the big problem, the problem is that they do mostly not
have a corresponding path in the filesystem. They are only represented by their shell item ids.
What should the gadget return when you select the control panel for example ?

The Explorer gadgets were written for simplicity.
Tossing around shell item ids just so you can view the recycle bin is not my idea of simple... ;)
quidquid Latine dictum sit altum videtur
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

hi freak !
thanks for this clarification so now i can try to sleep
freak wrote:The reason why all these are not supported is because they are special shell objects.
Adding support for them is not the big problem, the problem is that they do mostly not
have a corresponding path in the filesystem. They are only represented by their shell item ids.
What should the gadget return when you select the control panel for example ?
that is what i was thinking about :shock:

@ Sparkie
this is what i'm talking about
Image
I'm waiting :)
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Micko wrote:I'm waiting
For what....


A.) For me to tell you how to do it :?:
B.) For me to do it for you :?:
C.) For freak to re-write the ExplorerComboGadget to suit your needs :?: :P

:)
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

D.) Copy/Paste/Run-compatible sourcecode
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

Sparkie wrote: For what....
probably for this :)
Sparkie wrote:Ok, the gas has cleared and I now know what it is Micko is after. I'll take a look later when I get home. :)
Post Reply