logo
  • 教程列表
  • SO官方文檔
  • AutoHotkey 入門
    • Hello World
    • 安裝或設定
    • 在 GUI 中顯示 Hello World
    • 實現類似於 SplashTextOn 的效果
    • 如何建立指令碼
  1. StackOverflow 文件
  2. AutoHotkey 教程
  3. AutoHotkey 入門
  4. 實現類似於 SplashTextOn 的效果

實現類似於 SplashTextOn 的效果

Created: November-22, 2018

Gui, +AlwaysOnTop +Disabled -SysMenu +Owner  ; +Owner avoids a taskbar button.
Gui, Add, Text,, Some text to display.
Gui, Show, NoActivate, Title of Window  ; NoActivate avoids deactivating the currently active window.
  • 如何建立指令碼
  • 在 GUI 中顯示 Hello World

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明