ResourceWriter: AddResource

AddResource

Adds a new value to the writer.



 Public Sub AddResource(
	  ByRef Value As Variant,
	  ByRef ResourceName As Variant,
	  Optional ByRef ResourceType As Variant,
	  Optional ByRef LanguageID As Variant )

Parameters

Value
[ByRef] Variant. The value to be added to a .RES file.
ResourceName
[ByRef] Variant. The identifier of the value. Can be a string or number.
ResourceType
[ByRef] Optional. Variant. The type of resource being writting.
LanguageID
[ByRef] Optional. Variant. The Locale ID associated with the resource.

See Also

Project CorLib Overview

Class ResourceWriter Overview