Results for "Category: String Manipulation"
Title: Music Database for MP3 Files Description: This code is based on "My Music Database" by H. Morales. Here are the differences: 1. Code was rewritten in Visual Basic. 2. Additional fields added to the table: Composer, Copyright, Comments, and FullPath. 3. Removed buttons and wrote event handlers for BindingNavigator buttons. 4. Added ComboBox for Search type and wrote code to search all fields except Track and FullPath. 5. Added class library to obtain ID3 data from file. 6. Added class library to play MP3 file. 7. Added button to create entries for all MP3 files in a folder automatically. 8. Added setup program. Because of the multiple projects (and types) it is necessary to use a full version of Visual Studio 2008 to build this solution. Microsoft SQL Server 2008 R2 is also required.
Give this function a number from 0 to 100, and it will generate a cool progress bar made of text!
this encrypts the text you enter in the text box. really cool and easy to understand code
Main idea of Metamorphosis.ApplicationBase is to provide .Net developer set of base classes for creating database interfaces almost similar to MS Access and way of developing data forms as simple as in MS Access. You can create "Single Form", "Continuous forms", calculated bindings with any formula (through VSA), Master-Child functionality and so on. For more details see ReadMe.Doc. Also example for Northwind database included.
Have you ever had one of your Programs, VIOLATED? By little punk kids that HEXED it? Well this Tutorial Shows you how to Protect against this!
This article is for people who are interested in how PHP deals with uploaded files and databases. It walks through the steps of creating a database-driven picture repository, and includes the code to set you on the correct track. It starts out with how PHP deals with forms, then progresses to files, it deals with PHP's interaction with MySQL, and finally ends putting it all together to build a simple picture repository. The tutorial is 11 pages and is in PDF format.
Hello coders! This is a basic code for record saving, finding, deleting, etc. It uses ADO.NET (Command, DataReaders, DataSet, Connection, etc.) Hope it would help for you. I need your feedback and even suggestions...thanks :D
word searcher with about 110,000 words, crossword finder, unscramble letters to words and more.
the same as the mirc gettok function - very usefull
It can make, edit, delete news articles. It has a rich text editor (from htmlarea) and supports multiple users. In this new version there are some bug fixes and you can now make news templates so you don't have to type out the same thing all the time, the new version also includes a general connection string found in conn.asp.
This will allow you to compare times. I noticed that there is a 'Date' type in VB, but no 'Time' type. So if you want to compare Dates you are fine, but for Time comparisons you are a bit stuffed. This is very simple, and will allow you to convert times into numbers so that you can make easy comparisons with them.
It generates store procedure to do INSERT,MODIFY,DELETE and VIEW operation for any Table
Replace the first One, I posted wrongly. My Apologies for the Community. This program print, special characters in different font types like "Symbol", "GreekC", and "GreekS". Please Accept my apologies
A simple bus reservation system, using dynamic 3D arrays and a simple class example! Don't hesitate to rate for it. I worked so hard for it!
This is just a simple code to find the text in a tag. like, [tag] I'm a tag![/tag]
Tow functions provide to convert the number or currency into English Text.
This code pages a database recordsets in a very cool way, like the good seaches on the web. The ideia I designed was to show all pages, but not all of them (imagine in a case of 1000 pages). So, it shows only ten pages placed in the point you are only, and a link for the last and first ones... It helps who does not have the patience to see all pages, and also for the ones who does.
Ecommerce Application
It used to be, when I wanted to count the number of times a charector appeared in a string, I would loop through the string letter by letter and keep a count. I have replace my old methodolgies with this one, which also allows you to search for substrings (more than 1-digit long)
I created this project with VS 2005 so more programmers can use it. It will work in VS 2008 as I first did it with 2008. It uses Microsoft 2007 database driver and a user friendly interface (Explore type UI). This project is also well (if not overly) commented. With this project you will learn how to: • Hard code most procedures • Use a class object (as in Object Oriented Programming (OOP) and • Connect to a Microsoft database using ADO.Net. As for using it in a real world application it shows how to • Login into a system • Set global variables used throughout the system • If not successfully logged in, it will lock the user out of the system until the SA resets the user’s account • Allow the user to change his/her password • If the user account is system defined disable the ability to delete the account • As well as create and update an account. There is a lot of good stuff or examples for any level programmer. I have spent some time on coding, testing and commenting and would like the project to be rated. Happy programming. Login Information: User Code: ADMIN Password: admin User Code: GUEST Password: password User Code: LWESTJ Password: password