Limit this search to....

Working with the Registry Using C#.Net: Part 1
Contributor(s): Edwards, Richard (Author)
ISBN: 1679191853     ISBN-13: 9781679191855
Publisher: Independently Published
OUR PRICE:   $14.20  
Product Type: Paperback
Published: December 2019
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - C#
Physical Information: 0.26" H x 6" W x 9" (0.37 lbs) 108 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
The book is part one of a series of books on learning how to write registry code. While mentioned, the bulk of this code in this book deals with using the Microsoft.Win32 namespace which pretty much uses the COM APIs that was used with VB4, VB5, VB6 and C++ to read and write registry information into the registry.There is a ton of code in this book and it will show you how to enumerate through keys, read registry values and work with the registry Values and their data types: REG_SZ, REG_EXPAND_SZ, REG_MULTI_SZ, REG_BINARY, REG_DWORD and REG_QWORD.