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

  • 关于我们
  • 免责声明