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