Adding an inherited custom control into Visual Studio Toolbox
You may encounter a problem if you need to show the control in the Toolbox but to hide its ancestor...
'could not be set on property' error in custom ASP.NET controls
This error message may occur at design time for your custom .NET control in case of using some complex (class) type in one of the control's properties.
The most widespread reason of the error is an absence of type converter for property's class.
But we do not know when was the reason of this error in our case...
The most widespread reason of the error is an absence of type converter for property's class.
But we do not know when was the reason of this error in our case...
IE quirk: offsetParent of DOM element added into document.body
Another inconceivable distinction in W3C DOM implementation in Internet Explorer and other browsers.
Item dragging in Windows Forms ListBox control
A small class which allows to drag items within Windows Forms ListBox control.
Absolute coordinates of DOM element within document
JavaScript function which returns "absolute" coordinates of some DOM element within document.