Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Example of 3D graph usage with VS2005/MStudio 8.0.1

Looking for VB.NET example of 3D Graph control.
 
There is an example with VS2003. However, my platform is VS 2005. There are 16 file in the zip file VBIntensityGraph. There are significant changes to how VS2005 handles ActiveX controls vs. VS2003.
 
Does anyone have a VS2005 example of 3D graph usage?
 
Thanks.
0 Kudos
Message 1 of 2
(3,048 Views)
Steve,

You are correct about the differences in the way Visual Studio 2005 handles Active X controls. However, Visual Studio automatically takes care of the hard part for you. When you import an Active X control onto a Windows Form, Visual Studio .NET automatically creates Windows Forms wrappers for you.

What this means for you is that once you load your 3D Graph in Visual Studio 2005, and the Active X wrapper is created (along with the necessary DLL files), you can use the graph as you normally would.

If you would like to know more about how this works, read Using Measurement Studio Active X Controls in Visual Studio .NET, specifically the sections titled "Windows Forms and ActiveX Controls" and "Loading the Measurement Studio ActiveX Controls."

You can also look at Interacting with Measurement Studio Graphs in Visual Basic for more information on graph controls in VB.

Matt Mueller
NI
Message 2 of 2
(3,036 Views)