Previous Document Next Document
Window.NewWindow

Function NewWindow() As Window

Member of Window

The NewWindow method creates a new window and returns a reference to the newly-created window.

The following code example creates a new window:

Sub Test() 
 ActiveWindow.NewWindow 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.