Advertisement

Results for "Category: String Manipulation"

7_2009-2012 #234494
XML Search

This program searches an XML database for a keyword and returns the results. It uses the framework's XML classes, and a few regular expressions.

7_2009-2012 #234553
____A Listbox Rearrange With Mouse

This code allows you to move items in a list box just using the mouse. Every line commented. It is very simple. I have searched high and low for a code that JUST DOES THIS without any other jargon but couldn't find any so I made it and posted it. Please give me suggestions/comments. I have edited the code to allow multi select to be enabled due to someone asking for it.

7_2009-2012 #234565
Whisper Bot source code for paltalk

Sends your whisper messages to people on paltalk

7_2009-2012 #234607
Perfect SQL (Update)

You don't want to worry about the syntaxes of the sentences SQL, it proves with these custom sentences. Plz don`t vote for this, I upload again coz PSC remove the post when I try to update, sorry this.

7_2009-2012 #234675
compression functions (run length, Huffman and ZLib)

Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!

7_2009-2012 #234710
Cool Text 3D Animations

Want so cool animations in your project well this code is for you, not just text but a 3D text that will animate in your project, very cool...Must have for beginners.....intermediate users also can learned frm this codes...I hope you enjoy coding and please vote or just rate it !...Thanks !

7_2009-2012 #234727
VB Project Explorer .. Must See It !!!!!!!!!!!!!

Hi All .. That's A Very Cool Program .. It Explores VB Files ( VBP , BAS , CLS , CTL , FRM ) and Get All Functions , Variables , Constans .etc In The File And View It With The Same Colors and Font Of VB Editor .. You Will Read It Exactly as You Read It In VB Project .. ( See Screen Shot ) .. This Program Is Useful If You Want To Read Function , Subs .etc In a File To Find Something In Huge Files .. Please Comment and Vote ..

7_2009-2012 #234729
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 ..

7_2009-2012 #234731
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 ..

7_2009-2012 #234764
Make Uppercase or lowercase in Textbox

how to Make Uppercase or lowercase in Textbox

7_2009-2012 #234786
tsp.db.class

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

7_2009-2012 #234825
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.

7_2009-2012 #234828
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!!!!!!!!

7_2009-2012 #234830
Subform

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

7_2009-2012 #234868
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.

7_2009-2012 #234894
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.

7_2009-2012 #234918
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.

7_2009-2012 #234992
Using DAO with VB.NET

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

7_2009-2012 #235031
Advanced Sql Query Analyzer

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

7_2009-2012 #235049
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.

Languages
Top Categories
Global Discovery