Advertisement

Results for "Author: brian bender"

3_2004-2005 #140243
Convert INI Files to XML

Take your Desktop apps into this decade by using XML files for INI Files. This Module will translate or convert your exsisting INI files into XML. If you are interested in the source code to access elements in your XML Files in place of INI Values, let me know

4_2005-2006 #153074
Stored Procedure Helper

This is an application that allows you to connect to a database and view all the properties of a stored procedure and writes the VB and ASP code for you to run each particular sproc you are viewing. It is a pain to have to write wether a sproc parameter is inout or output and what type of parameter and what is the max length...etc. Just point to the sproc and all the code is created. There's even setting based on how you would like the code written for you.

4_2005-2006 #153075
Pacman

This is a duplicate of the original Pacman coded from scratch in Raw C#. The game board and characters are drawn in raw GDI. Back in the 80's, this game was a huge part of my life. That and the Commodore 64 were the 2 eras of my life that helped me to coding as a career. I told myself that someday when I became a programmer I would write this sucker from scratch. Finally the time allowed it.

4_2005-2006 #154976
Colorize VB Code

This is a routine that colorizes (Highlites) VB syntax (source code). I have been looking for this, but have only found REALLY slow routines so I wrote my own. I know there are tons of code libraries that you guys are writing that lack this. I have been racking the brain to make this faster. Any contributions would be greatly appreciated. I only ask that if you use it you will not remove my name and to vote if you like and use it.

4_2005-2006 #154977
Random Letter Generator

Actually this is kind of fun. This program genaerates 1000000 completely random letters and then uses the microsoft Word Spell check object to look for real words. You can specify the minimum length of text to search for as well as maximum and it will highlight real words. i put an Algorythm that looks for words based on each character position, for example, if "WHOLE" is found it will return 3 words, "Whole", Hole", and OLE". You would be surprised to see some of the words that are generated. Oh well, good for a dyno test on your computer at least. Comments and votes are greatly appreciated.

4_2005-2006 #154978
Resolve IP Class

This is a class module that Converts IP addresses into Host Names, and Host Names into IP Addresses using Winsock API.

4_2005-2006 #154979
Use Text Files with ADO

Connect to text file(s) and perform advanced queries using ADO. You can even return recordsets on CSV file without a header.

4_2005-2006 #154980
Convert INI Files to XML

Take your Desktop apps into this decade by using XML files for INI Files. This Module will translate or convert your exsisting INI files into XML. If you are interested in the source code to access elements in your XML Files in place of INI Values, let me know

5_2007-2008 #175592
Stored Procedure Helper

This is an application that allows you to connect to a database and view all the properties of a stored procedure and writes the VB and ASP code for you to run each particular sproc you are viewing. It is a pain to have to write wether a sproc parameter is inout or output and what type of parameter and what is the max length...etc. Just point to the sproc and all the code is created. There's even setting based on how you would like the code written for you.

5_2007-2008 #175593
Pacman

This is a duplicate of the original Pacman coded from scratch in Raw C#. The game board and characters are drawn in raw GDI. Back in the 80's, this game was a huge part of my life. That and the Commodore 64 were the 2 eras of my life that helped me to coding as a career. I told myself that someday when I became a programmer I would write this sucker from scratch. Finally the time allowed it.

5_2007-2008 #177494
Colorize VB Code

This is a routine that colorizes (Highlites) VB syntax (source code). I have been looking for this, but have only found REALLY slow routines so I wrote my own. I know there are tons of code libraries that you guys are writing that lack this. I have been racking the brain to make this faster. Any contributions would be greatly appreciated. I only ask that if you use it you will not remove my name and to vote if you like and use it.

5_2007-2008 #177495
Random Letter Generator

Actually this is kind of fun. This program genaerates 1000000 completely random letters and then uses the microsoft Word Spell check object to look for real words. You can specify the minimum length of text to search for as well as maximum and it will highlight real words. i put an Algorythm that looks for words based on each character position, for example, if "WHOLE" is found it will return 3 words, "Whole", Hole", and OLE". You would be surprised to see some of the words that are generated. Oh well, good for a dyno test on your computer at least. Comments and votes are greatly appreciated.

5_2007-2008 #177496
Resolve IP Class

This is a class module that Converts IP addresses into Host Names, and Host Names into IP Addresses using Winsock API.

5_2007-2008 #177497
Use Text Files with ADO

Connect to text file(s) and perform advanced queries using ADO. You can even return recordsets on CSV file without a header.

5_2007-2008 #177498
Convert INI Files to XML

Take your Desktop apps into this decade by using XML files for INI Files. This Module will translate or convert your exsisting INI files into XML. If you are interested in the source code to access elements in your XML Files in place of INI Values, let me know

6_2008-2009 #198110
Stored Procedure Helper

This is an application that allows you to connect to a database and view all the properties of a stored procedure and writes the VB and ASP code for you to run each particular sproc you are viewing. It is a pain to have to write wether a sproc parameter is inout or output and what type of parameter and what is the max length...etc. Just point to the sproc and all the code is created. There's even setting based on how you would like the code written for you.

6_2008-2009 #198111
Pacman

This is a duplicate of the original Pacman coded from scratch in Raw C#. The game board and characters are drawn in raw GDI. Back in the 80's, this game was a huge part of my life. That and the Commodore 64 were the 2 eras of my life that helped me to coding as a career. I told myself that someday when I became a programmer I would write this sucker from scratch. Finally the time allowed it.

6_2008-2009 #200012
Colorize VB Code

This is a routine that colorizes (Highlites) VB syntax (source code). I have been looking for this, but have only found REALLY slow routines so I wrote my own. I know there are tons of code libraries that you guys are writing that lack this. I have been racking the brain to make this faster. Any contributions would be greatly appreciated. I only ask that if you use it you will not remove my name and to vote if you like and use it.

6_2008-2009 #200013
Random Letter Generator

Actually this is kind of fun. This program genaerates 1000000 completely random letters and then uses the microsoft Word Spell check object to look for real words. You can specify the minimum length of text to search for as well as maximum and it will highlight real words. i put an Algorythm that looks for words based on each character position, for example, if "WHOLE" is found it will return 3 words, "Whole", Hole", and OLE". You would be surprised to see some of the words that are generated. Oh well, good for a dyno test on your computer at least. Comments and votes are greatly appreciated.

6_2008-2009 #200014
Resolve IP Class

This is a class module that Converts IP addresses into Host Names, and Host Names into IP Addresses using Winsock API.

Languages
Top Categories
Global Discovery