VB6 – Detecting whether the program is running under the control of Visual Studio or not..

Drag Article : Moved from Old Blog Another way to do is to detect whether the Visual Studio 6 IDE open or not using some API. References Link Question: How can I test whether a program is running at design…

Useful Links – ASP.NET Page Refesh

Preventing Duplicate Record Insertion on Page Refresh Detecting Page Refresh By Altaf Al-Amin Build Your ASP.NET Pages on a Richer Bedrock

Microsoft Codename

Drag: Moved from Old Blog Microsoft codenames are the codenames given by Microsoft for their products before releasing Thank you for giving me the useful links, Amiake-San!!! :-) Informations related to Code-Name of Microsoft’s Product Visual Studio .NET 2003 Everett…

IIS 6 – Virtual Directories Management with C#

Drag Article : Moved from Old Blog C# – Visual Studio 2003 Programmatically Creating Virtual Directory and Deleting the Existing Virtual Directory on IIS 6.0? Some other informations related to IIS & .NET 2003 Create a Virtual Directory and Edit…

Outlook Tips : To prevent sending mails without mentioning ’subject’

To prevent sending mails without mentioning ‘subject’ use this code. Steps – Open you outlook, press ALT+F11. On left pane in ‘Microsoft Outlook objects’, expand to see ‘This outlook session’. Double click to open the editor. Copy and paste the…

Tips : Converting Dataview to DataTable