Results for "Author: brian bender"
Connect to text file(s) and perform advanced queries using ADO. You can even return recordsets on CSV file without a header.
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
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.
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.
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.
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.
This is a class module that Converts IP addresses into Host Names, and Host Names into IP Addresses using Winsock API.
Connect to text file(s) and perform advanced queries using ADO. You can even return recordsets on CSV file without a header.
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