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

WebBrowser ?

davidgraham
Beginner
405 Views

In Visual Basic I can add a WebBrowser component to a form.

Can I do the same in VisualFortran? I would like to add a GoogleStaticMap to my form but don't think I can do it in VisualFortran.

If it is possible, is there an example of adding a WebBrowser?

Thanks  

 

0 Kudos
2 Replies
IanH
Honored Contributor II
405 Views

The web browser component you refer to in Visual Basic is probably a COM component (more specifically - it is probably an ActiveX control of some sort).  You can interact with COM components using Fortran.  But this is not a trivial exercise.


 

0 Kudos
Anthony_Richards
New Contributor I
405 Views

If you just want to open a web browser, just use the usual command to start an executable, once you have a location for, for example,
iexplorer.exe, firefox.exe, or whatever your installed browser application is.

0 Kudos
Reply