Desktop integrated file browser

  • Thread starter Thread starter franjorge
  • Start date Start date
F

franjorge

Hi,

I am trying to build a file explorer that is somehow integrated in
Windows' desktop. To achieve this, I am facing two issues:

- How can I simulate a 'deklet' behavior? That means, how can I make a
form behave in such a way that it does not appear in the taskbar nor in
the Alt+Tab list, it does not minimize when I hit the Win+D keys and it
is not 'always on top' but rather 'always on bottom' of normal
aplication's windows?

- Is there a control available that fully emulates the file explorer
behavior or must I build it from scratch? By file explorer behavior I
mean the user being able to sort files by name, have the icons shown as
list, icons, details, etc., supports drag and drop, right click on
icons in order to get the contextual menu, ...


Any help in any of both questions would be of great help.

Regards,
Fran
 
- How can I simulate a 'deklet' behavior? That means, how can I make a
form behave in such a way that it does not appear in the taskbar nor in
the Alt+Tab list, it does not minimize when I hit the Win+D keys and it
is not 'always on top' but rather 'always on bottom' of normal
aplication's windows?

Sounds like you want to use Active Desktop. It can host ActiveX
controls among other things.

http://msdn.microsoft.com/library/e.../programmersguide/shell_adv/activedesktop.asp

- Is there a control available that fully emulates the file explorer
behavior or must I build it from scratch?

There are third party controls that does that, commersial and free.
See for example http://www.ssware.com and http://ccrp.mvps.org


Mattias
 
Hi,

First of all, thanks for your answer.

Do you know if this is the way widgets (Yahoo widgets, Kapsules, ...)
work, using Active Desktop? Don't know why, but I have a rather bad
image of Active Desktop, something about security issues, I think. Am I
right?

Regards,
Fran
 
Back
Top