fatmir
New member
- Joined
- Dec 1, 2020
- Messages
- 1
- Programming Experience
- Beginner
hi can you help me i want to make notification MessageBox.Show
i want to filter wich datetime in my columns is correct time and notification me -1 day
example :
columns value is 05.12.2020
i want to notification me on 04.12.2020 with MessageBox.Show(" Tommorow in 05.12.2020 you have a plan blblb");
my dateGridView name is : dateGridView1
my columns name is Data and its on cell [4]
i hope you understand me for every date i want to notification me befor 1 day
i want to filter wich datetime in my columns is correct time and notification me -1 day
example :
columns value is 05.12.2020
i want to notification me on 04.12.2020 with MessageBox.Show(" Tommorow in 05.12.2020 you have a plan blblb");
my dateGridView name is : dateGridView1
my columns name is Data and its on cell [4]
i hope you understand me for every date i want to notification me befor 1 day
Attachments
Last edited: