Window Types

Window

Windows of type "window" are the most used and useful windows used by Just BASIC programmers. They can contain any of the controls. They can have a sizing frame, or omit it. They can include a menu, but they do not have to have a menu. It is also possible for the user to hit the TAB key to move focus from one control to the next in a window of type "window."

window		open a basic window type
window_nf	open a basic window type without a sizing frame
