I have a simple Cobol program that calculates prime numbers sequentially.
By default the output is directed to a DOS window.
I would like to direct the output to a Windows Form.
All of the Visual Cobol forms examples I have seen accept input from the user and display a predetermined result.
Is there a method to use the display command in Cobol to direct output to a Window form ?
Any program or project examples would be appreciated.