How can I get the large window by default?
Example with small window: http://screencast.com/t/IgOM3h4p3og
Example with large window: http://screencast.com/t/mazlMAFB6A
Hi wingowin,
You can set property "FullPage" to true, then the editor will load as the full page mode by default.
Dim editor
Set editor = New CuteEditor
editor.FullPage=true
editor.Draw()
Regards,
Ken