Skip to main content

We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.

If any pointers would help us over here

Thanks

Karthik


#COBOLVISUALCOBOLMIGRATION

We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.

If any pointers would help us over here

Thanks

Karthik


#COBOLVISUALCOBOLMIGRATION

https://www.clubedeautores.com.br/book/191259--Visual_Cobol_NET

https://books.google.com.br/books/about/Visual_Cobol_Net.html?id=OD24CgAAQBAJ&redir_esc=y


We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.

If any pointers would help us over here

Thanks

Karthik


#COBOLVISUALCOBOLMIGRATION

https://www.clubedeautores.com.br/book/191259--Visual_Cobol_NET

https://books.google.com.br/books/about/Visual_Cobol_Net.html?id=OD24CgAAQBAJ&redir_esc=y


We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.

If any pointers would help us over here

Thanks

Karthik


#COBOLVISUALCOBOLMIGRATION

https://www.clubedeautores.com.br/books/search?utf8=✓&where=books&what=altair borges&sort=&topic_id=


We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.

If any pointers would help us over here

Thanks

Karthik


#COBOLVISUALCOBOLMIGRATION

Thanks Altair for the reference. Also wanted to quickly understand is there a possibility to directly compile the  existing  character based screens into Win Forms with minimal changes. We are trying to see how quickly it can be migrated as the inventory is huge


We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.

If any pointers would help us over here

Thanks

Karthik


#COBOLVISUALCOBOLMIGRATION

You should be able to compile the character based screens as managed code with no or minimal changes but they will still run as character based screens only they will be .NET assemblies instead of native Windows executables.

Windows Forms are a set of classes in .NET that can be accessed directly from managed COBOL. You can design your Forms using the Visual Studio designer and it will generate the code-behind COBOL classes in order to run these.

Visual COBOL does not provide a mechanism for converting character-based screens directly to WinForms.

Perhaps someone else on the forum has developed a tool that might help with this type of conversion?