Hi,
I used install my activex control in xp using cab file.
Below is the code.
<%@ Page language="c#" Inherits="Client.Graphics" CodeFile="Graphics.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title></title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<script language="javascript" for="BrowserMgr" event="DoCommand(command)">
<!--
// This is the browser event for Web to communicate with the page
eval(command);
-->
</script>
<script language="javascript">
<!--
function CloseW(){
if(document.all.BrowserMgr==null){
alert('<%=strBROWSERMGR_NOT_PROPERLY_INSTALLED%>');
return;
}
document.all.BrowserMgr.CloseW();
}
function IsSessionAlive(){
return window.top.checkLogon();
}
//-->
</script>
</HEAD>
--<body>
"<object id="BrowserMgr" width=0px height=0px classid="clsid:236F9247-8A2D-47FA-AA4A-E64F63A43384"
codeBase="redist/WebClientPinpointSetup.cab#Version=4.0.0">
<param name="_Version" value="65536">
<param name="_ExtentX" value="10">
<param name="_ExtentY" value="10">
<param name="_StockProps" value="0"></object> <%=strBody%>
</body>
</HTML>
</OBJECT> </BODY></HTML>
It is working good in XP.
But In vista nothing is happening.
I disabled the UAC also.
Do I need to set any security settings in Vista?
Please help me.
Thanks In Advance,
Chinnari