Click here to Skip to main content
15,885,066 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a C# desktop application built on Visual-Studio 2008 with SQL server 2005 as back end, I have a meeting calender built along with it, how can I show a pop up reminder 30 min prior to the schedule and able to snooze it or dismiss it? if I snooze how would I set the time interval? I also have an e-mail program attached to it so that, wen I fix a meeting and save it, I would be able to send mails to concerned participants. PLs Help.
Posted
Updated 24-Mar-13 5:40am
v2

Did you go through the articles about the problems you are with?
I luckily I have done the same project in my past days and this is the article which might help.
Go though this article.
Use a timer to create a simple alarm application[^]

I hope this might help you.

Thank you.
 
Share this answer
 
Comments
Member 9936965 24-Mar-13 1:32am    
Hi, I need help in printing report from a C# desktop application extracting data from different tables, now wen I try to do that it gives me repetition of the same data at some places. Please Help.

Print crystal report extracting data from different tables.

C#.Net 3.5 Framework/ Visual Studio 2008 with Sql Server 2005 as the back end.
Member 9936965 24-Mar-13 2:47am    
Very very urgent, Please help
It depends on how you have retrieved the data form the database into the grid view.
You need to review your SQL query. I far as I come to know there is no such bug like repetition of data in data grid view.

See some of the articles of crystal report.

Loading Crystal Report reports which use Stored Proc in C#[^]

Working with Crystal Reports in C#[^]

http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-stepbystep.htm[^]

I hope these articles will help you what you are searching for.

Thank you.
 
Share this answer
 

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