BlankDesktop method
BlankDesktop(Blank)
BlankDesktop
The BlankDesktop(Blank) method creates a blank 'desktop' window which hides the real desktop and any applications other than KClient. If focus is lost to another application the blank desktop is hidden. Note. As the blank desktop window acts as the parent for all KClient dialogs; if it is to be used it must be enabled before the first form is shown.
REM Enable blank desktop Client.BlankDesktop(TRUE) REM Now the blank desktop has been created we can show a form. Form.Open()