I would like to create a calendar that has the capability of having data inputted into it. any suggestions on code or how to do this?
Printable View
I would like to create a calendar that has the capability of having data inputted into it. any suggestions on code or how to do this?
Here's a Calendar sample. It saves the data into a text file and when you move to that date next time you can load it back. You'll need to have the MS Calendar Control though (ships with Office). I don't have it at the moument, but i think it's not distibutable so you can only use it for personal use. You could use the DTPicker instead.
MS Calendar control would definitely be a bad choice - distribution is one thing but main problem is that it is ONLY design to work in VBA environment.
Have a look at sample project I posted in this thread.