Advertisement

Results for "Category: String Manipulation"

4_2005-2006 #166581
InBArr - now supports Unicode!

These functions perform a search like InStr within a byte array. Accessing byte arrays is much faster than accessing strings, but there aren't many tools provided in VB to handle the arrays. So here you have something: InBArr and InBArrRev, which can search byte arrays with a string keyword in both Unicode and ANSI modes. *** NOTE: you probably don't have a file named C:\hotfix.txt, so you have to edit Form_Load so you can try it. *** Votes welcome :)

4_2005-2006 #166604
Valid & fast TrimNull

While I think these TrimNull functions are a bit silly business, I guess they're mostly used due to lack of understanding of Windows API return values or of the file that is being processed, here you can find proper implementations of the LTrim & RTrim equivalents for NULL characters. Instead of InStr of any kind the string is processed as Integer array, without making a new copy of the string. This allows full control over the validation process and thus string is properly parsed from any NULLs at the end or beginning of a string. A test program is included for comparison which shows the bugs in other implementations. Also a bit fuzzy logic RTrimZZ is included: it is fast, but it is mostly dedicated to cases where you expect a buffer full of NULL, except for the actual data at the beginning of the string. The functions are long but fast.

4_2005-2006 #166668
Compact & Repair Access Database

Saves time by NOT having to download your access database to Compact and Repair then re-upload again.

4_2005-2006 #166671
ServerDotURLEncode

Used by VB applications that want to lightly (without any additional project references) transform unsafe characters into web-friendly URL Encoded text.

4_2005-2006 #166684
Lines Manipulations (No Api or ActiveX)

With this you can Read Lines (from a textbox and a string), Set Line Number, Get Line Number, Columns, etc. from a TextBox. This is very usefull, seems n00b but it isn't. Please Vote!!

4_2005-2006 #166697
Return a dataset from an excel spreadsheet

Return a dataset from an excel spreadsheet using OLE DB and a "named region" as a table

4_2005-2006 #166766
Using DataAdapter for manipulating DB directly

This tutorial explains the ways where you can use DataAdapter directly to manipulate databases instead of writing DML commands.

4_2005-2006 #166767
How to use DataTables better - Main functions and methods of DataTables explained

This demo explains the useful functions of DataTables that help you lot while developing applications. This demo explains how to use a DataTable in various ways.. Like.. - How to initialize a DataTable - How to insert records into databases using a DataTable - How to fetch selected set of rows from a DataTable - Empty the contents of a DataTable - Clear the current structure of the DataTable - Copy rows from one DataTable to another - Use a DataTable's structure to create another - Managing changes done to a DataTable - Updating the changes made in the DataTable to the database - Make calculations on the rows of a DataTable and get results - Ways to add rows to a DataTable - Find whether the primary key column of a DataTable contains a specific value - ..etc

4_2005-2006 #166768
Password_Darker

The passwords typed in a textbox can be read even if the * appears. But there is a way to prevent this. This is why i created this code. It prevent users from using programs like Spy to read the password (http://come.to/kobik) if the URL don't change.

4_2005-2006 #166806
NeoWord

Word Processor, similar to Microsoft Word (not as many features though). Different fonts, colors, sizes, tabs, rulers, images, files, find, replace, goto, word count and more. Not finished yet, if people think I should bother finishing it off I'll add undo, redo, autosave, image options and possibly more... Please leave comments. Thanks, Neophyte.

4_2005-2006 #166812
File2DB2File

Upload and Download BLOB [files] to an Access Database. Handles any file type. Instructions included for implementation under VS.NET, WinXP, IIS 5.1 and .NET Framework SP2. Includes a class to set database connection dynamically and is almost fully documented. Not a great implementation, but does the job and provides relatively straight forward processes for providing this functionality in your WebApplication. Have Fun :)

4_2005-2006 #166841
Weather.com Parser

This is a program to get the Local weather status with information provided from weather.com It is very simple and not much error proofing but it does teach you opening a webpage for reading, string manipulation and using the timer. This took me about an hour. Note it only works for US zipcodes.

4_2005-2006 #166880
ab xml reader 1.0

This program read a xml file and stole it in a datagrid with all structure.Is a great program

4_2005-2006 #166940
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.

4_2005-2006 #166999
____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.

4_2005-2006 #167011
Whisper Bot source code for paltalk

Sends your whisper messages to people on paltalk

4_2005-2006 #167053
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.

4_2005-2006 #167121
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!

4_2005-2006 #167156
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 !

4_2005-2006 #167173
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 ..

Languages
Top Categories
Global Discovery