65.9K
CodeProject is changing. Read more.
Home

Windows Hijri Calendar

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.69/5 (24 votes)

Jan 27, 2008

CPOL
viewsIcon

109467

downloadIcon

11079

This control enables developers to show Hijri calendar like Windows Georgian calendar

HijriDate

ScreenShot2.JPG

ScreenShot3.JPG

ScreenShot4.JPG

Introduction

I tried to get a Hijri calendar control. I couldn't get any, so I developed this one.

In this article, I introduce two Hijri date controls:

  1. Hijri calendar
  2. Masked Hijri / Gregorian Edit

Background

First, I have to thank Anas Bahsas for his article, Convert Date from Hijri Calendar to Gregorian Calendar and Vice Versa.

The Calendar control acts like the Microsoft MonthCalendar Control without Keyboard navigation.

The masked Hijri edit control just validates input Hijri / Gregorian date.

Using the Code

To use the controls, just add them to your project, drag and drop them on the form.

For the Hijri calendar control, you should handle the DateChanged event.

History

  • 27th January, 2008: Initial post