I'm trying to convert this C# code to Visual COBOL:
folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyComputer
When I try to do this in Visual COBOL, the SpecialFolder enumeration is not found.
I'm using Visual COBOL verion 2.3.
I'm trying to convert this C# code to Visual COBOL:
folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyComputer
When I try to do this in Visual COBOL, the SpecialFolder enumeration is not found.
I'm using Visual COBOL verion 2.3.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.