Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.SaveFile Function

Saves the content of the control to a file; Returns True if the operation finished correctly

Syntax
Public Function SaveFile (ByVal bstrFilename As String, _
Optional ByVal bTextOnly As Boolean) As Boolean
Parameters
Parameter Description
ByVal bstrFilename As String The file to create
Optional ByVal bTextOnly As Boolean True for creating a text file, False for a RTF file
Remarks