Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C# Programming   (RSS)
Sorry, but there are no more tags available to filter with.

Got an error today: EventType clr20r3, P1...

Today after I compiled my winform program in Windows XP with .NET Framework 2.0, I copied the assembly to another Windows 2003 ENT Server. When I run this program in W2k3 server, nothing responded, and following message is created in Application Events.
Posted by Elton | 70 Comments
Filed under:

Sort the objects in ArrayList

It should be a frequent scenario to sort the order of objects in a collection, such as ArrayList. ArrayList in c# provide a method named Sort(). But we need to let ArrayList know the detailed sorting algorithm. There are two means to implement this: 1.
Posted by Elton | 0 Comments
Filed under:

the LabelEdit property in TreeView class

Today I want to add the RENAME feature to maintain the Test Case Tree in StepRecorder, which exactly like the operation in Windows Explorer. After user right click a node, the selected node turns to Edit Mode, and user could type the new name in the edit
Posted by Elton | 2 Comments
Filed under:

How to drag and drop the treenode in TreeView Controls

Found a great article on this, and I will investigate it latter. http://www.codeproject.com/cs/miscctrl/TreeViewDragDrop.asp
Posted by Elton | 0 Comments
Filed under:
 
Page view tracker