Page 1 of 1

accesing menu options using VB.Net framework

Posted: Fri Jan 22, 2010 6:35 am
by Neha saini
Hi,
I am developing a VB.Net application for which I am evaluating the Dplot software.

I was able to load the dll and run the btest5 form in my project.

Requirement:
I need the following functionality in my application - smoothing, derivatives, peak picking, pick points, average etc.
How can I access these functions(menu items) on the dplot software through my application. I do not want the user to see the dplot menu - only to access the menu through my applications menu.

Any help would be appreciated.

Regards,
Neha

Posted: Fri Jan 22, 2010 4:36 pm
by DPlotAdmin
Most (not all, but most) menu commands have corresponding macro/DDE commands. For example you can get the same functionality you get with the Smooth command on the Edit menu with an EditSmooth command using a call to DPlot_Command. If you look at the Help topics for menu commands you're interested in, you'll see related macro commands under "Related macro commands".