Locked copy director and files in it.

  • Freitag, 17. August 2012 15:05
     
     

    hello i am experiencing difficulty with windows explorer and i can not drag and drop files or folders, or right click copy and paste also does not work. so i am writing a program that will have a directory that it points to when it is opened there will be a treeview in it. the treeview needs it's nodes to be the files and folders of everything in "C:\temp\test" the idea is that when you click on a treenode and click ok it can copy that file to another location.

    thanks in advance.

    thanks.

Alle Antworten

  • Samstag, 18. August 2012 16:41
     
     

    You should find out what is wrong with your installation of Windows. I would suspect malware, so scan it with whatever anti-virus software you have, or install one (Microsoft Security essentials is good) and also use something like SuperAntiSpyware for a second opinion to make sure.

    --
    Andrew

  • Sonntag, 19. August 2012 00:23
     
     

    Try a reboot first, I've seen this kind of behavior on other PC's I've analyzed in the past, and a reboot did manage to fix the issue.

    I think this should be in a different forum though. Or split up somehow. I would also suggest that a program isn't the fix for a core Windows issue.

    If you want to learn how to use the TreeView control though take a look at some of the examples on MSDN, then come back to the forums if you don't understand anything :)

    ~Ace


    If a post helps you in any way or solves your particular issue, please remember to use the Propose As Answer option or Vote As Helpful
    Visit the Forum: TechLifeForum



  • Sonntag, 19. August 2012 01:58
     
     

    neither of these worked or are the answer to my question.

    again how in code through vb do you copy a directory and all files and directory's in it.

  • Sonntag, 19. August 2012 18:03
     
     

    How to: Copy Directories

    You may also find the FolderBrowserDialog Class and OpenFileDialog Class useful.

    But if your installation of Windows is broken, you really do have more to worry about.

    HTH,

    Andrew

  • Mittwoch, 22. August 2012 06:47
     
     Beantwortet

    You may consider the following link to help you get an idea why you are having a problem not having context menus when you right click. enjoy

    http://maketecheasier.com/customize-the-right-click-menu-in-windows-7-injecting-extra-features/2009/12/22


    If you want something you've never had, you need to do something you've never done.