Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using Visual Basic 2010 and MS Access 2010 (Database). On all Forms I m saving a followup date user select a date and it saved in a relevant table, now at stored follow up date I need to pop up a bar or a notification inside application to tell user that this is you follow up date for this specific record.
Which are the ways I can do it.
Any idea will be appreciated
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 19-Jan-15 3:41am    
It would depend on your application type... How about some more relevant detail?
—SA
Sherif Adely 21-Jan-15 13:57pm    
Thanks Sergey for your prompt response.

I'm talking about windows forms:

1- First I have to decide what is the form that I want to load the notification from.

2- On the form_load I have to check if the notification should be shown or not (by comparing current date with the follow up date in my db), if yes I have to popup that notify, what about to keep it as a Label on the same form, so it doesn't popup on each load of the form otherwise you have to block it after showing it.

3- This message will be shown 3 days in advance or just on the same day.

You require scheduling mechanism which schedule the activity and at define time trigger the event.

Below link might help!

A Simple Scheduler in C#[^]
 
Share this answer
 
Comments
CHill60 21-Jan-15 14:07pm    
OP is trying to respond to you via a solution "Thanks Asif for your prompt response but can you please advise, the link of a Simple Scheduler in VB.net not C#"
_Asif_ 22-Jan-15 0:53am    
Tried searching for similar library in VB.Net but no luck, what you can do is to download the sample provided in the link and compile it as Library project. This will give you the flexibility to use it in your VB.Net project as well. Meanwhile if i get similar thing i will post it here and you should google as well
Thanks Asif for your prompt response but can you please advise , the link of a Simple Scheduler in VB.net not C#
 
Share this answer
 
Comments
CHill60 21-Jan-15 14:06pm    
If you want to respond to a post you need to use the "Have a Question or Comment?" link next to the post, or in the case of a comment the "Reply" link, otherwise the poster will not see that you are trying to respond

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