repaint after displaying appointment form

D

Duc Dang

Hi,
When I load appointment Outlook form from main form, as modal(Display true),
then I move this appointment around main form. The main form can not repaint,
it become blank.

But I exit this appointment, the main form repaint right.
Here is code :
appointment = (AppointmentItem)outlook.CreateItem
(OlItemType.olAppointmentItem);
appointment.Display(true);

Help me pls,
Duc
 
Top