TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Visual COBOL
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rick Malek (13)
Michael Bleistein (1)
Related resources for Visual COBOL
No resource found
Data Access With ADO.NET In Micro Focus Visual COBOL
6/24/2016 12:12:10 PM.
In this article, you will learn about data access with ADO.NET in Micro Focus Visual COBOL.
Printing Duplex In Micro Focus Visual COBOL For .NET
6/23/2016 9:40:16 AM.
In this article you will learn how to print Duplex in Micro Focus Visual COBOL for .NET.
Calling Managed COBOL From Unmanaged COBOL With Micro Focus Visual COBOL
2/13/2016 11:59:54 AM.
In this article you will learn about calling managed COBOL from un-managed COBOL with Micro Focus Visual COBOL.
Adding Cultural Information To The DateTimePicker In Micro Focus Visual COBOL For .NET
1/13/2016 2:05:16 PM.
In this article you will learn how to add cultural information to the DateTimePicker in Micro Focus Visual COBOL for .NET.
Working with the DateTimePicker in Micro Focus Visual COBOL for .NET
1/7/2016 12:03:15 PM.
Working with the DateTimePicker in Micro Focus Visual COBOL for .NET.
.NET Arrays with Micro Focus COBOL.NET
9/30/2012 3:40:01 AM.
Overview of how to use the System.Array class with Micro Focus COBOL.NET. Covers the syntax needed to create and use Arrays. Includes examples and sample code
Converting C# to COBOL
9/30/2012 3:30:09 AM.
. This article is intended to be used as a model for you to follow when you run into a C# example and need to convert it to COBOL.
Exception Handling in Visual COBOL.NET
9/30/2012 2:51:45 AM.
Let's start by taking a look at a simple and pretty standard COBOL way of handling exceptions. We’ll then see how that same example would be coding in a managed environment utilizing Visual COBOL.NET.
Working with buttons in Micro Focus Visual COBOL
9/30/2012 2:49:12 AM.
Micro Focus released Visual COBOL R4 earlier this year and it has turned out to be an awesome addition to Visual Studio 2010. The development teams have done a great job in delivering a very usable product.
Working with TextBoxes in Micro Focus Visual COBOL
5/29/2012 11:44:28 PM.
Micro Focus released VisualCOBOL R4 earlier this year and it has turned out to be an awesome addition to Visual Studio 2010.
Working With CheckBoxes in Micro Focus Visual COBOL
4/19/2012 6:38:15 PM.
This article reviews the common properties of the CheckBox control. These are the name, text, checked and checkstate properties. We’ll also review the use of events associated with a CheckBox.
Working with the DateTimePicker in Micro Focus Visual COBOL
2/10/2012 4:39:04 PM.
This article is about the DateTimePicker control. Our examples will focus on a single control. We’ll show you how to manipulate the properties of that control programmatically. We may have to include one additional control but the focus on each project will be on a single control with a supporting role for the additional control.
Using Labels with Visual COBOL
10/20/2011 11:52:46 PM.
Our examples will focus on a single control. We’ll show you how to manipulate the properties of that control programmatically.
Accessing RM Data files from managed Visual COBOL
10/19/2011 11:52:18 PM.
The purpose of this article is to provide the reader with an example of how to read the RM file system from a native COBOL program and have it display on a managed WinForm.