Search results for query: *

  • Users: jumper77
  • Content: Threads
  • Order by date
  1. jumper77

    Answered How to Copy a folder from Explorer to the Desktop?

    I'm trying to copy a folder to the desktop. My code isn't working though. It copies all the files within the folder to the desktop. What do I need to do to make it copy just the directory. Private Sub ListView1_DragDrop(sender As Object, e As DragEventArgs) Handles ListView1.DragDrop...
  2. jumper77

    Question Need help with some NetSH concepts...

    It seems like this is the place to put this question. If I'm wrong, I'm sure someone will let me know :) I've been working with NetSH.exe for the last few days and playing with all the Firewall commands. However most of them are not working right now. I'm sure I'm missing something pretty...
  3. jumper77

    Resolved How to avoid exceptions while looping through processes

    Hi everyone... I have a routine that loops through processes and I'm using a try and catch block to catch exceptions. What I would like to find out is if there is a way to avoid the exception completely. I'm seeing a high cost in execution time because of all the exceptions. Here's the place in...
  4. jumper77

    Need full path returned from Listview double click event

    Hi all. I have been trying to loop through processes and put the process icon and name in a Listview. I actually found the solution here before I (just now) became a member. It was a 2008 post where JohnH was helping out. Here's the code. But it has been modified some.... Private Sub...
Back
Top