Link to home
Start Free TrialLog in
Avatar of Abdurahman Almatrodi
Abdurahman AlmatrodiFlag for Saudi Arabia

asked on

monthCalendar in Hijri date

Hi all.

i just moved from Delphi to C#.

What i want is to build a Hijri calendar using UmAlQuraCalendar Class in .net  http://msdn2.microsoft.com/en-us/library/system.globalization.umalquracalendar.aspx

As same as MonthCalendar in Microsoft VS 2005 Toolbox?. so user can change and choose among years, months, and days.

How diffcult to build one like this because i 've searched and i did not find one.

Avatar of AlexNek
AlexNek

Can you imagine how to realize it in Delphi? It can be something the same difficulty for C#.
ASKER CERTIFIED SOLUTION
Avatar of AlexNek
AlexNek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Abdurahman Almatrodi

ASKER


Hi AlexNek.

Thanks for the site.

how can i use it in C#?.

On the koders site you can found all decompiled classes for NET.
So you can copy similar class and modify it as you need.
I think the most suitable class for you is DateTimePicker. Copy it, change the name, try to use it, change calendar as you need.