Results for "Volume: 2002ASP"
This is a Windows NT netsend application. (This is my first submission!) This app Allows NT users to send messages across the network to single users, selected users, or a selected domain. The app allows users to store different netsend groups and allows the manual entry of a particular user to netsend. This app was created from a base program called netsender that was downloaded from this site. I adding some of my own features and pieced together small chunks of code from various sources, then cleaned up the app, threw in correct tab stops, Alt keys etc. Thanks to Many people for their contributions. Use it how you wish! This program requires ADSI 2.5 runtime (activeDS.tlb). If you don't have this library, it can be downloaded here: http://www.microsoft.com/ntserver/nts/downloads/other/ADSI25/default.asp Windows 2000 includes the ADSI 2.5 runtime. This program also requires the Microsoft Scripting Runtime (scrrun.dll) which can be obtained by installing any one of the following packages: Windows Script Host Windows NT Option Pack Microsoft Internet Information Server 3.0 Scripting 3.1 upgrade Visual Studio 98 Visual Basic 6.0
before,sorry for my poor english... 'catch da win'catch windows and store them in application (that can have multi-instance) so you can hide,restore windows as you want very usefull when your taskbar is full of app,you can hide from alt-tab the app as you want. functions: GO! click on the win that you want to catch ? start parameters and pwd - reduce 'catch da win ! alert-> reduce all windows in the list (need a pwd to restore them) this function hide taskman from French windows NT (i don't have test on Win9X)............PLEASE VOTE FOR ME.............
Automates the necessary despatch of daily abuse to your work colleagues via the gift of email :-)
Validating an email address is a big headache to both the web and stand alone app developers. Especially when the e-mail is used as the handle or key to your transactions, its structure becomes of importance and has to be properly entered. Unfortunately developing a module or an application to solve this problem is not without its own set of problems ....besides having to spend valuable time in combining and interpreting the validations. As a developer, I faced this problem more than once and decided to find a permanent solution...and what better way than to develop a COM component!! and make it universally perusable! Yes, you now have a powerful piece of component(with its source code) at your disposal. This COM not only comes as a boon(because of its inherent quality of being a COM and being multiusable), but also a great time saver . I'm sure you'll find this component worthy, as has many other developers in my organisation(yes!! its widely used in my company :)). I have covered all aspects of email validations here ...so when you enter an email address for verification, you are sure it'll be verified!! I have also added the DLL along with the ZIP :)
before,sorry for my poor english... drop a html file on the picture decoment make a second html file that make exactelly the same that first. But "HTML COMPRESSOR" destroy all comments,white lines,left blanks... very usefull if you want to upload your html files on your web-server if you have a slow connection.............PLEASE VOTE FOR ME.............
before,sorry for my poor english... Extract .swf files from flash4&5 autoplayer .exe files: very usefull if you just want to send (by e-mail for example) the anim because the other person already have flashplayer or if you want to put the .swf on a web-page.The bug with the error 76 (see below in report)has been corrected in the new version .............PLEASE VOTE FOR ME.............
This project is based on CODE_UPLOAD1185011192000.zip. I added a Class structure to the Server and added some other checks. This upload is a Multi-User Server/Client project. The Server has also a very reduced sort of database behind. Every user can create one or more buffers which should act as a one-dimensional recordset. The buffers are being filled by a simple Selection statement. The purpose of this work is to figure out if a simple database server could be built up in this way or if you have to do it totally different. I'm actually looking for some critics to understand why this is a good way or why not. So please give me comments. No votes needed.
before,sorry for my poor english... All that is need to make some patch and store them... Make autoexec patch... store keys for your application... give the original file, the result file and this prog stores the patch to correct the first .exe file... the first and the second file must have same size and autoexec patch must be placed in the original exefile directory... extract the code/zip file with subdirectories... I store juste positon of bytes (original XOR patched 0) for the patch the advantages of this method is thad the patch is not a big file and if you use the patch two times, you transform the patched file (in case of wrong file version for ex) in the original exe file............PLEASE VOTE FOR ME.............
Program to use a serial scanner (program with type 39 bar code) to view what was scanned into a com port. Program will let you change baud, bit, com port, etc....
This tiny piece of code I picked up from somewhere along the way, accurately counts how long it took to perform a task. The timer control updates every 0.05 seconds, so for very small intervals it does not work properly. With this one API call, you can get down to the milliseconds!!! Example code is included.
This is one of the ONLY AI programs on PSC. The AI checkers engine is very advanced and almost unbeatable!! This is the follow-on to the multi-award winning version 2. V3 is faster, more intelligent and boasts a whole host of new options and features. You think you good at checkers? think again!! I've included a rather good paper on the minimax algorithm (written by Ulli) and a copy of the international checkers rules in the zip file.
You have 5 minutes and 250 rounds in which to kill all 151 pokemon. The more you shoot the faster they move and the more points you get.
By using the "Performance Timer" in all modern PC's it is possible to achieve timing accuracy of greater than one microsecond (yes, 1 millionth of a second). This code shows you how to use API calls to access and use it.
This is just a simple game created as a class project. It 'stars' George Bush and Al Gore. The object is to grab as many ballots as you can within 45 seconds. It includes collision detection, high score list, music and sound effects. Code is pretty well documented, so other beginners can learn from it as well.
This program is designed to teach the user how to load data into a FlexGrid from an Access database and then manipulate the FlexGrid to perform typical database actions such as Add, Edit, Sort, and Delete. The database manipulations are executed with ADO methods
amazing Contour 2.0 Fastest and Smooth line New concept to find Triangle
The function SecureHash generates a 160-bit (20-hex-digit) message digest for a given message (String) of any length. The digest is unique to the message. It is not possible to recover the message from the digest. The only way to find the source message for a digest is by the brute force hashing of all possible messages and comparison of their digests. For a complete description see FIPS Publication 180-1: http://www.itl.nist.gov/fipspubs/fip180-1.htm (HTML version) http://csrc.nist.gov/fips/fip180-1.txt (plain text version) I wrote this a few months ago, prior to recent PSC submissions describing how to use Internet Explorer's hashing functions (in advapi32.dll). It is present here solely for your edificaton and entertainment.
When users are tabbing on a form they can lose track of where they are, I have written a com object that highlights the control with the focus
Really cheesy name but i had to come up one! Simple kind of MP3 player that DOESN'T use the Windows Media Player Control (I was getting kind of sick of it). It uses the "Impulse MP3" control that comes with Impulse Studio. Only supports MP3 and MPU file extentions as far as i know. Could play others. Supports drop and draging of files and command line arguments (eg. "c:\My Documents\MP3 Player.exe "). also has a simple playlist. You may have to register the "ImpulseMP3.OCX" file that is included. Not fully finished or bug proof. Any comments would be nice!!
Helps to maintain credit customers, with the details of bills and outstanding balance, etc. Useful for small companies, total solution. No need to purchase big software which has got too much unwanted functions for which you don't need to pay for. The code has got very useful stuff like managing ADO DB, creating reports, etc... hope you like the code and most of all the application. Most of the reported bugs are fixed (which were a few ui bugs). Check out now the update.