登录
首页 » c# » windows屏幕手写键盘

windows屏幕手写键盘

于 2022-07-25 发布 文件大小:624.74 kB
0 49
下载积分: 2 下载次数: 1

代码说明:

制作一个屏幕键盘最主要的核心就是焦点的问题,如何才能打字的时候让窗体得不到焦点,我主要想说说这个。 让窗体得不到焦点使用API函数SetWindowLong()即可搞定这个问题,但是又不能让其一直都得不到焦点否则窗体就没法拖动了,所以还要弄个鼠标钩子来监控鼠标行为,若鼠标点击在程序的按键区域就让窗体失去焦点,若点击在按键区以外包括程序边框都让其得到焦点,这样就搞定了这个最核心的问题

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sobel code in matlab
    sobel edge detection in matlab
    2010-09-27 15:21:42下载
    积分:1
  • ADS1x9x_MSP_SourceCode
    包含ads1*9*和msp430这一类心电采集芯片的所有代码函数(所有代码都是基于msp430单片机开发的)(Contains ads1*9* and msp430 this kind of ecg acquisition chip all the code functions (all code was developed based on msp430 single chip microcomputer))
    2020-09-11 19:28:00下载
    积分:1
  • 遥感图像GDAL读取并显示
    遥感图像读取到picBox中,并拉伸进行显示,得到遥感图像的基本投影信息,坐标参数,与灰度值等信息, 遥感图像读取到picBox中,并拉伸进行显示,得到遥感图像的基本投影信息,坐标参数,与灰度值等信息,遥感图像读取到picBox中,并拉伸进行显示,得到遥感图像的基本投影信息,坐标参数,与灰度值等信息,遥感图像读取到picBox中,并拉伸进行显示,得到遥感图像的基本投影信息,坐标参数,与灰度值等信息,遥感图像读取到picBox中,并拉伸进行显示,得到遥感图像的基本投影信息,坐标参数,与灰度值等信息,
    2022-05-06 20:20:15下载
    积分:1
  • C#读取数据库内容并在dataGridView中显示
    C#从数据库中读取内容并显示在dataGridView中,这似乎是一个很实用的功能,在数据库应用的时候,我们都要通过dataGridView来显示数据,这个例子可帮助初学者很好的掌握此功能的具体实现,一些代码片段分享如下:   private void button1_Click(object sender, EventArgs e)   {    //实例化SqlConnection变量conn,连接数据库    conn = new SqlConnection("server=.;database=db_15;uid=sa;pwd=");    //实例化SqlDataAdapter对象    SqlDataAdapter sda = new SqlDataAdapter("select * from tb_emp", conn);    DataSet ds = new DataSet(); //实例化DataSet对象    sda.Fill(ds);//使用SqlDataAdapter对象的Fill方法填充DataSet    dataGridView1.DataSource = ds.Tables[0];//设置dataGridView1控件的数据源    dataGridView1.RowHeadersVisible = false;//禁止显示行标题    //使用for循环设置控件的列宽    for (int i = 0; i < dataGridView1.ColumnCount; i++)    {    dataGridView1.Columns[i].Width = 84;    }    button1.Enabled = false;//禁用按钮    dataGridView1.Columns[0].ReadOnly = true;//将控件设置为只读   }   private DataTable dbconn(string strSql)//建立一个DataTable类型的方法   {    this.adapter = new SqlDataAdapter(strSql, conn);//实例化SqlDataAdapter对
    2022-07-24 21:44:03下载
    积分:1
  • cocos2d练习开发手机斗地主源码
    一个适合初学者的游戏源码,有完整的斗地主 ai和 基本逻辑,有基本动画和游戏交互处理, 想要学习cocos2d 开发移动端游戏的可以做参考,对学习游戏开发有很大的帮助.
    2022-11-16 23:45:03下载
    积分:1
  • 1009
    WOJ1009 程序源代码The Legend of Valiant Emigration(WOJ1009 source code The Legend of Valiant Emigration)
    2014-01-31 19:36:34下载
    积分:1
  • CshixianMATLAB6.5zhongmwenjiandfangfa
    介绍了matlab中的M文件用C语言来实现的方法(Matlab introduction of M documents in the C language to realize the method)
    2007-09-17 22:34:10下载
    积分:1
  • STM32F427工程模板
    基于F4系列的串口工程模板,所例举的是串口4的示范。(Serial port engineering template)
    2018-01-26 18:19:47下载
    积分:1
  • 5956444spwm20170327
    脉宽调制,亲自调试通过,是一个很好学习的资料(Pulse width modulation, self-testing, is a very good learning material.)
    2020-06-17 04:40:01下载
    积分:1
  • C#httppost服务器
    [HttpPost]        public string rtpost(string name, string param)        {            return rtget(name, param);        }        [HttpGet]        public string rtget(string name,string param)        {            if (name.Equals("addAudio"))            {                             }            string json="";            string sql = "select * from tabtemplate where methodName= name ";            DataSet ds = DA.ExecuteDataset("Default", sql);            if (DA.Check(ds))            {                string procName = Convert.ToString(ds.Tables[0].Rows[0][2]);                if (param != null)                {                    if (param.Contains("|"))                    {                        string[] a = param.Split("|".ToCharArray());                        for (int i = 0; i < a.Length; i )                        {                            procName = procName.Replace("?" (i 1), a[i]);                        }                    }                    else                    {                        procName = procName.Replace("?" 1, param);                    }                }                DataSet ds1 = DA.ExecuteDataset("Default", procName);                int lie = ds1.Tables[0].Columns.Count;                if (lie
    2013-08-23下载
    积分:1
  • 696518资源总数
  • 104313会员总数
  • 30今日下载