Advertisement

Results for "Category: String Manipulation"

6_2008-2009 #203097
Check for extended ASCII

Checks to make sure the contents of a TextBox or String are only standard ASCII; If it has any extended ASCII, the function will return False.

6_2008-2009 #203102
A ADO Data Shaping or Multiple SQL Select

Do you have slow running mulitple SELECT Statements or long reports to fill on a web page. Use the Microsoft Shape Command. Learn to use ADO 2.1 and greater advance features. This code is great for three things, (1) Very fast way to do multiple SQL select statements and reports. (2) Great for databases not Normalized. (3) Avoids multiple nested single threaded ADO Record Sets loops which are very slow.

6_2008-2009 #203112
Word-Counter that actually counts words

This is an update to Kurt Joseph Serge's word counter code that was long, clunky and not entirely accurate. Takes a string and counts the "words" (characters separated by spaces) in it. Take a look.

6_2008-2009 #203147
SQL Interface

Consists of two files sql.htm and tsql.asp. Nice little interface with any SQL Server database. Returns result sets, etc. If you find the code useful please rate the code.

6_2008-2009 #203221
Easy Forums - Message Board

Easy Forums is a fully functional message board system, developed using MS Active server pages: Features: - Authenticated login to registered users and facility of registration of new users - Sorting the Message board threads on the basis of Date, Email, Name, Subject etc. by a single click - Allows users to post new messages and reply to old messages. Feel free to modify, distribute, use this code as you may please, and if you like it please VOTE FOR ME in the contest.

6_2008-2009 #203296
Easy To Understand MySQL Connection

This is to teach you how to connect to your mysql database and select a table. I have made it very clean and added comments to help you understand the process.

6_2008-2009 #203315
Drag and Drop Example

This is a basic drag and drop demo. It is written to recognize what type of file is being dropped and only excepts exe's but you could modify it to excpet any file extension. I think I commented the demo well enough for everyone. I hope it's ueful. Saturday, March 31, 2001 I added a few more lines of code for the ".EXE" statement because there are 2 kinds of exe's! Upper case and Lower case! It sounds funny but i have both kinds of exe's on my machine so i thought i better fix this little bug! I Also added a Progress Bar! Peace, jim byrnes

6_2008-2009 #203317
Automated SQL Stored procedure functions

I was tired of writing code to execute store procedures so I wrote these functions that do most everything for me. Just supply the stored procedure name and an array of parameter values. Also provide a recordset or return value variable depending on what function you are using. SAVES ALOT OF TIME! There are some examples subs at the bottom...

6_2008-2009 #203323
e-mail sample

the sample will show how to display message fromt he database when a user logs in and how his session will get expired and after session expiration he was not able to read hiw messages until he logs in again

6_2008-2009 #203445
Add Undo/Redo buffer in your application

Provides functionality to have a buffer of Undo's in your application so users can go back as far as they want and redo their actions again....

6_2008-2009 #203457
SpeedString concatenation

The SpeedString class boost performance on string concatenation. Almost every VB developer uses strValue = strValue & NewData as concatenation. The SpeedString class does the same, but a few hunderds times faster (something up to 1000 times). This project demonstrates the use of my SpeedString class and compares the execution times of both methods.

6_2008-2009 #203463
Asp delete duplicates in Database

This code delete duplicate records in MSAcces database.

6_2008-2009 #203467
a random password generator

This is a program to make totally random passwords out of letters, numbers, or both. Shows how to convert strings to lowercase, make a scrolling, typing, caption effect and how to use random numbers.

6_2008-2009 #203491
A Simple Tutorial on How to Use Crystal Reports

A very simple tutorial on how to print report using crystal reports in VB.NET

6_2008-2009 #203542
Word Representation of Number

Takes a number and returns a word expression for that number. Example: 123.01 returns "One Hundred Twenty-three And 01/100". Very useful for printing checks.

6_2008-2009 #203554
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.

6_2008-2009 #203568
Code Statistics / Unused Variable Finder

This will get various statistics about your code, from how many blank lines you have, to how many variables you have declared. This is basically the same as my last version (Code Statistics v3), with a few improvements on the code scanner, and a new feature that lists the amount of variables you declared but never used. Just a note though, it will also list any unused event parameters. Let me know what you think - Eric

6_2008-2009 #203752
WordWrapper

This function takes a long string of text, splits it up into lines for printing or displaying, then returns the new string. Like the newspaper, it doesnt cut off words, it carries them over to the next line. It includes a function to check for the longest word so you dont accidently ask for a column width smaller than your largest word.

6_2008-2009 #203820
ADO - Read and Write to Databases from VB using XML via ASP/HTTP

Shows how to get recordset data into a VB (or other) application from remote databases on the web, edit it, and put back the changes - all from simple ASP pages on the server via HTTP using ADO + XML - 1 line of code in VB to retrieve, 3 to return (+ not more than 25 lines of ASP on the server) for the simplest case. Requires :IE5 (IE4 will not work!), ADO 2.5+, XML (3 preferred) on Client PC / IIS4+ or PWS, ADO 2.5+, XML3 on Server

6_2008-2009 #203828
cool word proccessor

cool word proccessor that can read what u have wrote ,font size font color bold....

Languages
Top Categories
Global Discovery