recreating the file explorer drop downs

  • Thread starter Thread starter Harry Hudini
  • Start date Start date
H

Harry Hudini

Does anyone know if there is a control that will recreate the drop downs in
the File Explorer util that comes with a pocketpc ? I'm referring to the
ones that are used to change the directory you are looking in and whether to
sort by Name, Date etc.

Olly

--
________________________________________________
ADSSupport.net
http://www.adssupport.net
Dedicated free Active Directory ServicesT support

email: oliver.marshall@[email protected]
 
You could create it yourself using a panel for the background, 2 buttons from SDF (www.opennetcf.org) with no border and images the ones you want to use and 2 context menu and then write the code on click to show/hide the context menus.
 
Back
Top