Windows explorer embeded in web page!?

by 1 replies
1
Hello!

Do you know what I have to use or how to build something like windows explorer window and embeded in to a web page.
I Each user will have to be able to use this site explorer to create new folders, upload and download documents from server, search documents.
#programming #embeded #explorer #page #web #windows
  • Few simple steps that you need to follow are:

    First, you have to create new windows application project.

    Second, drag a SplitContainer control on your form. Then drag a TreeView control on SplitterPanel1. Then drag a ListView control on SplitterPanel2.

    Select all three controls and in the Properties window select Dock property to fill.

    Last, press F5 to run the application.

    Hope it is useful for you.

Next Topics on Trending Feed