Results 1 to 8 of 8

Thread: [1.0/1.1] Calendar

  1. #1

    Thread Starter
    Hyperactive Member ahmad_iam's Avatar
    Join Date
    Jun 2005
    Location
    Pakistan
    Posts
    265

    Lightbulb [1.0/1.1] Calendar

    I want to develop a Calendar, So please tell me which class i can use to develop a calendar in C#. As Calendar class is an abstruct class. So tell me the concreate class of which i can instantiate an object.

    Imran Ahmad Mughal
    "Visual Studio .NET 2005/.NET Framework 2.0"

    The eyes are the greatest telescopes, one will ever need to study the universe. Let the heart be the tripod, the mind be the shaft, then let the eyes become the lens of that great telescope of which God gave to us all.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [1.0/1.1] Calendar

    Get some ideas from this sample perhaps.

    http://www.c-sharpcorner.com/Code/20...darControl.asp

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [1.0/1.1] Calendar

    Quote Originally Posted by ahmad_iam
    I want to develop a Calendar, So please tell me which class i can use to develop a calendar in C#. As Calendar class is an abstract class. So tell me the concreate class of which i can instantiate an object.

    Imran Ahmad Mughal
    why do you want it to be abstract? isn't it supposed to be a Control to add to your WindowsForms?
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [1.0/1.1] Calendar

    There are several Calendar classes in the Framework. If you're saying that it is na abstract class then presumably you're talking about the Globalization.Calendar class. Have you actually read about that class and the classes that inherit it? It has nothing to do with controls. Each derived class provides information about a type of calendar and they include GregorianCalendar, JulianCalendar, KoreanCalendar, etc. If you want to create a calendar application like Outlook or something then you're looking in the wrong place. Like any application it will take many objects interacting to get the job done. You may be able to use an instance of a derived Calendar class to do some of the calculations required within your app, but it will take a lot more than that.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [1.0/1.1] Calendar

    Quote Originally Posted by jmcilhinney
    There are several Calendar classes in the Framework. If you're saying that it is na abstract class then presumably you're talking about the Globalization.Calendar class. Have you actually read about that class and the classes that inherit it? It has nothing to do with controls. Each derived class provides information about a type of calendar and they include GregorianCalendar, JulianCalendar, KoreanCalendar, etc. If you want to create a calendar application like Outlook or something then you're looking in the wrong place. Like any application it will take many objects interacting to get the job done. You may be able to use an instance of a derived Calendar class to do some of the calculations required within your app, but it will take a lot more than that.
    That's exactly why I was asking, I want to know what kind of calendar he wants to create
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  6. #6

    Thread Starter
    Hyperactive Member ahmad_iam's Avatar
    Join Date
    Jun 2005
    Location
    Pakistan
    Posts
    265

    Re: [1.0/1.1] Calendar

    Quote Originally Posted by ComputerJy
    That's exactly why I was asking, I want to know what kind of calendar he wants to create
    I want to make a Calendar, which class i can use never globalization Calendar class.I live in Pakistan.

    Imran Ahmad Mughal
    "Visual Studio .NET 2005/.NET Framework 2.0"

    The eyes are the greatest telescopes, one will ever need to study the universe. Let the heart be the tripod, the mind be the shaft, then let the eyes become the lens of that great telescope of which God gave to us all.

  7. #7
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [1.0/1.1] Calendar

    Quote Originally Posted by ahmad_iam
    I want to make a Calendar, which class i can use never globalization Calendar class.I live in Pakistan.

    Imran Ahmad Mughal
    The bolded text definitely needs re-translation
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  8. #8

    Thread Starter
    Hyperactive Member ahmad_iam's Avatar
    Join Date
    Jun 2005
    Location
    Pakistan
    Posts
    265

    Re: [1.0/1.1] Calendar

    Quote Originally Posted by ComputerJy
    The bolded text definitely needs re-translation
    As there are many Calendar classes but which class that i can use to create a calendar, you can say concrete calendar class.

    Imran Ahmad Mughal
    "Visual Studio .NET 2005/.NET Framework 2.0"

    The eyes are the greatest telescopes, one will ever need to study the universe. Let the heart be the tripod, the mind be the shaft, then let the eyes become the lens of that great telescope of which God gave to us all.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width