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

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

本文简介:选择自 orochihuang 的 blog

class="u9">, nil);

        hfont := createfont(12, 0, 0, 0, 0, 0, 0, 0,
          default_charset, 0, 0, 0, 0, '宋体');

        if hfont <> 0 then
        begin
          sendmessage(hedit, wm_setfont, hfont, 0);
          sendmessage(hcheckbox, wm_setfont, hfont, 0);
        end;

      end;

    wm_hotkey:
      begin
        openclipboard(hwnd);
        hdata := getclipboarddata(cf_text);

        if hdata <> 0 then
        begin
          keystr := strpas(pchar(globallock(hdata)));
          position := pos('-', keystr);

          while position > 0 do
          begin
          
            if sendmessage(hcheckbox, bm_getcheck, 0, 0) <> 0 then
              keystr[position

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

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

go top