Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: Visual Basic Development Accessing the Windows Registry with the API Tutorial

Access the Windows Registry using the Windows API functions, that will be integrated

Tutorial Details:

Accessing the Windows Registry with the API

The Registry originally appeared in Windows 3.x, as a store of OLE types. However, all application and Windows' settings were kept in private initialisation files, spread all over the hard disk. When Windows 95 was introduced, the people at Microsoft had had a good think about this, and decided to put all these settings in one central file, so if the computer crashed, you would lose all of your settings, not just one application's worth. Well, this wasn't quite what they thought! They really wanted to have all applications using the Registry to store settings instead of INI files, for reasons of support and adapting to multi-user environments.

Because of this, we recommend that you back up the Registry BEFORE you start playing, rather than after. The files that you need are system.dat and user.dat which are both in the Windows directory. That way, if everything goes wrong, you can replace the damaged ones.

This idea of one central database to store settings has been implemented in all the newest versions of Windows (i.e. Windows 98, Windows NT4, and Windows NT5/2000), and is definitely here to stay.

You can edit the Registry using a program called Regedit.exe. It is found in the Windows directory. It allows you to browse through the Registry, and make changes to it. This provides a very easy way to check that your app is doing what it should be doing in the correct places.


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
Visual Basic Development Accessing the Windows Registry with the API Tutorial

View Tutorial:
Visual Basic Development Accessing the Windows Registry with the API Tutorial

Related Tutorials:

Opening up new ports to Java with javax.comm - JavaWorld - September 1998
Opening up new ports to Java with javax.comm - JavaWorld - September 1998
 
Product Review: Kawa 4.0 - JavaWorld June 2000
Product Review: Kawa 4.0 - JavaWorld June 2000
 
C# : A language alternative or just J--? (part1)
C# : A language alternative or just J--? (part1)
 
Sir, what is your preference?
Sir, what is your preference?
 
Log it or loose it
Log it or loose it
 
Discover and publish Web services with JAXR
Discover and publish Web services with JAXR
 
Eclipse casts shadows
Eclipse casts shadows
 
Best tools for mobile application development
Best tools for mobile application development
 
Sun boosts
Sun boosts enterprise Java
 
Let the mobile games begin, Part 2
Let the mobile games begin, Part 2
 
J2EE 1.4 eases Web service development
J2EE 1.4 eases Web service development
 
The Java Web Services Tutorial
This tutorial is a beginner\'s guide to developing Web services and Web applications using the Java Web Services Developer Pack (Java WSDP).
 
Eclipse plugin eva/3 Application Builder for visual development and database management
Eclipse plugin eva/3 Application Builder for visual development and database management.
 
Access Windows Performance Monitor counters from Java, Part 1
Access Windows Performance Monitor counters from Java, Part 1 Use a simple Java API to gather valuable performance statistics Summary Windows NT, 2000, 2003, and XP contain a utility called the Performance Monitor that provides a rich array of perform
 
Java Beans, Part 1 Introducing Java Beans
The basic idea of the Beans tutorial is to get you to the point where you can quickly create beans. You may want to write new beans from scratch, or you may want to take existing components, applets, or other classes and turn them into beans.
 
The JavaTM Web Services Tutorial
A beginner's guide to developing Web services and Web applications on the Java Web Services Developer Pack
 
Project Looking Glass: Its Architecture and Sneak Preview of the API
Bring a richer user experience to the desktop and to applications, through 3D windowing and visualization capabilities. This article covers Project Looking Glass' main features and API, its basic organization, and the functionality of important classes.
 
First Step towards JDBC!
First Step towards JDBC! Welcome to our JDBC Section First Step towards JDBC This article introduce you with JDBC and shows you how to create a database application to access the databases. Accessing the Database from Servlet This article shows
 
Parisonz Solutions!
Parisonz Solutions! W elcome to Parisonz Solutions . The purpose of this web is to Develop and Distribute Projects to Businesses and Individuals though Web. We have a wide range of projects completed online — including software development, web
 
Building Search Engine Applications Using Servlets !
Building Search Engine Applications Using Servlets ! Building Search Engine Applications Using Servlets Please visit http://www.webappcabaret.com/javadevelopers/search to see running copy of our search engine. Introduction This tutorial takes
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.