Search results for query: *

  • Users: simian
  • Content: Threads
  • Order by date
  1. S

    Explorer right click menu

    Can any one please tell me how to add an entry to the windows explorer right click menu??
  2. S

    Process ID

    Can any one please tell me if there is a way to find the process id of a program that has added/removed/changed the registry or added/removed/changed a file or folder on your computer ?
  3. S

    File description/info

    Can any one please tell me how I can read information suchs as program name, copyright info and other information from an .exe file like you can in windows file explorer under the right click- properties menu. Thanks
  4. S

    convert reg_binary

    I was wondering if it was possible and how I would be able to convert a reg_binary value to a normal string.
  5. S

    Control panel applet

    I was wondering if any one could please tell me how I would be able to make a control panel applet for my program. Thanks.
  6. S

    DOS format

    I was wondering if there is a way to reformat a directory string ie "c:\My Documents\User" to the old dos format ??? Thanks
  7. S

    zip files

    I was wondering if it would be possible for any one to explain how i would be able to unzip files using vb.net
  8. S

    Registry monitor

    I have found that I can use RegNotifyChangeKeyValue to tell me when a registry change has been made but I am wondering if there is a way to tell me exactly what change was made. ie if a program added the key "Software/Mykey" my program would report that the key "Software/Mykey" had been added to...
  9. S

    Multi timer

    I am writting a program that needs to fire seperate timers at different interval. The problem I have is that there is a user defind number of timers and user defind intervals. Can any one help me figure out how to do this. Thanks in advance Simon.
  10. S

    Administrator rights

    I have a program that reads and writes to the registry and I have found that if you are not logged in with admin rights the program will not read the registry. Please can any one let me know of a way to get around this problem. Thanks in advance Simian
Back
Top