|  | 
| Calendar View Type | 
| Post Reply   | 
| Author | |
| bijiforyou   Newbie     Joined: 11 November 2009 Location: India Status: Offline Points: 2 |  Post Options  Thanks(0)  Quote  Reply  Topic: Calendar View Type Posted: 11 November 2009 at 1:39am | 
| 
   I have a using calender control. How to change the Calender View type? Imports System.Drawing Imports System.Collections Imports System.ComponentModel Imports System.Windows.Forms Imports System.Data Imports XtremeCalendarControl Public Class Form1 Private Sub CmdDayView_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdDayView.Click If CalendarControl.ViewType <> CalendarViewType.xtpCalendarDayView Then CalendarControl.ViewType = CalendarViewType.xtpCalendarDayView End If End Sub End Class Run time have a error : "calenderViewType" is ambiguous in the namespace 'XtremeCalenderControl' How to solve that problem...? | |
| 
     BijiForYou
     | |
|  | |
| mdoubson   Senior Member     Joined: 17 November 2008 Status: Offline Points: 1705 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 November 2009 at 11:50pm | 
| 
   This is MFC forum - check ActiveX one please
    | |
|  | |
| 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 |