はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Home - AutoIt』

  • 人気
  • 新着
  • すべて
  • Windows Message Codes

    5 users

    www.autoitscript.com

     Windows Message Codes Message (sorted by name) Code Code Message (sorted by code) WM_ACTIVATE 0x0006 0x0000 WM_NULL WM_ACTIVATEAPP 0x001C 0x0001 WM_CREATE WM_AFXFIRST 0x0360 0x0002 WM_DESTROY WM_AFXLAST 0x037F 0x0003 WM_MOVE WM_APP 0x8000 0x0005 WM_SIZE WM_APPCOMMAND 0x0319 0x0006 WM_ACTIVATE WM_ASKCBFORMATNAME 0x030C 0x0007 WM_SETFOCUS WM_CANCELJOURNAL 0x004B 0x0008 WM_KILLFOCUS WM_CANCELMODE 0

    • テクノロジー
    • 2011/10/03 11:57
    • AutoIt

      6 users

      www.autoitscript.com

      Introduction License Installation Directory Frequently Asked Questions (FAQ) Credits History / ChangeLog AutoIt and Developer History Using AutoIt Intended Use Running Scripts File Name and Path AutoIt on Windows Vista Command Line Parameters Script Editors Compiling Scripts AutoIt Window Info Tool (Au3Info) AutoIt Syntax Checker (Au3Check) Window Titles and Text (Basic) Window Titles and Text (Ad

      • 学び
      • 2011/08/24 00:57
      • AutoIt
      • あとで読む
      • AutoIt Downloads - AutoIt

        5 users

        www.autoitscript.com

        OverviewYou can download the main AutoIt package and other related scripting tools from this page. The current version of AutoIt has works on the following operating systems: Windows XP and Windows Server 2003 Windows Vista and Windows Server 2008/2008 R2 Windows 7 / 8 / 10 / 11Current VersionsHere you can download AutoIt and related files. The AutoIt installer and executables have been digitally

        • 世の中
        • 2010/07/20 17:10
        • あとで
        • あとで読む
        • Send Key list

          6 users

          www.autoitscript.com

          Quick reference for the Send( "keys" [, flag] ) Command.    ^ Ctrl    ! Alt    + Shift # Win AutoIt can send all ASCII and Extended ASCII characters (0-255), to send UNICODE characters you must use the "ASC" option and the code of the character you wish to Send(see {ASC} below). To send the ASCII value A (same as pressing ALT+065 on the numeric keypad) Send("{ASC 065}") (When using 2 digit ASCII c

          • テクノロジー
          • 2008/10/01 09:57
          • watij
          • COM Reference

            3 users

            www.autoitscript.com

             COM Extensions to AutoIt A short introduction What is COM? COM stands for "Component Object Model". It is the Microsoft way to interconnect software using a common interface. These interfaces are defined in a COM Object. Before COM, you had to know the exact implementation of a program before you could 'interface' with it. Using COM, you can now "talk" to its defined Object(s). The only things y

            • テクノロジー
            • 2007/09/24 21:28
            • windows
            • Home - AutoIt

              38 users

              www.autoitscript.com

              AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages. We looked at many editors to see which one was the most useful editor for AutoIt. We found SciTE and saw i

              • テクノロジー
              • 2006/03/02 06:37
              • autoit
              • windows
              • test
              • UI
              • プログラミング言語
              • GUI
              • ツール
              • tool
              • dev
              • tech
              • AutoIt Scripting Language - AutoIt

                63 users

                www.autoitscript.com

                OverviewAutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all version

                • テクノロジー
                • 2005/07/29 17:39
                • windows
                • automation
                • AutoIt
                • 自動化
                • script
                • tool
                • testing
                • TEST

                このページはまだ
                ブックマークされていません

                このページを最初にブックマークしてみませんか?

                『Home - AutoIt』の新着エントリーを見る

                キーボードショートカット一覧

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

                • 総合
                • 一般
                • 世の中
                • 政治と経済
                • 暮らし
                • 学び
                • テクノロジー
                • エンタメ
                • アニメとゲーム
                • おもしろ
                • アプリ・拡張機能
                • 開発ブログ
                • ヘルプ
                • お問い合わせ
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について

                公式Twitter

                • 公式アカウント
                • ホットエントリー

                はてなのサービス

                • はてなブログ
                • はてなブログPro
                • 人力検索はてな
                • はてなブログ タグ
                • はてなニュース
                • ソレドコ
                • App Storeからダウンロード
                • Google Playで手に入れよう
                Copyright © 2005-2025 Hatena. All Rights Reserved.
                設定を変更しましたx