Results for "Volume: ASP_Volume3"
This is the latest version of Call Tracker. The screenshots below show 3.0 but the code is the latest. I didn't want to create a new entry so I just updated this one. Helpdesk Call Tracking Application for small helpdesks that do not require work orders or ticket producing solutions. This application is only for tracking helpdesk calls.
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.
This will teach the users a little of the cool ASP tricks. Nothing to do with a database really, but They are still kinda cool just to test with!
A tiny bas module is all you need to draw 3D ellipses. Just give it any rectangle, colors and point of light and it will draw the ellipse quickly and smoothly. The zip includes one form (for demo purposes) and the Ellipse3D.bas module. A MUST SEE for graphics beginners and pros.
Good information to help building a good ASP page.
Learn how to use a listbox the correct way! and please leave comments and vote!
it create a new language like "|-|i 0r ß-Y-€" pretty cool :P
Evaluator consists of a Compiler & Execution class for EPrograms made by compiling a string containg regular expressions. Its quite extensible. Well documented and with a test program. Evaluator is designed as an Activex dll
This code uses the Video Display Unit (VDU) Concept. this program can compiled and executed on DOS mode (I used Turbo c++ 2.0 compiler) On execution It gives a continue clock at Right-Below corner. After execution It gives promp again to you but clock continues untill you terminate the Dos screen.
Uses the html tidy component to translate html code to valid xhtml code on the fly. Great for using with html generated by rich-text boxes such as http://www.kevinroth.com/rte/demo.htm.
FSO Class provides ASP programmers with method to handdling file/directories attributes and more. It requires no COM objects to be installed on the web server, it is purely ASP code. An example page is included to show how easy it is to use it. This is also a good example of VBScript classes
This is a simple game of snake.This game has save/load option and also different levels of difficulty.Hope u will like it.
This is an article on implementing vectors in C++. It contains all the 3-dimensional mathematics that can be used to make lighting calculations, physics, etc! Visit my website to find many more articles such as this one! http://akrotkov.bullet-reaction.co.uk is my site.
This is the new MessageBox 2.0 !!! Fully customable !!! Easy to implemented !!! Use instead of MsgBox : MessageBox . Same Paramteres!!! and don't forget to vote !!! Now you can make your own MessageBox: Change the Icon and the buttons and you see you have your own MessageBox.
You can draw difficult mathematical graphs painlessly with this program. For example, you can draw (x^3+2x+3)/(2x^2+x+1) easily with this program.
KeyStrat 1.7 is a fully working Keyboard Emulator. It includes many features such as different keyboard layouts and different key selection strategies. If anyone wants to develop the emulator further all that I ask is that you keep the KeyStrat name and mention me as the originator. (Requires VB6 Runtime library). Please take the time to vote / add your feedback, thanks!
This code produces a snap to effect exactly like Winamp. Uses POINTAPI type and GetCursorPos API. It gets the current x and y does a few calculations and snaps-to the screen edge. It does take into account for the taskbar but that may need some tweaking.
My site and web search engine is advance tool for every ASP based web, my previous version inspired me to improve my search engine. New features: Google Serach intractive,Most important feature is Web Page Cached enable, Google search your Domain on your web, Effective Spell Checker, Search word Highlighter, wrong word highlighter and many more, see snapshot.See it live http://www32.brinkster.com/iaorg/site_search.asp
This program takes a password and replaces it with * while typing it. It features deleting and password length limits.
Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).