|
|
1-20 of 38 Visual Basic Registry sites are shown.
|
|
This code enables you to list ALL file extensions in your machine which have registered file associations. The list will show what application title each file extension belongs to and what program execution command it is associated with. With this program, you can view, add and remove file associations, with ease and in an elegant way. The application also provides a system tray function
|
|
|
|
|
|
|
Perform the four basic functions to the Windows registry. Add, change, delete, and query. Allows you to to read registry values, and modify both keys and values.
|
|
|
|
|
|
|
Delete Write and Enumerate Keys in the Registry
|
|
|
|
|
|
|
This application allows you to search the registry, just like the search feature in the Windows Utility RegEdit. Also included is a module to play AVI files without an OCX.
|
|
|
|
|
|
|
A registry browser/editor application; a .dll to read and write data to the registry; and a hex Editor Control.
|
|
|
|
|
|
|
With many programs you must register one or more DLL's. This program lets you easily select the files you must register and with one click, these DLL's are registered.
|
|
|
|
|
|
|
This class abstracts the VB functions GetSetting and SaveSetting, and will save you some typing if you use these often within your application. It is good for storing name-value pairs in the registry, without having to use the Registry API functions.
|
|
|
|
|
|
|
A demo on enumerating registry subkeys, entries and values.
|
|
|
|
|
|
|
This Associate Wizard automates the task of associating your program with a given file extension. It even changes the icon of the target extension to match your program's icon
|
|
|
|
|
|
|
This program allows to register/unregister DLLs using RegSvr32 tool which is included with Windows. This program is very easy even for beginners. Additionally, it shows a way to find windows\system directory location properly. A handy utility that will help you avoid the inconvenience of running regsvr32 from the start menu all the time.
|
|
|
|
|
|
|
This program can hide or unhide any drive from the My Computer view
|
|
|
|
|
|
|
This function allows you to monitor changes in Registry keys and subkeys. It may be useful to protect your Registry (especially "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" or "RunOnce") against "non-friendly" applications.
|
|
|
|
|
|
|
If your machine has been affected by the so-called "Love virus" that is being spread by e-mail, this code will remove that virus and prevent your system from spreading it. Even if your machine is not affected, the application provides a good education about what the Love Virus is, how it affects computers and spreads itself, and e-mail worms in general
|
|
|
|
|
|
|
A one-step process to save all control values on a form to the Windows registry and to retrieve previously saved values and re-apply them to the form. Will automatically save the values for each text box, check box, option button, list box, and combo box. Optionally, the window size and position can also be saved and retrieved. Especially useful for complex "Options" forms.
|
|
|
|
|
|
|
This application allows you to change a large variety of system policies and settings related to the Explorer, Network, System, and DOS. Examples include Hiding the Run Menu, Hiding Icons on the Desktop, Hiding the Recent Documents Menu, Disabling Print/File Sharing, Disabling Virtual Memory, Disabling the DOS prompt, and many more.
|
|
|
|
|
|
|
This shows you how to create a file association by automating windows scripting host. Here I've given an example to associate .jpg file with mspaint.exe. You can change it to any excecutable ,with fullpath name
|
|
|
|
|
|
|
Allows you to create a registry key directly from VB code.
|
|
|
|
|
|
|
RegTLB.reg creates the registry settings for a context menu for register/unregister of type libraries and RegTLB.exe is the program that executes to register/unregister type libraries. Both are included along with sourcecode and directions (ReadMe.txt) for use.
|
|
|
|
|
|
|
Read and write Strings, DWords and binary arrays to the registry. Get lists of keys and or values stored in the registry. Test for the existence of keys. Includes a sample client application and documentation in HTML Help Format.
|
|
|
|
|
|
|
This module contains two procedures; SaveStringSetting and GetStringSetting. These procedures can be used as replacements for VB's SaveSetting and GetSetting so that your data is written to the more useful 'HKEY_LOCAL_MACHINE\SOFTWARE' rather than the 'HKEY_CURRENT_USER\Software\VB and VBA Program Settings' key.
|
|
|
|
|
|
|