I have added a AxCalendar in my Form1 and I placed beside it a textbox (textbox1). I also have a Form2 that has a textbox to input a name and a DateTimePicker box and an ok button at the bottom. What I am trying to figure out is how to when a name is typed in and a date has been selected, on the AxCalendar on Form1 when the date is clicked it displays that person's name in the textbox1 beside the calendar. Is this possible? I am using vb.net in Visual Studio 2010. Thanks!