Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #115874
Voice activation of programs

Allows voice activation of programs. Programs and words recognised (dictionary) are customisable. Click on "Add Word" to add a word to the dictionary. See CommandButton tooltips for help. Notes: It uses Microsoft Agent's Speech Recognition Engine 4.0 (included in installation). Need a working microphone, use preferably in a quiet room.

2_2002-2004 #115875
Napster Client with Chat

This is a Napster client with chat example! It's like my last Napster client example except I've fixed a TON of bugs/problems, made it a little bit more efficient, made the code a little neater, and of course.. you can now chat with this! I've also included more information on how to communicate with Napster's servers using VB incase you would like to add additional functionality to it. Vote if you like this example!

2_2002-2004 #115876
Registry Information for Security Program Developers

If you are developing any type of security program, this information is for you! These are all of the known registry entries that you can use to secure a person's system. There are 7 pages of them so enjoy! PLEASE VOTE FOR THIS INFORMATION!

2_2002-2004 #129584
Gallery Image with Zoom

This is a simple Image Gallery to automatic show all existing images in a folder. Just click one image to open it in a zoom popup window. See it in action: http://www.industriavirtual.com.br/codedemo/gallery/default.asp Please Vote!

2_2002-2004 #129214
Rapid Classified v2.0

Dynamic, mid-size, general Rapid Classified Board v2.0 offers a set of features from v1.0 plus: Expanded option fields for categories and user registration fields, Free/Pay mode, 5 images gallery per ad, “What’s Hot” list, improved design with more flexible board positioning and side-bars content management. Pay mode is completely automated with hookup to PayPal. Other merchants can be plugged in with slight script modification. Upgrade to Access/SQL versions is available at website. Demo at: http://www.gurgensvbstuff.com/gbook

2_2002-2004 #128421
rotating password

what this program does is ask for a password then if the password is right it displays the message you want it to if it is wrong it changes the value of the password and asks again this will continue till the correct password is entered.

2_2002-2004 #124485
Designer Code

Code for creating a Report/Form Designer application. Extensive use of SENDMESSAGE with explanations. Creates a scrollable viewport, and editable 'controls'. Ideal for creating a designer programme.

2_2002-2004 #129334
Spell Check Interface for Aspell

[Updated 2004/06/22] This Spelling Checker Interface is an ASP based web interface (front end) to Aspell/Ispell. This code incorporates ASP VBScript code to interface to Aspell and Javascript/HTML for the human interface. All of this is bundled into one small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

2_2002-2004 #128422
Process Monitor

Process monitor can list all processes on a system just like taskmgr.exe and give you a lot of other details about the process like dll's handles ports opened by the process etc.

2_2002-2004 #129605
Matthew1471 ASP Blog (BlogX) V1.0.3.05

Create A FULL Blog site Please do not steal my code and copyright it to yourself. If you want to be alerted of any updates, subscribe to my mailing list.. http://blogx.co.uk/MailingList.asp

2_2002-2004 #129481
ASP Bread Crumbs v1.1

Bread crumbs are simply a hierarchical string of hyperlinks that follow you from page to page, allowing for easy navigation. The example below is written in VBscript and may easily be added to any Active Server Page.

2_2002-2004 #124486
Zoom

A multitude of API calls including: CreateEllipticRgnIndirect, CreateRectRgn, CreateEllipticRgn, SetWindowRgn, StretchBlt, etc... Results in a scrollable 'zooming' window.

2_2002-2004 #129576
ASP DataGrid Class

You can Build DataGrid Within ASP just in few lines of Code this class alow paging Sorting and much more

2_2002-2004 #128888
MP3 Download and Info

This is some code I found here and there, modified and mooshed together. I used this for a band, so visitors can download some of their songs as MP3 files, and also have a look at some of the technical info about the files (MP3 tags, etc) in another browser window. You can see it in action at http://www.DiceyRileyRocks.com/files/mp3/ (maybe you'll even like the music--I produced it!)

2_2002-2004 #124487
Data Reader (Updated)

Ever be in the middle of coding a program and you forgot the name of a field in your database? You had to open MS Access, find the database, open the table and get the name of the field. Then you had to go back to VB. Well this program gets rid of all that hassel. You start the program, open the database and it stays on top. It displays all of the fields and tables as well as field types and properties. It will also allow you to modify information in the database. No more going back and forth, just put it off to the side and all the info is right there. Check out a sleeker version of this software here http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=33286&lngWId=1.

2_2002-2004 #129449
Smart Knowledgebase 2.0 (WYSIWYG)

A dynamic FAQ CMS application. You can store articles, FAQ's, etc. in an organized way. The WYSIWYG Editor provide powerful formating. Features: Unlimites main/sub categories |searchengine | sendfriend |print page| MORE...Adminarea to control:Categories, Article (Add, Edit, and Delete). DEMO: http://www.planetgraphic.de/anwendungen.asp pls rate for me.

2_2002-2004 #129460
aspLeftNavMenu

this is an update of code by Marcelo Franco at www.industriavirtual.com.br where he created a framed left nav using html and javascript (client side). his js file remains untouched. his html has been translated into an asp (server side) file using vbscript arrays to populate the menu options using 2 loops and a general counter. As a next step the arrays can be populated by a database to be more dynamic and allow for languages.

2_2002-2004 #124488
Parse Delimited Text

The code will take a passed string and a delimiter and parse the string into a variant array for reading. Works very well with csv files, etc.

2_2002-2004 #124489
How to create Extension sensitive Context Menus

Adds context menus that popup when you right click on a file in Explorer or File Dialogs. Useful for adding options like DLL/OCX Register Unregister etc.

2_2002-2004 #124490
Create Access Table in VB

Allows the programmer to create an MS Access table in Visual Basic where the primary key’s field data type is set to AutoNumber. It is not like creating the primary key field in Access where you can select AutoNumber date type. In VB 5 and 6 you can’t request AutoNumber for a field type in the SQL Create Table string, it does not exist. So to create a table in VB where primary key’s numeric field type will be AutoNumber, you have to do it the way the included source code shows. Hope this helps.

Languages
Top Categories
Global Discovery