“序列号输入助手”源代码[1]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 orochihuang 的 blog

/////////////////////////////////////////////////////////
//        sninput                                      //
//                                                     //
//                            作者:黄展宏              //
//                            qq号:309654973           //
//                            创建于:2005/06/23        //
//                            修改于:2005/06/29        //
/////////////////////////////////////////////////////////


program sninput;

{$apptype gui}
{$i-}

uses
  windows,
  messages,
  sysutils;

var
  atom: integer = 0;
  hinst: integer;
  wc: twndclassex;
  msg: tmsg;

  hfont: integer = 0;
  hmutex: integer;

  hwnd: integer;
  hedit: integer;
  hcheckbox: integer;
  htmpwnd: integer;

const
  id_checkbox =&nb

本文关键:“序列号输入助手”源代码
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top