基本信息
源码名称:c# 制作软键盘
源码大小:0.09M
文件格式:.rar
开发语言:C#
更新时间:2023-10-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
c# 制作软键盘
使用win32API实现软键盘源码 ,和微软自带软键盘类似,欢迎大家下载交流


.
├── 123456
│   ├── CSSoftKeyboard
│   │   ├── CSSoftKeyboard.csproj
│   │   ├── Controls
│   │   │   └── KeyButton.cs
│   │   ├── KeyBoardForm.Designer.cs
│   │   ├── KeyBoardForm.cs
│   │   ├── KeyBoardForm.resx
│   │   ├── NoActivate
│   │   │   ├── NoActivateWindow.cs
│   │   │   └── UnsafeNativeMethods.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Readme.txt
│   │   ├── Resources
│   │   │   └── KeysMapping.xml
│   │   ├── UserInteraction
│   │   │   ├── KeyboardInput.cs
│   │   │   ├── NativeMethods.cs
│   │   │   └── UnsafeNativeMethods.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── CSSoftKeyboard.KeyBoardForm.resources
│   │       │   ├── CSSoftKeyboard.csproj.FileListAbsolute.txt
│   │       │   ├── CSSoftKeyboard.exe
│   │       │   ├── CSSoftKeyboard.pdb
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── GenerateResource.read.1.tlog
│   │       │   ├── GenerateResource.write.1.tlog
│   │       │   └── TempPE
│   │       └── x86
│   │           └── Debug
│   │               └── TempPE
│   ├── CSSoftKeyboard.sln
│   ├── CSSoftKeyboard.suo
│   └── Debug
│       ├── CSSoftKeyboard.exe
│       ├── CSSoftKeyboard.pdb
│       ├── CSSoftKeyboard.vshost.exe
│       ├── CSSoftKeyboard.vshost.exe.manifest
│       └── Resources
│           └── KeysMapping.xml
└── 好例子网_c#软键盘.rar

17 directories, 30 files