| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
a Registry Class | Microsoft Visual C++ | Intermediate / Yves Lessard (from psc cd) | 2041 since 1/2/2015 7:19:00 PM |
By 17 Users
|
|
This is a Class to help you on Registry functions.
This Class in WIN32(so it works in MFC, ATL, WIN32) and it is full UNICODE.
Most of these Class found on internet do not delete properly Key and SubKey in WinNT (or they need help of Shlwapi.dll, and it i ...(description truncated) |
|
|
|
 |
Disable Taskmanager | C++ (general) | Beginner / newhen (from psc cd) | 3111 since 1/9/2015 6:02:00 AM |
By 6 Users
|
|
Disables Taskmanager |
|
|
|
 |
Get Easy Registry Access | Microsoft Visual C++, Borland C++ | Intermediate / David Overton (from psc cd) | 2200 since 1/1/2015 12:03:00 PM |
By 10 Users
|
|
Provides an easy way to access and manipulate the Windows Registry database from your C++ applications. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Half-Life CD-KEY Changer | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Dummy52 (from psc cd) | 4392 since 1/5/2015 10:19:00 AM |
By 3 Users
|
|
The purpose of this code is to demonstrate the Windows API registry functions. Using these functions, I put together a short program for fellow Half-Life gamers to easily change their cd-key without editing the registry via regedit. (ScreenShot) |
|
|
|
 |
How to Read from and Write to Registry using WIN32 API | C++ (general), Microsoft Visual C++ | Beginner / LCensoni (from psc cd) | 4614 since 1/3/2015 5:05:00 AM |
By 14 Users
|
|
Some time ago, i was reading an article about registry here in PSC. It was all done in MFC, so I asked the author to please write one using WIN32 API. He never did, so I went and found the info myself. Here it is.
Please leave comments (maybe even votes) ...(description truncated) |
|
|
|
 |
Introduction to the Registry | Microsoft Visual C++ | Beginner / Matthew Stride (from psc cd) | 2957 since 1/8/2015 7:49:00 PM |
By 2 Users
|
|
Learn how to use the power of the windows registry with this simple tutorial. Topics covered are an introduction to the regedit tool that comes with windows, reading, writing, creating and deleting registry values and keys and generating a list of all val ...(description truncated) (ScreenShot) |
|
|
|
 |
Registry | C++ (general), Borland C++ | Advanced / Anonymous (from psc cd) | 1891 since 1/2/2015 7:15:00 AM |
By 8 Users
|
|
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. (from psc cd) | 2260 since 1/1/2015 4:25:00 PM |
By 4 Users
|
|
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) |
|
|
|
 |
Retrive system dirs from registry | C, C++ (general) | Intermediate / Magnus Johansson (from psc cd) | 1638 since 1/1/2015 6:40:00 AM |
By 6 Users
|
|
This code will collect the system directorys directly from the registry. This is _very_ useful if you are writing an installation program...
Please vote for me and/or give feedback :-) |
|
|
|
 |
User Registration | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Michael (from psc cd) | 2269 since 1/2/2015 10:27:00 AM |
By 3 Users
|
|
Registration |
|