-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Accueil > Community > Automation and VBA > How to call Flexpro in visual basic 2013? > Reply To: How to call Flexpro in visual basic 2013?
November 27, 2014 at 10:11 pm
#12869
Anonymous
Guest
I try to call Flexpro in visual basic 2013. Can anyone tell me how to do that? For example, How to make a new database? I have already add the Reference, is there any code like the calling matlab functions from VB.net?
e.g.
Dim MatLab As Object
MatLab = CreateObject(“Matlab.Application”)
Result = MatLab.Execute(“surf(peaks)”)