Name

DeleteSetting Procedure — Microsoft.VisualBasic.Interaction

Synopsis

DeleteSetting(appname[, section[, key]])
appname required; String

The name of the application. This must be a subkey of the HKEY_CURRENT_USER\Software\VB and VBA Program Settings registry key.

section optional; String

The name of the application key’s subkey that is to be deleted. section can be a single key or a registry path separated with backslashes.

key optional; String

The name of the value entry to delete.

Description

Deletes a complete application key, one of its subkeys, or a single value entry from the Windows registry.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.