Hi.
I put on my panel an ActiveX object. Now when I hide the panel and display it again the position of the object on my panel is changed.
I have used next functions:
MSACAL_NewICalendar (Per_handle, "Message:",80, 20, &cal1, &UIL_Error);
HidePanel(Per_handle);
DisplayPanel(Per_handle);
Thanks.