accesing menu options using VB.Net framework

Q&A for Visual Basic, Visual Basic .NET, and PowerBasic developers using DPlot
Post Reply
Neha saini
Posts: 1
Joined: Fri Jan 22, 2010 6:27 am

accesing menu options using VB.Net framework

Post 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
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post 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".
Visualize Your Data
support@dplot.com
Post Reply