Results for "Volume: 2_2002-2004"
This will show some system information in a cool interface.
A program to view and edit images gif,jpg,jpeg etc. I cant take credit for all the source many people contributed code to make this possible..And dont forget to VOTE!!!!!!!!!!
This is an update of GraphAmort, a previous offering of mine. This time, you can export the contents of the loan amortisation schedule to a HTML file, for universal display, e-mailing etc. You can now also copy the graph to the clipboard for pasting into a graphics package (I should've added this the first time!).
Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!
Listen to your exes! Write your own wav-files. This program turns any file to a wav.*-file. Learn the wav-header. Feedback please!
This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!
This cool program finds the speed of your modem. It pretty basic. It loads an animated GIF into a browser control and, using the time it took, it calculates the speed! The javascript version is at: http://www.planet-source-code.com/xq/ASP/txtCodeId.2097/lngWId.2/qx/vb/scripts/ShowCode.htm
Tapi Monitor's all outgoing call's from your modem. It was Tested using Dial-Up-Connection so I dont no yet if it will work with any other type of Telephony dialing program. It monitor's only data and in some cases Voice connections.
--------Whats New with CyberCrypt Professional 7.0?--------- New advances: |Whats a Swap archive? A Swap archive acts the same as a normal non-compression archive. But what happens is when adding a file, this type of archive splits the file up into smallier pieces and uses less memory. |The Packed and Size properties: If making an non-compression archive the Size and packed propertie value should be the same. When having a compression archive the Size and Packed properties are usually different, this varies because files are compressed into the archive. The Size propertie shows what the original size of the file is outside of the archive. The Packed propertie shows the size of the file while in the archive. |Converting archives? All the converting archive option does is change an archive which has been made in an older version of CyberCrypt and converts into the correct format for the newer versions of CyberCrypt. |Coding Utility? The Coding Utility CODE is created by James Gohl, Copyright 1999-2001 All other design by Mark Withers, Copyright 1999-2001 |Whats new about this version of CyberCrypt? |*********Version 7.0********** |**Advances!** |New swap archive |New coding utility |New (In the archive properties dialog) how much space is requried to extract all files from the archive |New (In the archive properties dialog) how much space archive data is taking up of the archive size |Moved and better positioned file/archive/other properties |New Saved Space propertie |New Frequenly asked questions lay-out |New Ratio propertie |New lights to tell if you have lost or saved disk space |New ProgressBars |2.89% faster than before |Better checking if archive is still active |Tool tip text errors fixed |Error logger problems fixed |Lots of bug fixes |Register bug fix (Now can load file type names longer than 88 characters (Now 4696 Characters)) |Archive types using less memory |More Tip of the Day tips |New Packed propertie in file information |New File Created propertie in file information |Lights in status bar |Now easier to add more information data |Big bug fix on checking file extension |Bug fix in Tip module |Countless bug fixes |Neater displayed dialogs |Faster opening archives |More error debugging |Now new Converting archive option & Three dialogs |More frequently asked questions |Checks if file has extension easier |More source safe |New featured status bar in the main window |New splash screen |Faster resizing main window ------------------Please vote for this code. And thanks for all those greate votes in earlier versions of CyberCrypt.---------------PLEASE READ IMPORTANT.TXT IN THE ZIP-------------------
After searching for this without results for about a year, I put all little bits of code I have found together and created these two Class Modules. One Class Module handles the enumeration of the Domains / Workgroups in your LAN, the other handles the enumeration of the Computers available in a specific domain. Included is a small demonstration program (as shown in the screenshot). Because of the Class Modules, you can easily add this functionality to any other program. This has only been tested on Win98 SE (so it does work on Win98, not like most other examples I have found, they only worked on WinNT). If anyone has problems with the enumeration on certain systems, please let me know so I can work it out. As usual, please leave comments, and vote if you like.
Replaces Microsoft's common dialog control file dialog features. Uses same interface to call the FileOpen and FileSave dialogs including multiselection support. Instead of making a more versatile control with print dialogs, color dialogs, and hooking, I decided to make a very lightweight one since the CommonControl Print and Color Dialogs are essentially useless. I could have added hooking functionality, but that would involve including a standard module as well. The only major benefit of hooking is the ability to center the dialog. However, with this code, as long as you specify the form's handle, it will position the dialog to the upper left of the form This is a direct replacement to the Microsoft CommonDialog control and will involve very little Change in coding to implement.
Password Guard is a complete application that lets you store User Names, Password, and Secret Notes easily and securely. It can be used by multiple users with no limitations on number of users or records. It utilizes special data encryption algorithms and string manipulation techniques which provide a high level of security. Not only you'll learn how to encrypt data, you also learn how to do advanced string manipulation techniques, use the registry, and generate random strings. Version (1.5) adds a full-scale search capability, the Access Logging feature, and the ability to recover Master Password (if lost).
A newer version of my Tanks Game which features 8 tanks (2 can by human controlled) shooting at each other. New features include a completely new speed handling system. No longer are there loads of timers, now almost everything comes from 1 main sub. Also moving the tanks and drawing them can now be done at different speeds. This allows the game to run the same speed even if something else on your computer happens or there are lots of shells on the screen. It simply decreases the number of frames per second however the moveing is all still odone at the same speed. Works perfecty from a K6-2 to a Athlon 800 (all the compuers i have tested it on). Please vote and i welcome comments.
***(Updated)*** A useful paint program for the beginner with all the tools you want from a paint program. You must download this code. And it´s almost totally free from bugs. (vote, vote, vote)
I have decided to open source this for everyone to look at. if you use it in your apps please give me credit. it emulates a photoshop layer window and shows how to create a drag/drop/resizing designer form. There were numerous problems with original postings and i apologize for the wasted time. there seems to be some type of dependency issues, so if you still cant get this to run, leave a comment. as I am still in the process of developing this ,if anyone makes updates to this, i would appreciate it if they sent the file to me rather than post it here so i can incorporate the chnages, fixes into my master code that i will post when everything (everything) is complete. Eventually , there will be built in effects and filters and a whole lot more crazy stuff. anyway vote if you like it. BTW, this is not to illustrate image processing at all, it is a demonstration of controlling objects from User Controls. The example app is merely used to show the control in action.thanksRay p.s. dont forget to regsvr32 the ssubtmr.dll first
Tunnels & Things by Robert Rayment: The simplicity of this appeals to me. Draw to a byte array and blit it to the form using StretchDIBits. The advantage of StretchDIBits is that it can take a pointer to the byte drawing surface and to a palette. It can be as close as VB gets to direct screen addressing similar to the old DOS Screen 13, only better. It is no competitor to DirectX but is very much simpler and pretty fast. The demonstration shows various tunnels, MMX scrolling, Plasma, Fire etc. Drawing is done using VB and animation using assembler (assembler doesn't have to be used but I prefer it). Win98 only. Zip file is 63KB.
this program has absolutely no use,but can teach a thing or two...
This program is very advanced and has many features. It has it's own menus locking background options and internet features, and more. Get to know how to search the net with the newest search engines and let your computer tell the time by voice. Easily adaptable with OVER 50 FORMS AND OVER 10 MODULES. THIS PROGRAM COULD BE THE BIGEST PROGRAM ON THIS SITE. BUT I DON'T KNOW. I COULD NOT ADD EVERYTHING TO THE PROGRAM THAT I WANTED BECAUSE IT WOULD BE TO BIG. THIS PROGRAM IS VERY SLOW AT COMPILING AS THEIR IS SO MUCH CODE. THEIRS MANY UTILITYS AND COULD BE MORE BETTER IF I HAD MORE IDEAS. PS THE PASSWORDS ARE ENCRYPTED AND U CAN'T GET READ OF THEM, MAKING IT HARDER FOR HACKERS. Please leave a comment and a vote and give us some good ideas on what you would like me to add into a newer version of locking systems.
This program creates the correct username and password to sign onto NetZero without the software. When creating the NetZero DUN Account, make sure you use the access number from the NetZero software or if you already have one saved use that one as the number. Sign on and enjoy the net :) (Updated on how to bypass 40-Hour limit)
**Update** I fixed a small problem. I founf while working on my Mp3 player. It wouldn't add any files in the current directory, say "mp3s" it would all all sub dirs... //Original\\My code adds a certain type of file to a listbox or all files. As an example I used .mp3 file extentions. This isn't like those gay ones that add just the files in the current directory, it adds all the files in Sub Directories too.