Sample code attached.
I appreciate your help
- Code: Select all
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Página sin título</title>
</head>
<body>
<form id="form1" runat="server">
<table>
<tr>
<td>
<object id="MyGdViewer"
type="application/x-oleobject"
classid="CLSID:F48DE781-C525-44C9-9529-C5ADE3EF5F70"
width="700"
height="500"
standby="Loading GdPicture Imaging SDK"
codebase="http://www.gdpicture.com/pub/gdpicturepro5.cab#Version=5,3,0,0">
<param name="BackColor" value="255"/>
<param name="BorderStyle" value="1"/>
<param name="ZoomMode" value="2"/>
<param name="LicenseKey" value="MyLicenseKEY"/>
</object>
</td>
<td>
<object id="MyImaging"
type="application/x-oleobject"
classid="CLSID:1E9EFC03-BF47-4479-8374-7F5D610FF60D"
width="0"
height="0"
codebase="http://www.gdpicture.com/pub/gdpicturepro5.cab#Version=5,3,0,0">
<param name="LicenseKey" value="MyLicenseKEY"/>
</object>
</td>
</tr>
</table>
</form>
</body>
</html>
