Advertisement

Results for "Category: String Manipulation"

2_2002-2004 #117769
A Encryption/Decryption Program

This program encrypt or decrypt a text, with a key and a checksum checker. Very good program

2_2002-2004 #117806
Effective Encryption Algorithm

Encrypts and decrypts strings

2_2002-2004 #117878
Code Statistics

Get the statistics of your code. Find out exactly how many lines it is. It is easy to modify this project to include other file types etc.

2_2002-2004 #117879
SQL Formatter

Formats SQL strings with quotes and line breaks for use in VB. This was a project that was submitted by another user that I have modified. I have added in the ability to update which SQL clauses will cause a line break, using a txt file. Also I have updated the SQLVarPos so that it uses an array for position location of key words. This also has better tab order and an auto-tab so you are ready to copy your formatted string as soon as you select "Format String".

2_2002-2004 #117922
rtf2html-2.1

This code recieves RTF code as output by a Rich Text Box in VB or MS Word. It outputs the equivalent in HTML. It's in a somewhat BETA form in that it handles a number of but not all of the possible codes. If you encounter a code it doesn't properly convert just send it to me and I'll try to fix the function within 24 hours. I think it does a better job on uncomplicated text than MS Word's HTML conversion.

2_2002-2004 #117927
noresizeform

DUHH

2_2002-2004 #117928
Add Quotes

This Function Adds quotes to a filename... especially useful when sending an arguement to a program (ie a filename) and it has spaces in it (with spaces if shows up as multiple arguements.

2_2002-2004 #117961
ExtractArgument

I use ExtractArgument (written by my friend Mike Carper) all the time. It returns an argument or token from a string based on its position within another string and a delimiter. For example: I want the "2" in the following string: "1,2,3,4,5,6,7,8,9,10". 'Sample call 'Dim sList as string 'Dim sTown as string 'sList = "POB 145,Dexter Street,Anytown,USA" 'sTown = ExtractArgument(3, sList, ",") 'sTown will be "Anytown" I find this very useful in working with delimited files and strings, and have implemented it in INI settings as well.

2_2002-2004 #117969
Find and Highlight Substring

' Given an editable textbox named Text1, this code prompts to find a word and ' searches throught the textbox and highlights the first occurance of the ' found word (if exists).

2_2002-2004 #117970
Strip HTML tags

This following function takes an HTML page and strips it of all tags.

2_2002-2004 #117974
getstr

If an alphanumeric string is provided in the form 123,33,44,556 , my function seperates the numbers seperated by any character in this case a (,)comma so we get num1=123 , num2 = 33 , num3=44 and so on.The function uses an array to store these numbers.DO mail me on how well this code works.

2_2002-2004 #117979
Autocompleter for textboxes-Like IntelliSense

'This function can be implemented anywhere to finish off a word in a textbox using a list of words with a custom delimeter. It is fairly complex and difficult to document, so bare with me. It also uses the amazing extract argument function written by another code of the day submitter. I have spent lots of time fine tuning this code and making it as flexible and foolproof as the one used in Internet Explorer 4.0.

2_2002-2004 #117981
Count number of lines/returns in a textbox

Simply counts the number of lines in a textbox (the textbox should be multiline=true, otherwise it is pretty useless). Put this in a module so it can be reused.

2_2002-2004 #118003
FindWords

Finds words starting with, containing, ending with, >

2_2002-2004 #118018
Lotto Number Checker *Updated 1*

this is and update of lotto number checker it checks your lotto numbers for you

2_2002-2004 #118034
CUri - A URL parser class

This is a URL parser class that accepts a URL (such as "http://www.blah.com/") and parses out: - the protocol - the hostname - the username - the password - the port - the resource - the querystring Enjoy!

2_2002-2004 #118038
clsExtenso (numbers to words - Portuguese only)

Convert numbers to words (Portuguese only!)

2_2002-2004 #118080
AutoComplete Made EASY!

This small script simply and easly creates an AutoComplete affect for your ComboBox. VERY EFFECTIVE AND VERY EASY TO UNDERSTAND.

2_2002-2004 #118127
Concatenate strings FAST with this class!

This code demonstrates how to use buffer concatenation via the Mid Statement for fast string concatenations. Buffer concatenation is much faster than the widely used "&" to connect strings and also faster than array concatenation. Use the supplied class module in your own apps to improve speed and efficiency.

2_2002-2004 #118163
Findtextt in combo

By thsi code you can Find any text in comboBox by your keypress you should at first locate your database i used Biblo.mdb that you can locate it in your vb directorate try it good programm

Languages
Top Categories
Global Discovery