Hi, I am trying to use the MSFLXGRD OCX in a web page. It works on a PC where Visual Studio 6 is installed but not on another PC where Visual Studio is not installed.
I also made a simple VB project with the same OCX and it works fine on any PC !!!
Here is the HTML
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>
<OBJECT id=MSFlexGrid1 classid=clsid:6262D3A0-531B-11CF-91F6-C2863C385E30></OBJECT></P>
</BODY>
</HTML>
I also made a simple VB project with the same OCX and it works fine on any PC !!!
Here is the HTML
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>
<OBJECT id=MSFlexGrid1 classid=clsid:6262D3A0-531B-11CF-91F6-C2863C385E30></OBJECT></P>
</BODY>
</HTML>