后台代码
WindowsFormsHost host = new WindowsFormsHost();
System.Windows.Forms.PictureBox picture = new System.Windows.Forms.PictureBox();
host.Child = picture;
this.grid.Children.Add(host);
后台代码
WindowsFormsHost host = new WindowsFormsHost();
System.Windows.Forms.PictureBox picture = new System.Windows.Forms.PictureBox();
host.Child = picture;
this.grid.Children.Add(host);
在项目中遇到使用WPF做Windo...
步骤1:创建WinForm工程步骤2:在刚刚创建的WinForm工程中新建或者添加现有的WP
这个问题其实也可以理解为:怎样在WPF/XAML中使用Winform中的控件(如PictureBox)?首先看看XAML代码
WinForm各控件使用1.计时器
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M