基本信息
源码名称:WPF调用Winform自定义控件的demo小实例
源码大小:80.43M
文件格式:.zip
开发语言:C#
更新时间:2023-04-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

WPF调用Winform自定义控件的demo小实例

有时WPF太难了,需要学习成本时候,不妨换个思路,既然winform比较简单能做出来,就交给winform去做,WPF调用winform的控件解决问题。

.
├── WPF调用Winform自定义控件的demo小实例.zip
└── 三个文件包
    ├── Test.zip
    ├── UserFONT.zip
    ├── WpfCustomControlLibrary1
    │   └── WpfCustomControlLibrary1
    │       ├── WpfCustomControlLibrary1
    │       │   ├── CustomControl1.cs
    │       │   ├── MyUserControl.xaml
    │       │   ├── MyUserControl.xaml.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── Themes
    │       │   │   └── Generic.xaml
    │       │   ├── WpfCustomControlLibrary1.csproj
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GdiTextRendererDemo.dll
    │       │   │       ├── WpfCustomControlLibrary1.dll
    │       │   │       ├── WpfCustomControlLibrary1.pdb
    │       │   │       └── 白舟侍書体.ttf
    │       │   └── obj
    │       │       └── Debug
    │       │           ├── 5718fd30-33d4-44c7-9c42-805bc3a8101f_WpfCustomControlLibrary1.pdb
    │       │           ├── 9231866b-c1d7-4afe-ad47-4467f1e8c863_WpfCustomControlLibrary1.pdb
    │       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │           ├── GeneratedInternalTypeHelper.g.cs
    │       │           ├── GeneratedInternalTypeHelper.g.i.cs
    │       │           ├── MyUserControl.baml
    │       │           ├── MyUserControl.g.cs
    │       │           ├── MyUserControl.g.i.cs
    │       │           ├── TempPE
    │       │           ├── Themes
    │       │           │   └── Generic.baml
    │       │           ├── WpfCustomControlLibrary1.Properties.Resources.resources
    │       │           ├── WpfCustomControlLibrary1.csproj.AssemblyReference.cache
    │       │           ├── WpfCustomControlLibrary1.csproj.CoreCompileInputs.cache
    │       │           ├── WpfCustomControlLibrary1.csproj.FileListAbsolute.txt
    │       │           ├── WpfCustomControlLibrary1.csproj.GenerateResource.cache
    │       │           ├── WpfCustomControlLibrary1.dll
    │       │           ├── WpfCustomControlLibrary1.g.resources
    │       │           ├── WpfCustomControlLibrary1.pdb
    │       │           ├── WpfCustomControlLibrary1_MarkupCompile.cache
    │       │           ├── WpfCustomControlLibrary1_MarkupCompile.i.cache
    │       │           ├── WpfCustomControlLibrary1_MarkupCompile.i.lref
    │       │           ├── WpfCustomControlLibrary1_MarkupCompile.lref
    │       │           ├── _IsIncrementalBuild
    │       │           └── d6f43b28-0600-4441-a347-ab942f4c7505_WpfCustomControlLibrary1.pdb
    │       └── WpfCustomControlLibrary1.sln
    └── WpfCustomControlLibrary1.zip

12 directories, 42 files