MyCalendar.Top = 0 'Sets the top position MyCalendar.Left = 0 'Sets the left position MyCalendar.Position = "absolute" 'Relative or Absolute positioning MyCalendar.Height = 500 'Sets the height MyCalendar.Width = 500 'Sets the width MyCalendar.TitlebarColor = "darkblue" 'Sets the color of the titlebar MyCalendar.TitlebarFont = "arial" 'Sets the font face of the titlebar MyCalendar.TitlebarFontColor = "white" 'Sets the font color of the titlebar MyCalendar.TodayBGColor = "skyblue" 'Sets the highlight color of the current day. MyCalendar.ShowDateSelect = True 'Toggles the Date Selection form.
%>
Добавлять комментарии могут только зарегистрированные пользователи. [ Регистрация | Вход ]