Posted on January 31, 2008 by kalpeshshirodker
Sometime back while coding for a project, i was faced with a unique problem. While let me explain what i was trying to do.
As all of you know, .NET provides us to define our own events which are executed on some condition. You can provide a function which will be executed when the event occurs, [...]
Filed under: C#, How To, Technical | Leave a Comment »
Posted on January 30, 2008 by kalpeshshirodker
When using p/invoke to call unmanagged code, you may get some error codes based on the operations you have performed. Most of the time the error codes(system error codes) would be integer and going through the corresponding API documentation doesnt leave you anywhere. So what do you do when faced with this dilemma? Search the [...]
Filed under: C#, Technical, Window API | Leave a Comment »