Results for "Volume: ASP_Volume3"
It manages whole gym management
Allows you to see the user sessions, times arrived and pages that each user is viewing on your website currently. Updated so now it deletes Application Variables, is in a zip file for easy deployment and also shows when a user first enters the site. PLEASE VOTE FOR THIS SCRIPT! Again, you have to love statistics... Otherwise don't bother :) Its a pain but if you need to know stats (like me) its worth it.
This ASP page uses ADSI to show all Domains. Select a Domain and populate the Groups listbox. Select a Group and view all userids, FullNames, Titles in that group. Simple!
QuickComm PC - PC is a UDP Communications program using the MSWINSCK (Microsoft Winsock) control. With an IP address and a Name, this program allows you to communicate to other users on the fly, without having to set up a connection. Useful for people with cable connections who like to have communications with friends. :) In addition to the simple communications allowed, QuickComm also slides up when not in use, much like an Auto-Hide Taskbar. If incoming data is displayed while hidden, a sound is played, then a small Incoming Message window is displayed at the bottom-right corner of the screen until the user views the incoming text. Download it and check it out. :) If you're looking for help on UDP protocol with Winsock, it's fully commented. If you're just looking for a quick way to talk to someone, it's reliable. Erik Forbes NiftySoft
This code kill a print process with Windows'API. Very easy and very cool! Must see... Please vote me!
The purpose of this code is to ADD/Create new NT or Win2K Users and add that user to a pre-created Group using a web based interface. ASP/VBScript
This is a pretty fun game. It's a "RPG" so you can upgrade different things like Attack, Defense, and Health!
On a simple website without a database, creating one with or without a database simply for the purpose of a guestbook/feedback page is a waste of resources. This single-file ASP guestbook does not require a database or server-side inlcudes. It self creates an XML compatible text file to store the entries.
This is the same as the other gambling game that I have submitted. But now with animation and crashes. Also I have now stopped anyone inputting a value of less than 0 for all of you cheaters out there.
Database Driven Select Menu -- code is commented. Pulls all values including URL from database and uses small javascript for menu functionality. There is also a value that can be changed to show a different default selection in the select menu. I must warn you all that I am very new to ASP, but wanted to give something back to the PSC community. I hope that you find it helpful in some way. I claim no copyrights to this code as most of it was pulled from online examples and tutorials, I just constructed it to suit my needs. If you make any mod's or changes, I would love to see them....please take time to vote for this beginning ASP code, and any additonal comments by you gurus out there would be very much appreciated. Thank You!
A while back I wrote a Cards.DLL app that allowed users to display card faces, backs etc. Here it is again, this time with the actual app. Included is a sample app on how to use the dll. Please email me with any questions you have. Thanks.
Excel, All Client Side, create a 3D animated bar chart and Print it Out, .people dont understand the meaning of the word.. NO FEED BACK..its simple enough isn't ??<script language=vbscript>msgbox"No one listens anymore",vbCritical,"A_X_0"
The only code I could find for this used tons of api and was a bit difficult (at least for me) this code is only 3 lines and works well.It lets you save room on your form by making your dropdown bigger than its combobox. My use for this was as a state field on a form. The box showed the two letter abbreviation for each state, but if you dropped down the box it showed the full state name. I'm sure you will find your own uses for this
This Code will Scroll the title of your window(s) like Winamp To the left OR to the right.
*- UPDATED -* NOW INCLUDES UFO's!!! I've seen lots of boring screen savers around that have a few stars whizzing by. But they weren't true 3D, just pixels moving outwards. So I've written a program which randomly creates galaxies and you have complete freedom of flight - you can control the speed, pitch, roll and turning of your spacecraft. Plus there is even the option of increasing / decreasing galaxy density for better / worse / faster / slower graphics.
Process complex boolean expressions, just like the professionals do ie google or altavista. can do and, or, not, xor, brackets, nested, and "". VERY usefull. an example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Vote if you like it.
Newsletter Open Source is an Active Server Pages (ASP) e-newsletter. Setup and configuration are easy: completely customizable and easy to implement. The basic building block for online newsletters, news-magazines, etc. Visit http://www.diggersolutions.com for more information and community support.
This is a Voice Chat program, that allows users to talk over the internet. I found a similar code on this website, but it gave me a Runtime error 13, so I found the original code (that came on VB6.0 CD-ROM) and corrected the problems in it. This code should work pretty good even if you have a 56k dial-up connection. Before you can run it though, you have to do the following to register the wavestream.dll (that I have also included). 1. At the DOS prompt go to the directory where wavestream.dll is located and run the following: regsvr32 wavestream.dll This will register the included dll so the program can use it. 2. In VB open the project Voicecht.vbp. It will probably give you an error message for the first time. Don't pay attention to it. Go to Project, References and then put a check mark for MS Internet Audio Streaming Support. This will fix the problem. Now you are ready to run it. Good luck, and enjoy.
How to add controls to your from at runtime through the use of an array.
Enable Multiple Selection in a list field.