嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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