Differences between revisions 4 and 37 (spanning 33 versions)
Revision 4 as of 2008-07-26 21:20:14
Size: 684
Editor: KaiJaeger
Comment:
Revision 37 as of 2018-03-03 11:36:15
Size: 137
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Dealing with the Windows Registry = = WinReg: dealing with the Windows Registry =
Line 3: Line 3:
[[TableOfContents]]

== Overview ==

This class offers methods useful to deal with the Windows Registry without using .NET.

== Shared Methods ==

 * !DeleteSubKey
 * !DeleteValue
 * !DoesKeyExist
 * !DoesValueExist
 * !GetString
 * !GetValue
 * !PutString
 * !PutValue
 * Version


== History ==

For a full version history: [:WinReg/History: History]

== Version Information ==

||Original author:||KaiJaeger||
||Responsible:||KaiJaeger||
||Email:||kai@aplteam.com||
||Current state:||1.0||

== Download ==
Goto the [:WinRegDownloadPage:WinRegDownloadPage]

----
CategoryOpenSourceApl CategoryAplAplDyalog
The project has been relocated to [[https://github.com/aplteam/WinReg]] on 2018-03-03.

WinReg: dealing with the Windows Registry

The project has been relocated to https://github.com/aplteam/WinReg on 2018-03-03.

WinReg (last edited 2018-03-03 11:36:15 by KaiJaeger)