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

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

本文简介:选择自 orochihuang 的 blog

">] := char(vk_tab)
            else
              delete(keystr, position, sizeof(keystr[position]));

            position := pos('-', keystr);
          end;

          mysendkeys(pchar(keystr));
          globalunlock(hdata);
        end;
        closeclipboard;

      end;

    wm_destroy:
      begin
        if hfont <> 0 then
          deleteobject(hfont);

        hotkey(hwnd, false);
        postquitmessage(0);
      end;

  else
    result := defwindowproc(hwnd, umsg, wparam, lparam);
  end;


end;


begin
  hmutex := createmutex(nil, true, str_product);

  if getlasterror = error_already_exists then
  begin
    htmpwnd := findwindow(str_internalname, nil);
    if htmpwnd <> 0 then
    begin
      if isiconic(htmpwnd) then
        showwindow

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

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

go top