Advertisement
tabnation

gui 7

May 25th, 2021
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. SetWorkingDir %A_ScriptDir%
  2. CoordMode, Mouse, Screen
  3.  
  4. f1::
  5. fileread, FileInfo, todolist.txt
  6. MouseGetPos, MouseX, MouseY
  7.  
  8. Gui, Destroy
  9. Gui +LastFound +AlwaysOnTop -Caption +ToolWindow
  10. Gui, Color, EEAA99
  11. Gui, Font, s20
  12. Gui, Add, Text, vFileInfo cred, %FileInfo%
  13. WinSet, TransColor, EEAA99 150
  14. Gui, Show, x%MouseX% y%MouseY%
  15. return
  16.  
  17. f2::
  18. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement