Easy – Reg/Unreg DLL for VB6

Drag Article (Moved from my old blog) The first thing we’re going to do is understand just how Windows knows about this type of file and what exactly Windows will do with the file, based on which menu item you…

Tips: Clearing Old Msg – ASP.NET

Small code but it’s useful in many situations. Hope, you may find it useful. btnSave.Attributes.Add(“onclick”, “document.all.” & txtOperationMessages.ClientID & “.innerText = ”;” Note ~ – btnSave is the name of Button that the user suppose to click for clearing old…