Search results for query: *

  1. G

    Remove "deny" permission type from registry key

    Anybody gut any ideas on this?
  2. G

    Remove "deny" permission type from registry key

    Hey hey! I have been smashing my head against the desk on this one for a couple of days now. I am trying to ensure that Adobe Reader is the default .PDF viewer for the currently logged in user for a domain account. I have pin pointed the key that controls the file association for domain...
  3. G

    Code doesn't continue after end process function

    Thanks so much for the suggestion John, I implemented the Try-Catch statement AND the Process.CloseMainWindow() method. They work great!! Thanks so much for your help guys, I have been struggling with this for a week! 'Checks for and prompts to close process Public Sub...
  4. G

    Code doesn't continue after end process function

    Hey there! I Just wanted to let you know that I got it working. I was unable to find a way to use the Process.WaitForExit method to work in the way that I want to incorporate subs to check through the processes and close whichever one I choose with ByVal. But I was able to get it working with a...
  5. G

    Code doesn't continue after end process function

    That sounds like great idea. .. I'll get at it in the AM and post back with results Thanks a ton jm!!
  6. G

    Code doesn't continue after end process function

    I'm writing a small application to clear temp files on a Windows 7/8 machine and to check for, and close Adobe Reader if it is running before continuing. For some reason after Adobe Reader is closed, the code seems to cease and the temp file removal process never starts, this is all done calling...
Back
Top