Results for "Volume: 6_2008-2009"
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.
PROJECT NAME : SALES MANAGEMENT SYSTEM SCOPE : ORDER ENTRY TO PAYMENT RECEIVED you can use this application to learn about database manipulation using DataAdapter & other ADO controls. FLOW OF PROCESS 1. Order Received From Customer 2. Order entry into the system by Central Order Processing Group (COPG) 3. Order verification in terms of commercial terms by COPG 4. Order cleared by COPG 5. Scheduling of order by Production Planning Group (PPC ) 6. Shipment of material by Shipment Department (SD) 7. Invoice Generation / Printing by Accounts Department (AD) 8. Machine installation by Installation Group (NIG) 9. Payment received by Commercial Department (CD)
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!
Find String in SQLserver database and replace that string other one.
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.
This artile shows how to handle the processing of multiple recordsets returned from SQL Server to an ASP page. The result is that some of the ASP Processing is shifted to the SQL Server.
Never use graph paper again! This little baby can graph any function you please! Once it has done that just print the thing out! Great for homework stuff. To change the funtion you want graphed, simply open up the ASP file in a text editor and change the function around. (As well as some other customizations.) Have fun!
MSMS is a system for running websites powered by ASP. This is the core component, that handles logging in, signing up, and displaying pages etc. Various add-on components will be released, such as forums, news, articles, downloads, links, etc Components, Updates and help available at http://msms.pwnm.net
Gets Free Resources WITHOUT using a class module or a third party DLL as someone used below...
Complete Bank Application
This is the Bank Management System I posted last year. Some issues have been resolved and I hope users will enjoy it.
This program loops wave files by placeing them into buffers in a matrix kind of like a drum machine(see image). You can make beats and tunes quickly and easily though the matrix and samples are with the download. You can also skin the program when compiled. To complex to explain hear download it and please give your feedback this progam could be really good if people add more and keep posting it back on the planet.Please feel free to email me at [email protected]
Auto-Completes your Dropdown Combo Style ComboBoxes. Inspired by Dave Havard and Dan Redding's posts, I decided to write one of my own. It doesn't need the Keyboard Hook like Dave's and handles backspaces better than Dan's. Function is in a module and ready to be included in your project. Just call it on the Combo_Change event.** Re-submitted 4/5/00 **Minor Updates including ComboWidth updating (Thanks to Randy Birch's posts). I had to resubmit because [email protected] made an unwarrented vote of "poor". People were avoiding this post like the plague...for no good reason. Khanjar, you suck.** Re-submitted 4/11/00 **Includes a much better method for determining maximum text width. Thanks to Jeff Cockayne's contribution, additional features like Adding to History, Load & Save History plus allows use of upper & lower case typing. Thanks again Jeff! Please Vote!
This is mainly to demonstrate a data grid/spreadsheet style page using pure HTML and javascript validation. The page also monitors whether the user needs to save changes before exiting. This actually shows it in action as a stock sheet.