找传奇、传世资源到传世资源站!

WPF添加Webbrowser(入门级示例)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

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

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