Skip to main content

Hi all,

I am a experienced COBOL developer having used MF products for many years in Windows PC environments - currently Visual COBOL / Visual studio.  However my knowledge of direct Windows functions/api calls is more limited e.g. I launch a few apps to run scripts to find printers, display browser windows and manipulate MF Dialog System objects.  I'd like to learn about Windows programming from an MF and general perspective i.e. how to process windows objects, how they are structured, how I can use built in Visual Studio/.Net functions and so on.  As background I also use MySQL and program in PHP and javascript and have developed a few windows scripts.

Many thanks,

Linden

Hi all,

I am a experienced COBOL developer having used MF products for many years in Windows PC environments - currently Visual COBOL / Visual studio.  However my knowledge of direct Windows functions/api calls is more limited e.g. I launch a few apps to run scripts to find printers, display browser windows and manipulate MF Dialog System objects.  I'd like to learn about Windows programming from an MF and general perspective i.e. how to process windows objects, how they are structured, how I can use built in Visual Studio/.Net functions and so on.  As background I also use MySQL and program in PHP and javascript and have developed a few windows scripts.

Many thanks,

Linden

If you are programming Microsoft Window applications I recommend to use .NET managed code. So you have access to the Microsoft .NET functions (framework) for which you can find many information and examples in several communities. Have a look to my Web page www.lanter-edv.ch (select English) to get some more information. I probably can send you an example for several requirements.

Werner Lanter

Hi all,

I am a experienced COBOL developer having used MF products for many years in Windows PC environments - currently Visual COBOL / Visual studio.  However my knowledge of direct Windows functions/api calls is more limited e.g. I launch a few apps to run scripts to find printers, display browser windows and manipulate MF Dialog System objects.  I'd like to learn about Windows programming from an MF and general perspective i.e. how to process windows objects, how they are structured, how I can use built in Visual Studio/.Net functions and so on.  As background I also use MySQL and program in PHP and javascript and have developed a few windows scripts.

Many thanks,

Linden

Hi. I discovered that there is a problem with the write.exe program. Using the DOS command line I went to the folder that contains the file TX000001.TXT. When I write the write command TX000001.TXT windows hangs for a few seconds and then ignores the command. Then I renamed the file as JAJA.TXT and wrote again write JAJA.TXT then it ran fine. This is a mystery because, as I said before, this only happens in the new PCs with windows 10. At this point I do not know what to do. It's not a rmcobol problem, that's what he said.

Hi all,

I am a experienced COBOL developer having used MF products for many years in Windows PC environments - currently Visual COBOL / Visual studio.  However my knowledge of direct Windows functions/api calls is more limited e.g. I launch a few apps to run scripts to find printers, display browser windows and manipulate MF Dialog System objects.  I'd like to learn about Windows programming from an MF and general perspective i.e. how to process windows objects, how they are structured, how I can use built in Visual Studio/.Net functions and so on.  As background I also use MySQL and program in PHP and javascript and have developed a few windows scripts.

Many thanks,

Linden

You probably choose the wrong case.

Hi all,

I am a experienced COBOL developer having used MF products for many years in Windows PC environments - currently Visual COBOL / Visual studio.  However my knowledge of direct Windows functions/api calls is more limited e.g. I launch a few apps to run scripts to find printers, display browser windows and manipulate MF Dialog System objects.  I'd like to learn about Windows programming from an MF and general perspective i.e. how to process windows objects, how they are structured, how I can use built in Visual Studio/.Net functions and so on.  As background I also use MySQL and program in PHP and javascript and have developed a few windows scripts.

Many thanks,

Linden

Thanks everyone for your help. Finally I decided to replace "WRITE" with "NOTEPAD".