Print Page | Close Window

Calendar Language VB.NET 2010

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to .NET WinForms Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=17949
Printed Date: 16 April 2024 at 7:12am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Calendar Language VB.NET 2010
Posted By: Phusys
Subject: Calendar Language VB.NET 2010
Date Posted: 23 February 2011 at 4:43pm
Sorry,
I'm trying to using translation file for AxCalendarComponent but I'm not able to use it in vb.net 2010.
Could anyone explain me which method to use for translation?
 
Thanks



Replies:
Posted By: kaliand
Date Posted: 29 June 2011 at 3:00pm
hi,

in your form or class:

Dim WithEvents calendar As XtremeCalendarControl.CalendarControl
Dim datePk As XtremeCalendarControl.DatePicker
Dim Bar As XtremeCalendarControl.CalendarCaptionBar

in form load event or whatever:
'Assign objects
        calendar = CType(Me.AxCalendarControl1.GetOcx(), XtremeCalendarControl.CalendarControl)
        DatePk = CType(Me.AxDatePicker1.GetOcx(), XtremeCalendarControl.DatePicker)
        Bar = CType(Me.AxCalendarCaptionBar1.GetOcx(), XtremeCalendarControl.CalendarCaptionBar)

now you can use your instances as xtremcalendar

regards.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net