Windows Form And Windows Service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
Can we invoke any windows from from windows service on specific time
reach?

Thanks in Advance
 
Naeem Hassan Dad said:
Can we invoke any windows from from windows service on specific time
reach?

What's the exact problem? Scheduling "jobs" at a certain time or displaying
the user interface? Is the UI implemented in a separate application?
 
Thanks for your reply. The problem is very simple. I want to implement a Time
sheet notification User interface with in windows service which only show
time sheet user interface when first time system is boot for example at 9:am
morninig which ask from user to enter his in time in office. The seocnd time
service invoke at when system is shut down it ask for time out form user.
Every thing should be done by the authenticated user that is windows
authentication.

Thanks again
 
Back
Top