Results for "Volume: 2_2002-2004"
A complete paint program for DOS.Innovative saving of files, fill styles etc. See it the difference for Yourself.
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. Someone who found a bug reported it to me and I've since corrected it. If you find any more let me know! Thanks all for the votes
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 :)
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.
This ASP script sample is a simple login form with database support and a 'Remember my Username & Password' function.
This is the complete package of my LoginPage, LostPassword and SignUp samples all blended into one nice package.
Use this code to drag and drop any control anywhere on a form or another control.
This small and very simple sub will format the caption of a Label control if the text is too big to display in the control. The sub will trucate the text and append "..." to the end of the text (indicating to the user that they are not seeing the full text). VB automatically wordwraps the caption of a label if it is too big, however, this results in the caption being truncated only where there is a space. Also, you can see the top of the next line of the caption. Example Make and Model: Cadillac becomes: Make and Model: Cadillac Eldor... I find this extremely useful when I don't know the maximum length of the text the label will contain, or if I don't have enough screen real estate to make the Label big enough. Just pass a label to this sub for formatting.
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.
**** UPDATE 4 JANUARY 2003: This code was a very early attempt with vector graphics. If you are interested in creating static chart images "on-the-fly", without the need of a plug-in, I highly recommend investing your time in .NET GDI+. For a sample of GDI+ charts please visit my web site at www.alerme.com. Paul Walchli, [email protected]. **** 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 www.alerme.com**. 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 [email protected]. Paul
This code can be called from any application as long as the text box/textarea validated is part of a form. This script requires Microsoft Word.
This code enables you control your computer remotely via your web-browser. The ASP calls a COM object which captures a scaled Jpeg of the screen, and then feeds this out to the client (browser) side.
This code send a message to a specified address as a notification of the main mail message. Usually tells you if the message has been read or deleted.
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 @ [email protected]
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 @ [email protected].
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.
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!
This is a simple way to see all the files and folders in your website directory. This shows the files and folders and a very simple way to navigate through the folders.
Gr8 newsticker. Can fetch data from database, textfile & html file. Real easy to set up. This is freeware but plz vote for me ;)
Visualize Time or Date Ranges in a chart ! Noe its very easy to create, for example, Holiday Charts. If you want to display Time or dateranges in a graphic, this is the OCX for you.