Ok, I'm going to try this and see if the forums will work. I haven't had any luck in the past but I thought I'd give it one more shot.
I have an UltraMonthView on a form (called UltraMonthViewSingle1) and an UltraLabel control (called lblCustomerID). What I want to do is, using drag drop be able to drag the value of lblCustomerID and drop it on a day in the Month View and have an appointment be created with the Subject being the Customer ID listed in lblCustomerID. There is no documentation for this, none of the samples for Schedule demonstrate anything regarding drag and drop, and there aren't any DragDrop examples in Google. I've completely reached a dead end and could REALLY use some help.
I'm currently able to drag from lblCustomerID but the monthview doesn't allow me to drop onto it. UltraMonthViewSingle1 is set to AllowDrop = True, but I can't drop the Customer ID onto it. Can anyone give me an idea of what the code in the DragDrop event in UltraMonthViewSingle1 should look like?
Outstanding! I'm actually coding with VB.NET and I'm using NetAdvantage 2008 so it took a little figuring out, but I got it in and it works like a champ! Many, many thanks!
I attached a sample that demonstrates how to do this