greiner

Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-29
13:44
329 views
Assistant for ActiveX
In Netexpress5.x is it possible to run an assistant for activeX-Components to generate code.
I don't find this Option in Visual Cobol 3.x or 4.x
I know that ActiveX is not prefered for Dotnet-Application, it must be good to preserve this possibilty in Visual Cobol
Thanks for your help
cg
1 Reply
Chris Glazier

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-01-07
15:07
I believe you are referring to the Type Library Assistant that was available from the Net Express IDE Tools menu option. I am sorry but this tool has not been migrated to Visual COBOL so it is no longer available.
Code which is generated by the Net Express tool will compile and run under Visual COBOL in native code only. The code generated is not compatible with managed code .NET applications. If calling an ActiveX control from within a managed code application you would use the managed code OO syntax and intellisense to guide you.
Code which is generated by the Net Express tool will compile and run under Visual COBOL in native code only. The code generated is not compatible with managed code .NET applications. If calling an ActiveX control from within a managed code application you would use the managed code OO syntax and intellisense to guide you.