Showing posts with label .Net Technologies. Show all posts
Showing posts with label .Net Technologies. Show all posts

8/22/2010

Syntax Highligting with C#.Net

Introduction
This article shows the methods of creating a simple syntax/highlighted control and presents sample code that shows the basics of the idea.
Development stages (version releases, improvements, etc.) should be followed from this link.
Download
Please click here to download first release of project.

Follow Up  
   # Download the project from the link above.
   # There are 2 richtext control one for the syntax, and second is line numbers
   # On code-behind you'll see the keywords of some languages
   # Add a new array of strings that would be highlighted
   # Add for loop to richTextBox1_TextChanged event


8/20/2010

Class Creator For Database Objects

Introduction
Here is a simple class and sql script generator for database objects.
With some improvements it would be a nice tool for easy coding.

Click here to download.