Results for "Category: String Manipulation"
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.
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
Tow functions provide to convert the number or currency into English Text.
This Code Takes a script file and interprets the strings, making it do stuff, like a real vb application
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!
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.
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..
Generate random passwords. You'd better check this cool GUI.
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.
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.
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.)
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.
To open MS Access or Ms SQL server database using C/C++ or VC++
This program takes customers orders by code then creates a bill for the purchases. Also can print the bill. All totals are calculated automatically.
Extended stored procedure that shows RAM allocation of a SQL Server. Look at the code for an explanation of the output.
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.
A template class that can write,read,modify & delete objects of any class/structure to a database.
A very simple database search tool. If you wanna learn how to search, sort, and write a database, download this now.
Maintain the Student Records.
UPDATED!!!! Keeps records for students : number name lessons:grade,date save to file everything