Other News

Community

Hooking in Microsoft .NET

(Sudeesh.P) The Win32 hook is a mechanism by which user-defined functions can be intercepted before an event reaches the target application. Hooks decreases system performance due to the additional processing required for each message. So, they should be installed only when necessary and uninstalled

Community

Opening the package

(Tim Anderson) The idea of making XML the default document format in Microsoft Office 2007 is to enable universal access. Since XML is mainly plain text, applications can read, write and create the new formats without resorting to COM automation. Even Web applications written in PHP and running on L