Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

axcw3DGraphLib and WebForms

Hello,
I want to display 3D graph in WebForms, how can I do it??
Please, help me.
0 Kudos
Message 1 of 4
(4,692 Views)
Moldzio,

I'm assuming since you are developing a web application you are using ASP.NET.  In order to use the 3D graph in ASP.NET, or any other Measurement Studio ActiveX controls, you must manually add it to your ASP.NET code. I have included simple instructions on adding an ActiveX control to your ASP.NET code below:

In order to use your ActiveX control in an ASP.NET web page, simply add the following line:

OBJECT ID="Object1" CLASSID="CLSID:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" CODEBASE="OCX_Name.OCX">

The ClassID can be found by doing a search in the registry for the name of your OCX file. Copy and paste that value in the spot where you see the all of the x's above.

The Codebase tag specifies where the OCX file is located in relation to your ASP.NET page. This is for machines that are connecting to your site so their system knows where to download the file from.

Also, because ActiveX controls execute on the client side, you must use a scripting language to configure and manage the control (i.e. JavaScript).

I hope this helps!
Matt S
National Instruments
Applications Engineer
0 Kudos
Message 2 of 4
(4,681 Views)

Hi,

 

Here we are discussing how we can use the active x control of windows in web.

 

Don't we have a control for web directly available in new versions of measurement studio?

 

We need to perform some more tasks in graph.

 

So it would be better if we can have a web control to draw 3D graphs.

 

Is this available with latest measurement studio?

 

Regards,

Nirdesh

0 Kudos
Message 3 of 4
(4,131 Views)

Hi

 

Unfortunatelly, the latest version of Measurement Studio still does not contain this fuctionality. 3D Graph Control is availible only as ActiveX control. You can find more info on page 69 of the User Manual:

http://digital.ni.com/manuals.nsf/websearch/827F1ED6760664358625740F005CF945

 

Let me know if you have any other questions. 

 

Best regards

Best regards,
Maciej Antonik
National Instruments Poland
0 Kudos
Message 4 of 4
(4,097 Views)