Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can I do it so when a button is pressed, the entry on the DateTimePicker is created into a system reminder, with a MsgBox.

What I have tried:

Im a bit of a newbie and I am genuinely stuck. I have tried searching YouTube, but they all send the value to a textbox, and then set the reminder. But I am wondering on how to set the reminder, by simply selecting a value from the DateTimePicker, and clicking a button.

Thanks!
Posted
Updated 9-Jul-20 21:53pm
Comments
Andre Oosthuizen 9-Jul-20 23:31pm    
Code written already will help us a lot. Quick search also helps -
How to add current date and time on this button click on windows form
Dave Kreskowiak 10-Jul-20 1:16am    
You already asked this yesterday.

https://www.codeproject.com/Questions/5273230/How-to-create-reminder-from-date-entered-on-datagr
Shaheer Rizwan 10-Jul-20 2:36am    
I changed up the question, now I want it to go directly to a reminder when a button is clicked, whereas previously I wanted it to go to a DataGridView and then create it
Dave Kreskowiak 10-Jul-20 9:10am    
Which is what the answers in your previous question pointed to.
Richard MacCutchan 10-Jul-20 3:49am    
The logic is much the same. Check the value and if it is near the reminder date, display the reminder message.

1 solution

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