Last summer when I was I trying to a write a chart control for my software I noticed that my program can not distinguish between chart lines and shapes and I had to make Auto-Info on plot which activates when mouse moves on the objects. I made this class that gets the line points in array of type Pointf and returns the corresponding Region with custom Width. This was helpful that's why, now I can make a UserControl or Control with all ordinary events such as MouseMove, MouseClick, and etc and se...
Launcing a command-line application hinges on the use of System.Diagnostics.Process.Start(). I supply two parameters, the command and another parameter for the commands arguments. Obviously there are a whole lot of security factors involved...
One of the main iranian programmers is converting Date of conputer to Hijri Shamsi Date. The Hijri date have to kind. First Hijri Shamsi that it dates is related to Sun and the second one is hijri Ghamari that related to moon. the Hijri Shamsi is one of the most exact calendars in the world and it's made by Khayyam (iranian astrologer).
but as you know computer calendar work with gregorian calendar and any other kind of calendars need to convert from gregorian. this article try to convert...