Advertisement

Results for "Category: String Manipulation"

4_2005-2006 #167175
Build a Path That's Shauld Create More Than Directory

Hi All .. This Code Will Create a Path That's Shauld Make More Than One Directory .. For Example When You Call Function : Call BuildPath ("C:\A1\A2\A3\A4") It Will Create "C:\A1" and "C:\A1\A2" .etc It Will Return False If The Drive Doesnt Exist Or For Any Other Error .. Please Send Me Your Comments ..

4_2005-2006 #167177
Change Color Of a Piece Of String In RichTextBox Without Flashing In It

Hi All .. This Function Solve Problm Of Flashing During Change the Color of a Piece of String in RichTextBox .. It's Useful For CodeBoxes ..

4_2005-2006 #167210
Make Uppercase or lowercase in Textbox

how to Make Uppercase or lowercase in Textbox

4_2005-2006 #167232
tsp.db.class

this is a wrapper for some of the more commonly used database functions. can help reduce your code dramitically.

4_2005-2006 #167271
CSV string parser

This function takes a comma separated string and parses the values into a variable-length array, which can then be assigned to a predefined number of variables, or iterated with a For-Next loop. This code is roughly based on Brant Gluth's submission entitled "Parse Delimited Text", with the addition of a demo form and improved string handling. Most noticeably, this code can handle strings enclosed in quotes and will not break on delimiter characters within the quotes.

4_2005-2006 #167274
MSDE 2000/SQL Server Controller

Objective : Control MSDE/SQL Server 2000 by doing some of SQL Server Enterprise Manager's Functionality using 100% Managed Code. PLEASE VOTE!!!!!!!!

4_2005-2006 #167276
Subform

This example demonstrates how to create subform in Internet Explorer like in MS Access. It works in same principles as a database.

4_2005-2006 #167314
UK Postcode / Postal Code Format Validation Class *UPDATED*

If you are using a text box to input a UK postcode, the text box can be attached to this class, which will then ensure the text entered is UCase & conforms to a valid UK Postal Code format. I have add a new function to the class which enables Multimap Lookup. (Thanks to Jon Webb for that code.) Cheers also to Simon Woollard for pointing out the changes that were needed.

4_2005-2006 #167340
GrantMySql

GrantMySql script allows user to manage users and rights of MySql database from Web browser in easy and simple manner. It is useful for novices as well as for advanced users. If you do not know line syntax of MySql or need often to change or give rights for MySql database, this script is ideal for you.

4_2005-2006 #167364
clsAccess

This code is an ASP VBScript Class that allows you to find any acccess database on your server, and connect to any record in any table and edit,add or delete. It has a full grid function for paging through recordsets.

4_2005-2006 #167438
Using DAO with VB.NET

Most users especially those bigenners with vb.net asks how to use DAO with vb.net

4_2005-2006 #167477
Advanced Sql Query Analyzer

only change to your database name. yazi.mdb to yourdb.mdb ( find and replace in notepad )

4_2005-2006 #167495
A Retieve Image From Database[MSSQL] to Show with listview]

This Code .can be show you how to get all image from database[MSSQL] to show with listview like LargeIconStyle.I find this module from www. but not found,untill me tried to coding to modified of someone at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=1137&lngWId=10 .i do it and get adapt to my work.that done.

4_2005-2006 #167516
_ String Functions _

Includes many common useful string functions. Reverse string, Remove extra spaces, Delimit string, Alternating caps, Proper case, and Count number of occurances of a string in a string. Vote if you like it!

4_2005-2006 #167619
Longest Common Substring

This code shows how to find a longest common substring in two strings. I had a hard time finding out how exactly to do this so now that I have done it I'm sharing it to help others that need it.

4_2005-2006 #167682
dbList

Database grid with records edit, delete, add, search, filter and export to excel, database and table selection, page navigation, field sort and search in page. Works with MS Access, MSSQL and MySQL databases.

4_2005-2006 #167755
Simple MS Access database program

This is a simple VB.NET application which demonstrats handling local database (I used MDB). I think this example will be a great help for extreme BEGINNERS. (Env: Visual Basic.NET Express Beta 2005)

4_2005-2006 #167897
Using an XML Document as Database

This program demonstrates using an XML document as a database. The example uses a fake forum database and allows you to view all of the members, view member information, edit a member's information, remove a member, and add a member.

4_2005-2006 #167900
A more compact storage of bytes in string than using Hex

Storing data (anything) in a string can be done more compactly using this method than using Hex strings. *Updated - speedier main functions. I've also added functions for more compact storage of dates/times in strings than a simple byte translation.

4_2005-2006 #167901
Yet Another Small Word Wrap Function

Due to the astonishing popularity of someone else's recent submission and me feeling bored...

Languages
Top Categories
Global Discovery