Read XML config files with Visual C++

Hi Community, I am currently working on an add-in for Visual Studio to expose some functionality available in the “Debugger Engine and Extension APIs”. The development is in the very early stages, but I have completed already one feature required by the Add-in, which is the  ability to read XML configuration files similarly to how […]

Continue Reading

Extending a custom property page by overriding its Window Procedure

I am currently working on a personal project which requires to extend the operating system shell via a custom property page (IShellPropSheetExt interface), however, this customization has to behave differently to the default behaviour of the Shell, therefore I have to intercept the click event of any of the property page buttons (e.g.: Ok, Cancel […]

Continue Reading

CyberNanny is on CodePlex

Hi Community, I would like to share with you all the CyberNanny project that I just published on CodePlex. I’ve submitted an article to MSDN magazine about it but I really don’t know when it’s going to be published, so please feel free to download and/or contribute to the project in the meantime. I will […]

Continue Reading

Memory Inspector

  Hi Community, please find here an Add-In I just published for Visual Studio on Visual Studio Gallery. It’s called “Memory Inspector” and in a few words…  “it’s a tool for analyzing memory usage and allocations made by an application and its dependent modules. It also allows to collect  information about the memory use at […]

Continue Reading

Bonafide Ideas is live!!!

  After being through hectic times, my new site “Bonafide Ideas” is live!!!. I’m going to keep my old blog but most or everything new will be posted on this one. Please welcome and I hope that the material posted here is helpful to you… Let’s write some code!!!

Continue Reading