Here this code does not show the Windows 11 dialog box:
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
local oPrn
PRINTER oPrn
PAGE
oPrn:Say( "Hello World!" )
ENDPAGE
ENDPRINTER
return nil
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
local oPrn
PRINTER oPrn
PAGE
oPrn:Say( "Hello World!" )
ENDPAGE
ENDPRINTER
return nil