Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to open existing form within my project automatically in specific time.

for example : form should be open 2 times when time gets 10:00 and 10.05.


plz help any one....

What I have tried:

……………..………………………………………………………………………….
Posted
Updated 7-Aug-18 21:18pm
v2

1 solution

You need to provide more detail about what you are trying to accomplish.

For example, would you always want some form to be open and then simply open a new form at those two specific times? If this is the question, then you're simply asking how to manage a timer to create and display your forms:

Timer Class (System.Timers) | Microsoft Docs[^]

Or, would you prefer only one form, which is mostly hidden, except when it pops up at those couple of times? If this is the question, then you're probably looking for a NotifyIcon application combined with a timer. See:

Doing a NotifyIcon program the right way[^]

Or, would you prefer that your application isn't even running most of the time? If this is your question, then your probably asking about Windows task scheduler:

Task Scheduler | Microsoft Docs[^]

If you update your question to provide more detail, you are more likely to get a specific answer to it. As it currently stands, all anyone can do is provide some generalized advice.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900