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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -