Advertisement

Results for "Author: dondata"

Java_Volume1 #89804
WebSafe ColorPicker

Selects a color

Java_Volume1 #89864
Find the current weeknumber easy

This finds the current weeknumber easy.

Java_Volume1 #98263
HTML Control 1.2 (HTML color syntax highlighter)

The reason why I created this is as follows: Most of the HTML color syntax highlighters that I have found here are either to big complicated, slow or has other disadvantages. Many of them allso required selveral .cls/.bas files, witch makes them harder to implement in existing projects. So therefore I started on this with some requirements in mind. 1. It had to one single .ctl file that could easilly be dropped in the project explorer. 2. It should be simple to use with the fewest amount of arguments as possible 3. I wanted it to have alle the basic functions like: Undo, Cut, Copy, Paste, Delete Select All because theese are really boring to write over and over again. Thanks to RegX for his "FastHTML/XML Highlight" I had the foundation of the highliting. You can see his project here: http://makeashorterlink.com/?J16C426F2 So here you have it. 1. Set a refference to "Microsoft VBScript Regular Expressions 5.5" in Project > Refferences 2. Copy "txtHTML.ct" and "txtHTML.ctx"to your projects´s folder 3. Drop the txtHTML.ctl in your Project Explorer 4. Ready! Oh yeh! Remember that Votes = Good :o) Update 06,Jan,2003 Fixed: crash when typing a comment at first. Fixed: Not coloring correctly when typing tags inside a comment.

1_2002 #106762
Find the current weeknumber easy

This finds the current weeknumber easy.

1_2002 #106763
WebSafe ColorPicker

Selects a color

2_2002-2004 #113583
API Flat Button Control

This Usercontrol contains no other controls(eg. lines, shapes) whatsoever, and is drawn entirely by API functions. It is very lighweight and uses very few ressources from the computer. Please vote for me.

2_2002-2004 #116951
WebSafe ColorPicker

Selects a color

2_2002-2004 #117011
Find the current weeknumber easy

This finds the current weeknumber easy.

2_2002-2004 #125410
HTML Control 1.2 (HTML color syntax highlighter)

The reason why I created this is as follows: Most of the HTML color syntax highlighters that I have found here are either to big complicated, slow or has other disadvantages. Many of them allso required selveral .cls/.bas files, witch makes them harder to implement in existing projects. So therefore I started on this with some requirements in mind. 1. It had to one single .ctl file that could easilly be dropped in the project explorer. 2. It should be simple to use with the fewest amount of arguments as possible 3. I wanted it to have alle the basic functions like: Undo, Cut, Copy, Paste, Delete Select All because theese are really boring to write over and over again. Thanks to RegX for his "FastHTML/XML Highlight" I had the foundation of the highliting. You can see his project here: http://makeashorterlink.com/?J16C426F2 So here you have it. 1. Set a refference to "Microsoft VBScript Regular Expressions 5.5" in Project > Refferences 2. Copy "txtHTML.ct" and "txtHTML.ctx"to your projects´s folder 3. Drop the txtHTML.ctl in your Project Explorer 4. Ready! Oh yeh! Remember that Votes = Good :o) Update 06,Jan,2003 Fixed: crash when typing a comment at first. Fixed: Not coloring correctly when typing tags inside a comment.

3_2004-2005 #132126
API Flat Button Control

This Usercontrol contains no other controls(eg. lines, shapes) whatsoever, and is drawn entirely by API functions. It is very lighweight and uses very few ressources from the computer. Please vote for me.

3_2004-2005 #135495
WebSafe ColorPicker

Selects a color

3_2004-2005 #135555
Find the current weeknumber easy

This finds the current weeknumber easy.

3_2004-2005 #143954
HTML Control 1.2 (HTML color syntax highlighter)

The reason why I created this is as follows: Most of the HTML color syntax highlighters that I have found here are either to big complicated, slow or has other disadvantages. Many of them allso required selveral .cls/.bas files, witch makes them harder to implement in existing projects. So therefore I started on this with some requirements in mind. 1. It had to one single .ctl file that could easilly be dropped in the project explorer. 2. It should be simple to use with the fewest amount of arguments as possible 3. I wanted it to have alle the basic functions like: Undo, Cut, Copy, Paste, Delete Select All because theese are really boring to write over and over again. Thanks to RegX for his "FastHTML/XML Highlight" I had the foundation of the highliting. You can see his project here: http://makeashorterlink.com/?J16C426F2 So here you have it. 1. Set a refference to "Microsoft VBScript Regular Expressions 5.5" in Project > Refferences 2. Copy "txtHTML.ct" and "txtHTML.ctx"to your projects´s folder 3. Drop the txtHTML.ctl in your Project Explorer 4. Ready! Oh yeh! Remember that Votes = Good :o) Update 06,Jan,2003 Fixed: crash when typing a comment at first. Fixed: Not coloring correctly when typing tags inside a comment.

4_2005-2006 #153783
API Flat Button Control

This Usercontrol contains no other controls(eg. lines, shapes) whatsoever, and is drawn entirely by API functions. It is very lighweight and uses very few ressources from the computer. Please vote for me.

4_2005-2006 #153784
HTML Control 1.2 (HTML color syntax highlighter)

The reason why I created this is as follows: Most of the HTML color syntax highlighters that I have found here are either to big complicated, slow or has other disadvantages. Many of them allso required selveral .cls/.bas files, witch makes them harder to implement in existing projects. So therefore I started on this with some requirements in mind. 1. It had to one single .ctl file that could easilly be dropped in the project explorer. 2. It should be simple to use with the fewest amount of arguments as possible 3. I wanted it to have alle the basic functions like: Undo, Cut, Copy, Paste, Delete Select All because theese are really boring to write over and over again. Thanks to RegX for his "FastHTML/XML Highlight" I had the foundation of the highliting. You can see his project here: http://makeashorterlink.com/?J16C426F2 So here you have it. 1. Set a refference to "Microsoft VBScript Regular Expressions 5.5" in Project > Refferences 2. Copy "txtHTML.ct" and "txtHTML.ctx"to your projects´s folder 3. Drop the txtHTML.ctl in your Project Explorer 4. Ready! Oh yeh! Remember that Votes = Good :o) Update 06,Jan,2003 Fixed: crash when typing a comment at first. Fixed: Not coloring correctly when typing tags inside a comment.

4_2005-2006 #153785
Find the current weeknumber easy

This finds the current weeknumber easy.

4_2005-2006 #153786
WebSafe ColorPicker

Selects a color

4_2005-2006 #153787
Correct Line Numbering Example

This Line-Numbering example will correctly show the line numbers. Unlike many other Line-Numbering examples, this allso works when the user manipulates the scrollbar and keyboard. The blue line is there so you can see the the line-numbering works correctly all the way down to pixel level. Please note the "Padding" Property of the lblNubers-label. If you change the font, you might have to fiddle with around with that Property. This example was made by porting the C# code found here: http://www.codeproject.com/cs/miscctrl/numberedTextbox.asp I did the porting and allso corrected a few bugs I found. Please vote and have a nice day!

5_2007-2008 #176301
API Flat Button Control

This Usercontrol contains no other controls(eg. lines, shapes) whatsoever, and is drawn entirely by API functions. It is very lighweight and uses very few ressources from the computer. Please vote for me.

5_2007-2008 #176302
HTML Control 1.2 (HTML color syntax highlighter)

The reason why I created this is as follows: Most of the HTML color syntax highlighters that I have found here are either to big complicated, slow or has other disadvantages. Many of them allso required selveral .cls/.bas files, witch makes them harder to implement in existing projects. So therefore I started on this with some requirements in mind. 1. It had to one single .ctl file that could easilly be dropped in the project explorer. 2. It should be simple to use with the fewest amount of arguments as possible 3. I wanted it to have alle the basic functions like: Undo, Cut, Copy, Paste, Delete Select All because theese are really boring to write over and over again. Thanks to RegX for his "FastHTML/XML Highlight" I had the foundation of the highliting. You can see his project here: http://makeashorterlink.com/?J16C426F2 So here you have it. 1. Set a refference to "Microsoft VBScript Regular Expressions 5.5" in Project > Refferences 2. Copy "txtHTML.ct" and "txtHTML.ctx"to your projects´s folder 3. Drop the txtHTML.ctl in your Project Explorer 4. Ready! Oh yeh! Remember that Votes = Good :o) Update 06,Jan,2003 Fixed: crash when typing a comment at first. Fixed: Not coloring correctly when typing tags inside a comment.

Languages
Top Categories
Global Discovery