Advertisement

Results for "Category: String Manipulation"

ASP_Volume2 #38932
Long String to Lines

This little App will breakup a long string of text into lines of text. The length of line is set on the form. The output is sent to the clipboard. Copy a string of text and paste it into the text box on the form. Click on RUN. The application will count the number characters in your text and tell you how many lines of text were generated from that text. The line never breaks on a word.

ASP_Volume2 #39000
MyVar

when you use string variable in VB to handle large string values the process take long time and as the variable go larger it take more time MyVar offers faster handling for string data

ASP_Volume2 #39135
Convert Currency or Number to Text

Tow functions provide to convert the number or currency into English Text.

ASP_Volume2 #39225
Scripting Engine

This Code Takes a script file and interprets the strings, making it do stuff, like a real vb application

ASP_Volume2 #39233
_ 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!

ASP_Volume2 #39254
Ultra-fast bin to hex, hex to bin conversion

Have you ever need to convert a binary string to HEX? Doing it in VB is quite simple but a lot slow. I'm using this class to exchange XML data from serial I/O apps with high performance.

ASP_Volume2 #39483
Do uppercase to first letters in every word.

Fixes a string.. from "chArlES IS BaCk!" and the results is "Charles Is Back!" easy to use.. and nothing to have.. ;-) made it for a request.. the StrConv() only function in vb6 i think.. i'm not sure.. However this works too if you want it..

ASP_Volume2 #39518
Password Generator Ver.1

Generate random passwords. You'd better check this cool GUI.

ASP_Volume2 #39522
Advanced Command Line parser

This codes stripes a command line; like for example this: /d "c:\program files\sample dir with white spaces\and more\" /s "S100-01" "S200-01" "S300-01" /n 7 /index Into variables you can use within your applications. For example; if you execute getParmValue("s", valueList) valueList will contain S100-01, S200-01 and S300-01 For more detail check the code.

ASP_Volume2 #40255
C++ OO Database library

The Variable Block Database (VBD) is a collection of C++ classes used to build portable database applications. Release 1031 features built-in support for multi-user and single user access. Database access methods include a B-tree with iterator and memory caching, navigational access, fixed and variable-length records. Includes general-purpose data structures such as linked lists, stacks, queues, balanced binary trees and others as well as a variable length string class, a postscript driver, and HTML driver. Ships with an advanced database recovery utility plus other text and binary utilities. Several example programs with are provided to demonstrate each of the concepts presented. This release has been built and tested under Windows 95/98, MSDOS, HPUX 10.20, Solaris 2.4, and RedHat Linux 5.2. All documentation is an HTML format, covering the class library, the example programs, and the utility programs included with the distribution. http://www.trumphurst.com/cpplibs5.html#Libraries_available_via_FTP__Q_Z_ Copyrighted freeware--Copyright © 1997 Douglas M. Gaer.

ASP_Volume2 #40331
Small Pagination Navigation

I've coded many dynamic pages that needed the support of displaying data accross multiple pages. Whith this script, it will build a small navigation that you can display at the top and/or bottom of your results to navigate to the next page. It also supports the ability to only display pages within a specified range. (ie - if you have 1000 pages, it will only write links to 5 of the pages closest to the current page being viewed.)

ASP_Volume2 #40466
Address book

Simple address book Class in C++, has methods for adding new record, sorting, deleting and storing data in a file. Has it own menu aswell.

ASP_Volume2 #40578
Access MDB

To open MS Access or Ms SQL server database using C/C++ or VC++

ASP_Volume2 #40620
Billing (Sales) for a general store

This program takes customers orders by code then creates a bill for the purchases. Also can print the bill. All totals are calculated automatically.

ASP_Volume2 #40713
SQL server memory walker

Extended stored procedure that shows RAM allocation of a SQL Server. Look at the code for an explanation of the output.

ASP_Volume2 #40833
Phonebook.cpp

Phone book just to help people get started. Had to do it for school. EDITS, DELETES, SORTS, PRINTS, DISPLAY, SAVE (DISK), RETRIEVE (DISK). thats about it.

ASP_Volume2 #40953
A template solution for C++ database development

A template class that can write,read,modify & delete objects of any class/structure to a database.

ASP_Volume2 #41107
A Database Search Tool

A very simple database search tool. If you wanna learn how to search, sort, and write a database, download this now.

ASP_Volume2 #41108
studentdatabase

Maintain the Student Records.

ASP_Volume2 #41123
Students database

UPDATED!!!! Keeps records for students : number name lessons:grade,date save to file everything

Languages
Top Categories
Global Discovery