資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Runtime.InteropServices;
using?System.Windows.Forms;
namespace?SBCtoDBC
{
????class?controlIme
????{
????????//聲明一些API函數
????????[DllImport(“imm32.dll“)]
????????public?static?extern?IntPtr?ImmGetContext(IntPtr?Hwnd);
????????[DllImport(“imm32.dll“)]
????????public?static?extern?bool?ImmGetOpenStatus(IntPtr?Himc);
????????[DllImport(“imm32.dll“)]
????????public?static?extern?bool?ImmSetOpenStatus(IntPtr?Himc?bool?b1);
????????[DllImport(“imm32.dll“)]
????????public?static?extern?bool?ImmGetConversionStatus(IntPtr?Himc?ref?int?lp?ref?int?lp2);
????????[DllImport(“imm32.dll“)]
????????public?static?extern?int?ImmSimulateHotKey(IntPtr?Hwnd?int?lnHotkey);
????????public?const?int?IME_CMODE_FULLSHAPE?=?0x8;
????????public?const?int?IME_CHOTKEY_SHAPE_TOGGLE?=?0x11;
????????public?static?void?SetIme(Control?ctl)
????????{
????????????ChangeControl(ctl);
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????914??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC.sln
?????文件???????14336??2009-01-10?11:25??sj\01\SBCtoDBC\SBCtoDBC.suo
?????文件????????2393??2009-01-10?11:25??sj\01\SBCtoDBC\SBCtoDBC\controlIme.cs
?????文件?????????714??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\Form1.cs
?????文件????????3232??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\Form1.Designer.cs
?????文件????????6339??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\Form1.resx
?????文件?????????489??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC\Program.cs
?????文件????????3803??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\SBCtoDBC.csproj
?????文件????????9216??2009-02-23?10:05??sj\01\SBCtoDBC\SBCtoDBC\bin\Debug\SBCtoDBC.exe
?????文件???????32256??2009-02-23?10:05??sj\01\SBCtoDBC\SBCtoDBC\bin\Debug\SBCtoDBC.pdb
?????文件???????14328??2009-02-23?10:23??sj\01\SBCtoDBC\SBCtoDBC\bin\Debug\SBCtoDBC.vshost.exe
?????文件?????????490??2007-07-21?01:33??sj\01\SBCtoDBC\SBCtoDBC\bin\Debug\SBCtoDBC.vshost.exe.manifest
?????文件????????1590??2009-02-23?10:23??sj\01\SBCtoDBC\SBCtoDBC\obj\Debug\SBCtoDBC.csproj.FileListAbsolute.txt
?????文件?????????847??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\obj\Debug\SBCtoDBC.csproj.GenerateResource.Cache
?????文件????????9216??2009-02-23?10:05??sj\01\SBCtoDBC\SBCtoDBC\obj\Debug\SBCtoDBC.exe
?????文件?????????180??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\obj\Debug\SBCtoDBC.Form1.resources
?????文件???????32256??2009-02-23?10:05??sj\01\SBCtoDBC\SBCtoDBC\obj\Debug\SBCtoDBC.pdb
?????文件?????????180??2009-01-10?11:24??sj\01\SBCtoDBC\SBCtoDBC\obj\Debug\SBCtoDBC.Properties.Resources.resources
?????文件????????1348??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC\Properties\AssemblyInfo.cs
?????文件????????2866??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC\Properties\Resources.Designer.cs
?????文件????????5612??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC\Properties\Resources.resx
?????文件????????1093??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC\Properties\Settings.Designer.cs
?????文件?????????249??2009-01-10?11:21??sj\01\SBCtoDBC\SBCtoDBC\Properties\Settings.settings
?????文件?????????914??2009-01-06?15:48??sl\SBCorDBC.sln
?????文件????????2559??2009-01-12?14:43??sl\SBCorDBC\controlIme.cs
?????文件????????1271??2009-01-08?15:56??sl\SBCorDBC\Form1.cs
?????文件????????3240??2009-01-06?15:54??sl\SBCorDBC\Form1.Designer.cs
?????文件????????6339??2009-01-06?15:54??sl\SBCorDBC\Form1.resx
?????文件?????????489??2009-01-06?15:48??sl\SBCorDBC\Program.cs
?????文件????????3803??2009-01-08?15:48??sl\SBCorDBC\SBCorDBC.csproj
?????文件????????9728??2009-01-09?11:16??sl\SBCorDBC\bin\Debug\SBCorDBC.exe
............此處省略14個文件信息
- 上一篇:美化單選按鈕和復選按鈕
- 下一篇:Flash播放器
評論
共有 條評論