![]() |
Calendar Language VB.NET 2010 |
Post Reply ![]() |
Author | |
Phusys ![]() Newbie ![]() Joined: 23 February 2011 Status: Offline Points: 1 |
![]() ![]() ![]() ![]() ![]() 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
|
|
![]() |
|
kaliand ![]() Groupie ![]() Joined: 15 December 2010 Status: Offline Points: 19 |
![]() ![]() ![]() ![]() ![]() |
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. |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |