欢迎来到传世资源网!
加载中...
正在加载,请耐心等待...
本站为收藏、学习站,如有侵权,请联系管理员删除!

WPF添加Webbrowser(入门级示例)

介绍 评论 失效链接反馈

WPF添加Webbrowser
WPF添加Webbrowser(入门级示例) C#语言基础-第1张
<Window x:Class="WPFWebbrowser.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:WPFWebbrowser"
        mc:Ignorable="d"
        Title="MyWpfTest" Height="550.278" Width="685">
    <Grid Margin="0,0,2,-47">
        <WebBrowser HorizontalAlignment="Left" Height="556" VerticalAlignment="Top" Width="675" Name="wb1" />
        <Button Content="Button" HorizontalAlignment="Left" Margin="345,34,0,0" VerticalAlignment="Top" Width="75" Click="Button_Click"/>

    </Grid>
</Window>

下载声明:

本站资源均有第三方用户自行上传分享推荐,非本站自制,仅供玩家做交流学习之用!切勿用于商业用途!游戏作品版权归原作者享有,如有版权问题,请附带版权证明至邮件,本平台将应您的要求删除。
相关推荐:

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复