Monday, July 14, 2008

[C#] Scroll reset when control focused

protected override Point ScrollToControl(Control activeControl)
{
return this.AutoScrollPosition;
}

Thursday, March 6, 2008

Certificate

PRB: "System.Net.WebException. The Underlying Connection Was Closed. Could Not Establish Trust Relationship with Remote Server." Error Message When You Upgrade the .NET Framework