C# RichTextBox text block selection - by Lenard Hi, Has anyone extended the .NET RichBextBox control to be able to select text by "block selection"? If so, care to share your code? Thanks. --Lenard Read the article
How to access Linux directories/files from a Windows Service using C# - by Lenard Hi, I have a C# Windows Service that needs to access to a Linux computer to get a list of files in a particular directory. What .NET 3.5SP1 method would one use that allows me to do this? Thanks. Read the article