Advertisement

Results for "Volume: 2002C"

2002C #17020
Email User in Database

This is code will use to send email all user in database easily and reliable, I have use the asp mail to send the email to the user in the database

2002C #9555
Change form backround with common dialog

Kind of like skinning your program

2002C #9556
REAL Tool Tips

Have a little message show up when the mouse idles over a button.

2002C #10552
Artificial Intelligence for your enemies

If you want to create real good games you must have intelligent enemies. This hot code shows you how to realize this.

2002C #10413
WS.ocx

The OCX has two Functions, that do DNSrequest for you. One Gets the Domain of an IP. And the other one gets the IP of an domain! Please rate it!

2002C #10949
Data Environment Example

DataEnvironment is one item that is hard to find Detail information about how to use it. I truly Believe VB's DataEnvironment is the way to go But using it takes time. This program will go over some way's to make your data-environment more Flexable during run-time operations that is not usually covered in the majority books available to users.

2002C #17026
ASP Multi-word database search

After digging around and trying to find a decient multi word search function, I ended up building my own. This ASP page and database splits the words up and combines them with a SQL query string. It also allows you to resubmit a search for a "More Like This" link which resubmits the Keywords back into the page and searches for those words within the database Keyword attribute.

2002C #8868
How to use VB's InStr with a String

This example I put together teaches you how to use the InStr function with a string. InStr is very important to use because you can get certain information from a String by using it. Example: say a String has your first and last name in it like "Mike Canejo". InStr allows you to get just the last name or first name. First and Last name are just an example. You could do tons of things with Instr. This is very important for a beginner to know trust me. You'll be surprized if you end up using it in your next vb project :)

2002C #10341
^ Font Properties ^

This little coding lets the user see how many fonts they have and what they can do with it..this is kind of old..but i was bored.

2002C #9436
How to add skins to your program

Complete demonstration on implementing skins into your applications using bitblt. All images extracted from a single bmp file, no need to populate picture boxes at design time. Features: Button code only executed if cursor is over the button when the user releases. * Title bar CHANGES when program has lost focus. * Well commented source. Very easy to understand. Graphics read from file not picture boxes. Limited only by your imagination.

2002C #16245
LoginPage

This ASP script sample is a simple login form with database support and a 'Remember my Username & Password' function.

2002C #16839
LoginPackage v1.0

This is the complete package of my LoginPage, LostPassword and SignUp samples all blended into one nice package.

2002C #10542
Drag and Drop anywhere on form

Use this code to drag and drop any control anywhere on a form or another control.

2002C #17011
Word Highliter

Ever see a search engine that highlights your search results? This code does that. It takes a querystring, and compares it to a second variable. The second variable will be written to the page, and any matching words will be in highlighted and bolded. See screenshot for details.

2002C #10966
Graph Paper

Create your own graph paper. This is simple code that shows you how to work and draw to the printer. Also how scaling works with the printer object.

2002C #16818
Scalable Vector Graphics Charts (SVG) with ASP, Version: Beta 1.0

I originally posted SVG code on 10/12/01 that rendered charts using HTML and VBScript. ** On 1/31/02 I have posted a JavaScript version ... check Java/JavaScript site for code or visit my website at home.att.net/~p.walchli **. This code creates the charts utilizing ASP by creating the SVG image on the fly and in a "virtual" page. As with the HTML version, this one is also a Beta version. The colors are ugly and the layout is weak. But, on the bright-side, it's functional. I'll post improvements as time allows. To test this code you will need to create a database, table, and three fields. I have included the information from my database in the ReadMe.txt file included in the zip file. If you use the field names above, all you should need to do is change the database name in three files: Default.asp, incBuildPage.asp, and incBuildSVG.asp. If you do a search/replace for "YourDatabaseNameHere" you'll find the line number of where the connection is. If you have any questions, please contact me at p.walchli@att.net. Paul

2002C #17028
Bar Graph

An ASP bar graph. Easily customized and great examples. Customizations include Top Padding, Side Padding, Bar Width, Bar Padding, (Only if bars are in groups.) Group Padding, Number of Groups, Number of Bars Per Group, Maximum Value Values For Each Bar, Colors of Bars, and Titles Of Each Bar! The inputs are all at the top of the code with explanations. Nicely blocked off for your convenience. I have not tested this with Netscape. Please let me know how it does. You can only have a maximum of 18 bars due to restrictions from style properties. This problem is easily breached by using javascript. If you would like that code please email me @ checkerman_1985@yahoo.com

2002C #10971
A++ Contactor 2000 (With Speech-See ScreenShot)

Here is the link to the speech engine you will need from microsoft.com: http://www.microsoft.com/iit/download/speechengines.htm?Yes=I+ACCEPT#_tts Features: Speech, Record and Play Back your own Voice Messages using the MCI Control, Moving BorderLess Forms, How to make Custom Buttons that light up when you click on them, Read and Write to INI Files, Access an Access 2000 Database with a password in code, A custom Web Browser using the www control, Treeview Control with images, Custom Colors Form. Unzip the code to C:\CODE\CONTACTOR\. Load it up in VB6 and run it. You will need to download the Speech API's from Microsoft.Com if you want the speech portion to work. The Login name is "Guest" and the Password is also "Guest". If you have questions, you can e-mail me @ DEATREE@YAHOO.COM.

2002C #10342
Ctrl+Alt+Del & Alt+Tab Method (Enable/Disable)

This coding will let you ENABLE and DISABLE the Ctrl + Alt + Del Method and also the Alt + Tab Method. Have Fun. Please Vote for Me.

2002C #16889
Display Directory Listing

First off let me say that this code is a modified version of Kaustav Acharya’s post on Planet Source Code. I simplified the code to better suit my needs. You should just be able to copy the code posted below, and in order for this code to work you MUST update the SELECT CASE statement and configure it to work on your server’s structure. I think the other code is a bit harder (not user friendly) to use/fix for inexperienced programmers. Once configured properly, this code will display the contents of a directory wherever this file is placed. I named the file to be inserted into the directory to display index.asp, just because my default web site is set up to read an index.asp file as the default web page. You can also get cute with this script as well, write another select case statement checking for the file types, and display the pertinent icon according to the file name. Not what I need this code for, but just a suggestion. Happy Coding!

Languages
Top Categories
Global Discovery