Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

cwui.ocx from MS6, can I use it in a 64 bit VB.NET program?

I need exactly the functionality cwgraph in ms6 had. The .NET graph control is not adequate. I located cwui.ocx in the windows x86 sysWOW folder which means it is a 32bit activex control. I registered it successfully .NET creates a wrapper for it so it can be used in VB.NET. Question is, can i use it in a 64 bit VB.NET application? I was able to use it in an anyCPU program, but got an error like import failed when I tried to drag it on a 64 bit windows form. So....can it be used in a 64 bit VB.NET application?

thanks,

sb

0 Kudos
Message 1 of 3
(4,283 Views)
Hello sb,

The CW ActiveX controls are not supported in x64 applications. You say that the .NET graph control is inadequate. Have you tried the Windows Forms or the WPF graph control? Why do you believe it is it inadequate?

Thanks,
Daniel Dorroh
National Instruments
0 Kudos
Message 2 of 3
(4,261 Views)

Daniel,

thank you for the response. I was able to get the CWGraphControl to work as I need it to. I have yet to try out the scattergraph control which is also in my application.

thanks!

sb

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