Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Option Strict
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Option Strict

 Post Reply Post Reply
Author
Message
visualise01 View Drop Down
Newbie
Newbie


Joined: 20 September 2009
Location: United Kingdom
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote visualise01 Quote  Post ReplyReply Direct Link To This Post Topic: Option Strict
    Posted: 28 October 2009 at 2:54pm
I get Option Strict On disallows implicit conversions from 'Object' to 'XtremeCalendarControl.CalendarControl' on red text.

 If btnEnableReminders.Pressed Then
            objCalendraDialogsReminders.Calendar = AxCalendarControl1.GetOcx()
            'objCalendraDialogsReminders.ParentHWND = Me.Handle.ToInt32()
            objCalendraDialogsReminders.RemindersWindowShowInTaskBar = True
            objCalendraDialogsReminders.CreateRemindersWindow()
        Else
            objCalendraDialogsReminders.CloseRemindersWindow()
        End If

Can anyone help.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.