c# - Reminder application does not work when I close my main application -
i have reminder application. in visual studio works till visual studio open. want works when close visual studio or shut down computer when start it shows message
i have seen such app. if computer off @ reminder time when start message. can body me, 1 told me need use windows service.
this application matches time , and date withe timer , month calender. there builtin function in c# can use.
app:
build program. compile program exe.
close windows associated:
have separate windows forms, on close event, unload form. not app.
i need app start again when shutdown , restart.
after compilation, put exe startup directory.
voila.
Comments
Post a Comment