codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:

Home > Visual Basic > Visual Basic Registry 
Sort by :


1-20 of 38 Visual Basic Registry sites are shown.

 • File Association Utility: Easy Way to Add and Edit    Votes:236   Hits:4182 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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

 • Read and Modify the Registry.    Votes:242   Hits:21206 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Registry Handler    Votes:228   Hits:5758 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Delete Write and Enumerate Keys in the Registry

 • Registry Searcher    Votes:165   Hits:3714 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Visual Registry Editor, with Registry Read/Write .    Votes:237   Hits:5254 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
A registry browser/editor application; a .dll to read and write data to the registry; and a hex Editor Control.

 • Automated Registering of Multiple DLLs    Votes:234   Hits:2671 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Enumerate Registry Subkeys, Entries and Values    Votes:236   Hits:3845 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Enumerate Registry Subkeys, Entries and Values    Votes:239   Hits:4193 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
A demo on enumerating registry subkeys, entries and values.

 • File Association Wizard    Votes:240   Hits:2928 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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

 • Graphical Interface to RegSvr32    Votes:232   Hits:3134 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Hide Drives from Display in My Computer    Votes:233   Hits:3228 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This program can hide or unhide any drive from the My Computer view

 • Monitor Changes to the Registry    Votes:238   Hits:3719 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Remove the Love Virus from Your System    Votes:225   Hits:2100 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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

 • Save/Load a Form's Control Values And Window S    Votes:228   Hits:3401 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Change System Policies and Settings    Votes:233   Hits:3570 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Create a File Association by Automating Windows Sc    Votes:212   Hits:2393 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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

 • Create a Registry Key    Votes:216   Hits:4679 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Allows you to create a registry key directly from VB code.

 • Register/Unregister Type Libraries Using the Comma    Votes:232   Hits:3012 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Registry Manipluation .DLL    Votes:219   Hits:3688 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

 • Replacement for VB's SaveSetting and GetSettin    Votes:176   Hits:5010 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
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.

            
   
 






CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
• OnClick radio button problem Options
• Re: Jbutton events
• Re: changing the image of the button
• Code which can read file names from a Web Folder into an Array
• Re: dynamic crystal report generation
• ASP.NET Import/Export
• Difference between " " and ` ` in PERL
• Order by clause giving an error
• How to connect ASP.Net with MySql


Recent Articles
Multiple submit buttons with form validation
Understanding Hibernate ORM for Java/J2EE
HTTP screen-scraping and caching
a javascript calculator
A simple way to JTable
Java Native Interface (JNI)
Parsing Dynamic Layouts
MagicGrid
Caching With ASP.Net
Creating CSS Buttons


© Copyright codetoad.com 2001-2006