Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

using CW controls in HTML pages

Can I use the activeX controls in CW in an HTML page? What language should
I use for the page? Javascript, VB script. something else? I need to set
up a TCP/IP conversation and use some user interface controls to display
the data in a browser.
0 Kudos
Message 1 of 2
(3,129 Views)
You can use our controls directly in a web page, but usually the easiest way
to use CW in a web page is to develop an ActiveX control that uses our controls
in the way you want to use them, then use that ActiveX control in the web
page. That way, you do all of your development in VB or VC++ and the web
page is just a simple HTML file that displays the control.

Best Regards,

Chris Matthews
Measurement Studio Support Manager

"Rich Bernstein" wrote:
>>Can I use the activeX controls in CW in an HTML page? What language should>I
use for the page? Javascript, VB script. something else? I need to set>up
a TCP/IP conversation and use some user interface controls to display>the
data in a browser.
0 Kudos
Message 2 of 2
(3,129 Views)