| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Registration For a Company | C++ (general) | Beginner / alejandro molina jr | 3790 since 8/26/2003 7:37:20 PM | Unrated
|
| |
to register an employee in the database of the company. |
| |
| |
| |
 |
Registry | C++ (general), Borland C++ | Advanced /
| 10405 since 7/4/2001 7:56:16 AM |
By 8 Users 4 Excellent Ratings
|
| |
The following code does two things:
1) Opens a new registry key if an existing one doesn't exist and writes to it
2) Reads the existing data in the key, and applies the data to the form using the SetBounds(); function.
The code looks VERY cluttered and th ...(description truncated) |
| |
| |
| |
 |
registry changes tracker | C, C++ (general), Microsoft Visual C++, Borland C++ | Advanced / Eugene A. | 7222 since 12/20/2000 10:01:30 AM |
By 4 Users 4 Excellent Ratings
|
| |
it scans the registry and would( not completed part) tell you which keys & values have changed. However, if you want a very good tutorial-like code on C array of strings, file-mapping API, and registry works, my code is for you. In fact, copy my C string ...(description truncated) |
| |
| |
| |
 |
Registry Entries | C++ (general), Microsoft Visual C++ | Beginner / Robert Schneckenhaus | 6655 since 1/13/2003 9:59:02 AM |
By 3 Users 2 Excellent Ratings
|
| |
The two examples show how you can read/write buffers from/to the registry. |
| |
| |
| |
 |
Registry Function (API) | C++ (general), Microsoft Visual C++ | Intermediate / Mohamed Saleh Abdelaziz | 2523 since 2/12/2009 8:34:10 PM |
By 1 Users
|
| |
This is Free Source Code For Windows Registry Functions
Create - Open - Query - Set-Value |
| |
| |
| |
 |
Registry HKEY_USERS Windows 2000 2K W2K NT5 | C++ (general), Microsoft Visual C++ | Beginner / Jesse Foley | 3904 since 12/31/2003 7:10:22 PM |
By 1 Users
|
| |
I'm writing a larger program to manage quite a bit of tasks on the backend of workstations for my company's entire domain (offices world wide). One of the sub functions that I need to be able to perform is to recurse, query, add/remove, and just to genera ...(description truncated) |
| |
| |
| |
 |
Registry Manipulation | C++ (general), Microsoft Visual C++ | Intermediate / John Bell | 4786 since 7/13/2002 3:41:39 AM |
By 2 Users
|
| |
This is a class wrapper for the win32 registry...not to be egotistical, but it is the best availible in the registry section of Planet-Source-Code. It provides access to all of the common functions including RegEnumValue. (ScreenShot) |
| |
| |
| |
 |
Registry Start Up Veiwer | Borland C++ | Beginner / Jerome Scott II aka codecaine | 2656 since 4/22/2003 11:19:14 PM | Unrated
|
| |
see whats running and the start up and delete values from the start up |
| |
| |
| |
 |
Registry Tweak | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Amod | 3691 since 6/14/2004 6:26:06 AM | Unrated
|
| |
I always have problems with registry not in terms of access but in terms of how data is stored. I always find myself lost somewhere while searching the registry. This document is useful to developers as well as people who want’s to know more about the var ...(description truncated) |
| |
| |
| |
 |
rename registry key programmatically | Microsoft Visual C++ | Advanced / Yogesh G. Shrikhande | 6641 since 4/27/2006 7:34:41 AM | Unrated
|
| |
if we want to rename registry key programmatically in vc++ There is no rename function to rename registry key here i devloped program which rename registry key programmatically
first Read the value, create a new key, write the value, delete the original
i ...(description truncated) |
| |