Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Back and Forward Button for windows explorer

Back and Forward Button for windows explorer

Scheduled Pinned Locked Moved C#
csharphelptutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    baharan20
    wrote on last edited by
    #1

    Hi I want to simulate Windows Explorer by C# and I write the code,and now I want to add Back and Forward button,the project see the path but I do not know how to go Back or Forward? thanks for your help Baharan20

    M L 2 Replies Last reply
    0
    • B baharan20

      Hi I want to simulate Windows Explorer by C# and I write the code,and now I want to add Back and Forward button,the project see the path but I do not know how to go Back or Forward? thanks for your help Baharan20

      M Offline
      M Offline
      Member 9823619
      wrote on last edited by
      #2

      This is a little old, but it might help you out a bit. A Windows Explorer in a user control[^]

      ~ Tyler Candee About Me | Candee Computers

      B 1 Reply Last reply
      0
      • M Member 9823619

        This is a little old, but it might help you out a bit. A Windows Explorer in a user control[^]

        ~ Tyler Candee About Me | Candee Computers

        B Offline
        B Offline
        baharan20
        wrote on last edited by
        #3

        Thanks I have seen this code Before But I don't Understand the code

        1 Reply Last reply
        0
        • B baharan20

          Hi I want to simulate Windows Explorer by C# and I write the code,and now I want to add Back and Forward button,the project see the path but I do not know how to go Back or Forward? thanks for your help Baharan20

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          baharan20 wrote:

          I want to simulate Windows Explorer by C# and I write the code,and now I want to add Back and Forward button,the project see the path but I do not know how to go Back or Forward?

          Your application will have a "current directory" that it's showing? Add it to a List every time it changes. Implement the "Back" button by fetching the path from that list and displaying that. That concept should make implementing the "Forward" button easy :)

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups