在網頁中使用Winform控制項,並調整其大小(using Winform control in ASP.NET and adjust its size)

來源:互聯網
上載者:User

客戶難纏,時間緊迫,鬱悶ing

 

使用Winform控制項的方法還沒來的及翻譯:

http://www.15seconds.com/issue/030610.htm

http://codebetter.com/blogs/peter.van.ooijen/archive/2007/06/18/including-a-winforms-user-control-in-an-asp-net-web-page.aspx

http://www.codeproject.com/KB/miscctrl/htmlwincontrol.aspx

 

調整大小的方法,使用JS

 代碼是基於http://www.codeproject.com/KB/miscctrl/htmlwincontrol.aspx這裡的,大家可以去下載看看

 

<!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="ProgId" content="VisualStudio.HTML">
        <meta name="Originator" content="Microsoft Visual Studio .NET 7.1">
        <script id="clientEventHandlersJS" language="javascript">
<!--

function Button1_onclick() {
    alert(DateTimePicker.Date);
}

function resize()
{
    var uc=document.getElementById("DateTimePicker");
    uc.style.height="310";
    uc.style.width="1100";
}

//-->
        </script>
    </head>
    <body ms_positioning="GridLayout" onload="resize();">
        <TABLE height="95" cellSpacing="0" cellPadding="0" width="188" border="0" ms_2d_layout="TRUE">
            <TR vAlign="top">
                <TD width="10" height="15"></TD>
                <TD width="47"></TD>
                <TD width="131"></TD>
            </TR>
            <TR vAlign="top">
                <TD height="55"></TD>
                <TD colSpan="2">
                    <OBJECT id="DateTimePicker" height="31" width="177" classid="bin/DeAcero.Web.Controls.DateTime.dll#DeAcero.Web.Controls.DateTime.DateTimePicker"
                        VIEWASTEXT>
                    </OBJECT>
                </TD>
            </TR>
            <TR vAlign="top">
                <TD colSpan="2" height="25"></TD>
                <TD><INPUT id="Button1" type="button" value="Button" name="Button1" onclick="return Button1_onclick()"></TD>
                <input id="Button2" type="button" value="button2" onclick="resize();" />
            </TR>
        </TABLE>
    </body>
</html>

 

效果

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.