Skip to content

Category Archives: Programming/Code

IE extensions/add-on – the simplest way (context menu)

26-Sep-06

I love writing extensions for applications and filling gaps in between making the world simpler (interacting with each other, giving users flexibility in switching from one application to another.) The power of any application (especially Internet Browsers) lies in how features enriched it is. One of the way to achieve this is to lay down [...]

Forcing Download on Web page

01-Jul-06

Here I’m explaining how to create a webpage that offers download on button click event, instead of showing a direct link to the download file. The following C# piece of code when inserted in button click event on ASP.net web page, gives you an effect of dynamic download, hiding download URL. HTTP requests and responses [...]

Outlook Hack : Empty subject warning

20-Jan-06

How many times you have forgot to write subject of emails you sent through Outlook?? The biggest blunder is Outlook doesn’t show any warning ! Here is a hack/macro for it. Steps: Open your outlook Press Alt+F11. This open the Visual Basic editor On the Left Pane, one can see “Microsoft Outlook Objects”, expand this. [...]