Advertisement

Results for "Volume: 2002ASP"

2002ASP #4445
CS Tools

You need to have WMI 1.5 and ADSI 2.5 installed by Microsoft. You can get this from my homepage, it is free from Microsoft. CS Tools is a great administrative tool that all Windows NT/2000 administrator should have. It is a great time saver with many features to make the job of administrating hundreds to thousands of users as easy as 1,2,3. This program can save you days to weeks of work on a huge domain with hundreds to thousands of users with its "Bulk Administration" and remote feature. Features Bulk Administration Allows you to administer the login path, profile path, home directory, and more with one click of a button for all users! Alternate Credentials Allows you to specify a different username and password to complete your tasks. This enables you to administer a network without actually having to be logged on. It also allows you to specify the different username and password over the internet. Administer Users Administers any user as if though you were on the server itself. Even view information that cannot be accessed from windows itself. Groups Administer group and group members along with there descriptions with ease. Computers View information on remote computers along with there services, processes and much more. Remote Command This function allows you to open any executable file on a remote computer without having to install any software on the remote computer itself. It is completely clientless! Services Allows you to: View, Start, Stop, and pause any service on a local or remote machine. Processes Enables you to view and kill processes from a local or remote machine. Resolve Host to a IP Resolve any internet address or computer name on your network to its IP address. Ping A small ping utilities is also included. Internet Domain Name Lookup A little extra, lookup information on a domain with a click of a button. Example: microsoft.com Reset Users Password Reset a users password. User Migration/Backup Store allot of information on all or selected users into a database. With the restore ability you can migration or modify users information to a new or existing server or Domain.

2002ASP #4019
Doomsday

Determine the day of any date in history by knowing only 5 numbers! This is a coding implementation of the doomsday algorithm created by British mathematician John Conway. The method is clearly explained and includes several examples. With a little practice, you can determine the day of any date in history in your head in less than 20 seconds. May not always be very useful, but its a pretty slick trick.

2002ASP #4397
Form, CommandButton, CheckBox, OptionButton, PictureBox any shape and transparent (version 2)

Version 2 of the code I posted on 10/31/00. This post has been upgraded to version 3 on this site, under a similar title. Check out that version for the latest.

2002ASP #4455
Database (Management)

A perfect example of using an Access database. With these example, you can add, delete, moving in the database. All validation is done. Use PageUp and PageDown to seek records. Very nice interface. Reusable code. All code is commented. Simply the best example ever on planet-source code about database management.

2002ASP #4446
Outlook 2000 Add-IN

This is an Add-In for Outlook 2000 that allows you to add your own buttons to it's toolbars. You can specify the what button to use, and what program, file, or URL the button will open. It has a Password feature any many more things you will have to see. IMPORTANT:. To get this to work you YOU MUST: 1) Have Outlook 2000 installed on your machine, 2) Register the SMC_Outlook2000.dll using regsvr32.dll, 3) Run the RegSettings.reg file, and 4 (optionally, to customize the add-in to your liking) run the settings.exe file, the code for which is also provided. VB 6 Service Pack 4 is what I used to code this. SORRY for the poor documentaion and code comments. I am VERY busy. If you need any help Please email me. [email protected]

2002ASP #4456
Project Spell Check

Have you ever suffered the pain and embarrassment of a misspelled menu caption? If so, then this is the program for you. I wrote this program to go through the entire project and extract every quoted string and every caption, text, and list property. It also will extract comments if you want. It then stores every thing in a ListView control and runs a spell checker on it. The spell checker comes courtesy of the Word 8 Object, which means you will need MS Word 97 or greater to use it. Even if you don't have access to MS Word you can still review all of the words in the ListView. After the spell checker has been run the results of only those items that have been corrected are output to a log file that can be viewed in a text editor. The program also gathers a lot of information about the project along the way, like how many lines of code, what objects, references, and DLLs are used, along with some other stuff.

2002ASP #4441
CS Computer Verifier for Win95/98/ME/NT/2000

You need to have WMI 1.5 installed by Microsoft. You can get this from my homepage, it is free from Microsoft. This is for all Windows Versions. Client/Server version, both included. Ever needed to keep an eye on hardware on your systems at work? Afraid employees will try to take or switch hardware from there PC's? Keep an eye on Operating System Information, Processor Information, Memory Information, Hard Drive Information, and Adapter Information. This will keep the data found in a database and every time you want to verify that the information is still correct, it will check the pc then compare it to the saved data. If any data doesn't match it will give a alert message, telling you that someone may have played with the hardware. A great security program!

2002ASP #2543
SkinDemo - Updated!!

Updates and fixes 11/11/00:  I have updated the example a bit. I updated the move for (thanks to Joey Burgett). I fixed the code in the OpenSkin sub, now if the user is a first time user it will load the default skin! Because of a request i also made it so that the form can be in the Windows task bar!  I also updated the SkinBuilder, now you can make the exit and minimize buttons show or hide its captions and i added a new feature that allows you to preview the skin in a form so that you know what the skin will look like (this is why the skinbuilder source is now in the "skin" directory)  And i also made 4 new Skins (Some graphics are from SoftShape, view skin comments for more)!!   ============================ Hello VB'ers. This code allows you to custumize (skin) your project 100% (size, shape, etc) It also comes with a skin builder and 4 skins. It can save the last used skin, move the position of object and much more! Check it out, very easy to edit and understant, totally commented. please vote! Thanks Matt!!

2002ASP #4409
ISO 7816

Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.

2002ASP #2845
Text & HTML Version Email Sending, based on Contest Winner.. WinSock/SMTP

NOTE TO VB5 USERS: Replace is used and would need to be translated using Replace 'Replacements' here at PSC... This code is based on code by: Brian Anderson, Planet Source Code Winner for Simple Mail Testing Program http://www.planet-source-code.com/xq/ASP/txtCodeId.841/lngWId.1/qx/vb/scripts/ShowCode.htm That said, I have improved on that framework by adding OPTIONAL Multipart/Alternative sending capability. Simple Class File enables event- driven status monitoring and can handle sending multiple emails simultaneously.. (Suggested limit 5 since it is not multi-threaded!) Code is commented to try to explain as much as possible, and comments/questions will be answered This code was a potential candidate for a product that sends email to over 1 Million people on a list, but adequate speeds could not be reached. Highest clocked speed with a local (intranet) SMTP server was over 9000/hour, including going through a SQL table and sending to unique emails (SQL parts removed) Enables you to see the SMTP protocol if you mess around with it.. Example (REALLY SIMPLE) interface included.. Since it was intended for high-speed outgoing mail with web-referenced images, file attachments was not implemented... May do so if requested enough... Multipart/Alternative Means that you send TWO versions of the email to the same person within one email.. If they have a reader capable of reading HTML, they will see the HTML. If they have a text-only mail reader, they will see the text version instead.. I would have posted BOTH Source and Sample ZIP, but as many of you know, PSC does not allow that! I have uploaded the sample project to: http://7-10.com/HerbMail.zip Please vote for me, and if you do, please also vote for the author of the code that this was based on, Brian Anderson (see above)!!!

2002ASP #4058
Accept multiple passwords.

Accept multiple passwords, yet still deny access for wrong password entries.

2002ASP #2885
Absolute EASIEST Way To Find And Replace Text in Any Control!!

Absolute Easiest Way To Find And Replace Text in Any Control - ie: labels, textboxes, basically ANY control that supports text editing!!

2002ASP #3060
Digital Diary(v 2.0) see screenshot

Here it comes again with a cool interface a compact one(like the msoffice taskbar) and a full one(see screenshot).It has more number of functions than you can imagine.An image viewer(not a simple one).A database using Msaccess.A calculator.A Phone Dialer.An Inbuilt internet browser.Calender,time date(you can even set the system time).Play movies or MP3's as you work.It took me many days to complete.PLEASE VOTE FOR IT.visit www.gauravcreations.com for many more cool programs .

2002ASP #4328
Z Icon Maker

This code will turn a bmp image to an Icon. You can change extensions for other image type, and try making it less than 35x35 Pixel image. Could be usefull for your progs if you wanna make your own icon for it.

2002ASP #4387
Words Per Minute/WPM Typing Test!

This project calculates your Words Per Minute!! Find out how you fast you type, then find out how this program does it! Completely commented, very easy code. Check it out :) Below VB4 users: This form is in 32-bit VB6 format, Simply use the code instead of the forms :)

2002ASP #4382
ChatScan OCX with Source - for ALL AOL's!!

This OCX scans chatrooms in AOL for new chat. Includes the compiled OCX, the OCX's source code, and an example project demonstrating how to use it. It works with ALL versions of AOL, unlike DoS's Chat Scan. Those of you using DoS's, take a looksie at this. You can make your c-com's for ALL aol's instead of just 5 :)

2002ASP #4383
Active Application Logger! Spy :))

This is a great project that logs the open application, and when it got the focus. Great for spying on parents, siblings, friends! Completely commented, very simple code..uses only two API calls. Make the form not visible and you can send it to your friends and spy on them :]

2002ASP #3635
A Formatted Font List Creator

This code creates a file list in HTML or RTF format WITHOUT USING OCX OR API CALLS. You can make a font selection, set the font properties like bold, italic, underline, font and background colors,example text, text size, cols number and more. This program will save hours for you from typing in front of your computer, because it will create the list, so you can have a printed preview of your favorites fonts. A MUST SEE CODE. DOWNLOAD IT NOW... And Vote for it if you like it!!!

2002ASP #3023
Auto Update in 1 line of code

This module will download a referance file (included, see usage) and check the values from that against current ones. It will then ask the user if they wish to see information on the Update and then if they wish to download it. If 'yes' then an file is downloaded off the Internet (should be a Self Extracting Zip/EXE for ease of use). Please leave a quick comment and rate this so I can make better versions.

2002ASP #2882
Pong! without DirectX

Teach to use a basic AI and Joystick. Please Vote

Languages
Top Categories
Global Discovery