Chilkat C# 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
public string LastErrorHtml {get; }
Error information in HTML format for the last method called.
public string LastErrorText {get; }
Error information in plain-text format for the last method called.
public string LastErrorXml {get; }
Error information in XML format for the last method called.
Methods
public bool SaveLastError(string filename);
Saves the last error information to an XML formatted file.
|