Search results for query: *

  1. N

    Shell32 in service

    Hmm ok, after setting the Service with my account information, it now does seem to pull everything in my Recycle Bin - Is there a way for the Service to automatically use the Login Credentials of the user who is logged in to start the service, or can a Admin account be programmed into the code...
  2. N

    Shell32 in service

    Thank you. I will research this and see if my results are any different. This is my watered down code just to see if I can successfully read the Recycle Bin. I have roughly a dozen entries in the bin, but the code here only display 3 of them? All the JPGS I have there. - And Why the G...
  3. N

    Shell32 in service

    I will attempt again, but i moved the code that was working from you into the service and it seem to cause an exception error (need to double check). Off hand, I don't recall the exact message, but It might had to do with an object needed to be created. But if a user is logged onto the Server...
  4. N

    Issue trying to read Recycle Bin with Shell32

    JohnH, you are a super star. I created a new project and used your code with eveythig working as it should. I appreciate all the help you, and all provided.
  5. N

    Shell32 in service

    I tried to take this a step further and create a service for this instead of the windows application. I found my lovely users were closing out this program once it started.... why???!? Because they are users and do everything they shouldn't. But like everything else with Recycle Bin, I...
  6. N

    Issue trying to read Recycle Bin with Shell32

    I was hopeful your deleting of folders would work, but same result. Any additional building of the project folder continues to display that same error message. If you guy can indulge the noob here. I am getting the error message described above when I run my program. Somehow though, in...
  7. N

    Issue trying to read Recycle Bin with Shell32

    OK how is this one for a illogical problem! Somehow, I have a project folder for the above Project. If I go to the Debug folder and run the .EXE I get no error. Any change, I mean any and rebuild breaks the application again. Can ANYONE explain to me what is Going ON! . How is it...
  8. N

    Issue trying to read Recycle Bin with Shell32

    OK i am racking my brain on this. Here is my full code. When I publish this to generate the Executable - How does that file know What User created it????? if I copy and paste that folder with the executable onto another computer with another user logged in, it doesn't work. If I run it on...
  9. N

    Issue trying to read Recycle Bin with Shell32

    I am using InstallShield to distribute this to the workstation(s) I am trying. I installed it under a general users account and it works fine. But yet again, if someone else logs in I get the error. Is there something during the installation that I am missing that I need. It is a fairly...
  10. N

    Issue trying to read Recycle Bin with Shell32

    I originally designed the 1st draft from Windows 10, VS2015. Again, it works perfectly on the development machine as well as the Windows 7 workstations if I am logged under my Own User Account (which happens to be Admin). I get that error message when another user logs in and the program...
  11. N

    Issue trying to read Recycle Bin with Shell32

    C:\ProgramData\Microsoft\Windows\Start Menu\ I have tested the above out and the program does autostart with each user login. I was thinking, part of my code is creating a sub-folder with the modified date of the file. I can not test this now, but could that be causing that error if the...
  12. N

    Issue trying to read Recycle Bin with Shell32

    I have been asked to come up with a solution to copy specific files that have been deleted to the Recycle Bin. I am far from being an expert programmer, so I am more than stumped on how to resolve the error I am receiving. The strange thing is, any computer I am physically logged in as under...
Back
Top