Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

msflxgrd.ocx won't show in web page

Status
Not open for further replies.

Padraig

Instructor
Nov 23, 2001
2
IE
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>
 
You have to create a "license" file and put a reference to it on the asp page.

Rob
Just my $.02.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top