August, 2009

Posts
  • Dhawan : The One

    Slimmest way to call an exported function of unmanaged dll from a managed C# application

    • 0 Comments
    Many times I came to situation that someone don’t know a good way to call an exported function of unmanaged dll from a managed application C# or VB. Person might not have any working knowledge of unmanaged dll, if they are required to create one. I...
  • Dhawan : The One

    Platform Invoke

    • 1 Comments
    Someone asked me, "Why you are so unmanaged?" I said, "Because I work in unmanaged code." and burst into laughter. The gentleman could not understand why I am laughing, but said, "Sometimes you are managed." I could not control myself to laugh and said...
  • Dhawan : The One

    Working with Sysinternal tools -1

    • 0 Comments
    Windows Sysinternals: Documentation, downloads and additional resources provides a set of tools to get information about various functionalities on the system. The area of information include , process running on the system, file operations, registry...
  • Dhawan : The One

    How to setup breakpoint programmatically in source code?

    • 1 Comments
    Sometimes, you might be in a situation when you want to break in your code at a certain location. You might be trying to put a message box or getch() kind of method for that. There is a direct code to do that, through assembly language. int _tmain...
Page 1 of 1 (4 items)