Hi allWithin my application I now use WinSchedule and it worksalmost fine.I only have two little problems:First I created a form with "UltraCalendarInfo" and "UltraDayView"on it. When I created a appointment with reminder, the Reminder Dialogshows automaticly when the time was come.Now I have moved "UltraCalendarInfo" out of the form into a static variable,because I want to have reminders showing without having a additional form open.Everything works fine, except the Reminders Dialog does not show automaticly.Does anybody knows how to get this done ?The second little problem is:When I doubleclick the "UltraDayView", the appointment dialog shows up.Normaly I would like to have dialogs displayed like CenterParent, but thisdialog always show somewhere on a different screen.How can I set location settings of this AppointmentDialog ?Thanks a lot and best regardsFrank Uray
Hi guys,
My problem is somewhat similar and I really hope you can help. I need two things
1) Can you tell me which event is called to display the NEW APPOINTMENT screen when you double click on the UltraMonthViewSingle control?
2) How can I use a custom built form instead of the default one used when you doubled click on the UltraMonthViewSingle control?
What i want to achieve here is that when the user double clicks or right clicks and select from a menu, that they should be able to view the custom screen that i will build. They should be able to enter values (what ever values that choose to use) then once they click save i would display the said values on the UltraMonthViewSingle control?
NB. I am using Visual Studio 2005
Please help, really urgent
Thanks in advance
Hello Frank,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
As to your second question - you could cancel the 'BeforeDisplayReminderDialog' event and show your own dialog.