how to add a syntax highlighter in vb.net this is the easiest and the best way to do it so lets get start
open your visual basic 2008/2010 now make a new project or if you have a project to add this syntax highlighter just open your project anyway i...
Home » Archives for October 2012
How To Make A Custom Button In VB.NET

we all know how to make custom buttons using images or DLLs but this tutorial is totally different in this tutorial i will be teaching you how to make a custom button without using images or dlls .
so lets get started
as usual open your visual...
How To Enable/Disable IE Proxy By Using VBS
Today you gonna learn a easy method to enable/disable IE proxy by using a vbs script so lets get started just open notepad and paste this code
...
How To Make A Text Editor In C#
Hello,
Ive made a little program like notepad in C#. It's called XText.
XText uses a Richtextbox with and uses the standard functions to complete actions like undo, redo, etc.
But it also uses things like Search and Justify. These functions are not...