Chilkat VB.NET Icon Class Reference
Icon
(Not yet released) Icon component with the following capabilities:
- Extract images from icon files to BMP image files.lt;/li>
- Extract icons from executables.
- Replace existing icons in executables.
- Insert icons in executables (.exe files).
Properties
LastErrorHtml As String (ReadOnly)
Error information in HTML format for the last method called.
LastErrorText As String (ReadOnly)
Error information in plain-text format for the last method called.
LastErrorXml As String (ReadOnly)
Error information in XML format for the last method called.
Methods
Function SaveLastError(ByVal filename As String) As Boolean
Saves the last error information to an XML formatted file.
|