Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29417 Discussions

add a dialog box to a VB.NET calling a FORTRAN DLL

richard_e_roy
Beginner
645 Views
I am developing an application that uses VB 2005 to call a FORTRAN DLL that reports its status by writing text to a listbox within a modeless dialog box (or Form in VB terminology). I have successfully run the VB-calls-Fortran sample, but I cannot figure out how to create a resource file containing a listbox that I can write to. Ideally, the dialogbox/form would be on the VB side and be passed to the Fortran but I don't think this is possible. If not, I could get by with the modeless dialog box on the Fortran side and write the status to the listbox within the dialogbox.

Thanks for any help
0 Kudos
0 Replies
Reply