Reminder box according to time and date Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
XtiiGmA
Posts: 26
Joined: 21 Apr 2021, 10:22

Reminder box according to time and date  Topic is solved

04 May 2021, 12:05

Hello, how are you friends, here again, is there any way that when I run my script and when setting a time or a date and in text, put for example "Don't forget the task", and then put save.
The script remembers the time or date that I put and when the moment comes it reminds me?

Code: Select all

#SingleInstance, force

;Gui, Add, DateTime, vMyDateTime, LongDate
Gui, Add, DateTime, 1, hh:mm
Gui, Add, Edit, 
Gui, Add, Button,gSave,Save
Gui, Add, Button,y+ gClose,Close
Gui, show, ,something for today?
return

Save:
	Gui, submit
	return

Close:
	Gui, Hide
	return

GuiClose:
ExitApp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: haomingchen1998, MrDoge and 239 guests