Results for "Volume: 5_2007-2008"
This is my first submission on planet source code... This an example that I wanted to share with everyone, I tried to search various sites to find out a cool way to track the mouse enter and mouse exit for a control but all the examples that I found were either non-working or they used timers to accomplish the tracking, some of them used subclassing but the code was very complex and buggy. So I finally tried to create my own routines and I was able to find a way out with a very simple subclassing technique. Timers Take a Lot of system resources and can be very resource consuming if you want to track several Controls. I have tried to comment everywhere i felt necessary but still if you face any problem you can e-mail me: pradeep.ansh.sumit@gmail.com, I have taken Ideas from several subclassing routines and if you find that some of the code matches your routines please accept my thanks and credits for Ideas. Please Do Vote If You Like The Code and Idea '!!!!!Happy Coding!!!!!
This is a customizable CD/DVD/etc collection database program. Use it to document your collection of CD'd, DVD's, or other collection you might have. Uses a simple flat file to store the data. Included is an Excel spreadsheet that can open the flat file db. Update 1.5 no longer requires the default database and allows easier creation of new db's. Update 3rd June - Fixed spreadsheet.
Utility to store codes, types from different language, or even notes from batch, pc registry, access or excel programming, etc
ColorWhiz 2.1 is an easy to use color capture and code conversion utility for web designers, graphics creators and developers. The program allows users to easily capture and mix colors. Users are able to capture a color from any portion of the screen supported by a magnifying tool. The captured color is instantly converted to various programming codes,which can then be copied to the clipboard for us in other applications. ColorWhiz has a built in screen capture utility and allows the creation and saving of a custom pallette as well. Color codes displayed in different formats (HSB,RGB,CMYK,HTML,VB HEX,DECIMAL,C++,JAVA, DELPHI,PANTONE AND SYSTEM)
Sample input of patient information and patient records with reports using vb6 and MS Access.
Simple random number generator program that allows the user to generate a random number from the given ranges (credits to Saed abumokh for his helpful suggestions). This is the enhanced version of the code i submitted previously.
Recovers Microsoft Access database passwords, i hope you like it :-)
This is a Label replacement control that gives you some limited CSS features (BorderRadius, Border, Margin, Padding, Opacity) and Unicode support. Rounded corners are limited because they are implemented using Windows API RoundRect which doesn't give the nicest results in every case.For a more complete description visit VBForums thread: http://www.vbforums.com/showthread.php?t=626737
Drawing nice pictures. Can be used as Screen saver
See screen-shot. This tool can be used to Correct image's colors, Refresh old photos, Adjust colors. And it includes several standard effects like Natural-Sunlight-Night-Sea-Fog-Burn. Also it's very fast in processing images.
SEE SCREENSHOT. This code let you to Remove Background of Image by selecting a Part of This Background. then the application will remove the Whole Background automatically. Very Easy tool, Fast Simple ans Powerful to Extract Objects from images.
Just a snippet i wrote to show fancy form closing effect.
Super mega pack Antivirus. A collection of some of the best cleaning stuff on the net, for maximum protectionfrom viruses and variants. Super Antivirus, has a growing large database, 700 viruses. Scripts for cleaning hiden or system viruses. bats, fro cleaning the temp and juck files on ur machine I have been collectin source codes and this is what came out of it. It is not 100 % Mine.. so what do u think???
Updated with ReceivedData event and add a demo for receiving data while the app is on the systemtray. Start DemoReceive and DemoSend, place the Receive app on the systemtray and send a message with the Send app. This class module will help you to put your app on the systemtray on the right way. Events supported: - BalloonClick() - BalloonClose() - BalloonHide() - BalloonShow() - BalloonTimeOut() - Click (Button As Integer) - DblClick (Button As Integer) - Mouse Down (Button As Integer) - Mouse Move () - Mouse Up (Button As Integer) - ReceivedData(Data As String) Read the txt file for more info.
I wrote this code for beginners like me....Because I found out that some beginners wont understand the use of ADO....Hope this code help beginners like me....jeje..enjoy it!
This is my second Screen Saver an addition to the first Screen saver. It also draws beautiful pictures as the first Screen Saver but more beautiful than the first Screen Saver Some of the pictures may look like Carpet's pattern and that's why I called it "Persian Carpets". I'll be glad to read your comments and advices! I also accept niceaddition for the Screen Saver made by you!
Example of using MS CryptoAPI hash algorithms (MD2, MD4, MD5, SHA1,SHA256, SHA384, SHA512) available with Windows. Very well documented. === 08-Mar-2012 Updated reference to FIPS 180-4 dated Mar-2012. ==== 15-Jun-2012 Updated documentation and support modules.
Example of creating either one or two page ASCII conversion chart and displaying it in Word 2000. If you want to use a newer version then you may have to do some tweaking. ==== 15-Jun-2012 Updated documentation and support modules.
Build table files that can be used with my kiCrypto demo application posted on PSC. These tables can be used with GOST, Skipjack cipher algorithms and Whirlpool hash algorithm for that added security. ==== 15-Jun-2012 Updated documentation and support modules.
Various cipher and hash algorithms. Ciphers include ArcFour, Base64, Blowfish, Gost, Rijndael, Serpent, Skipjack, Twofish. Hashes include MD2, MD4, MD5, SHA1, SHA2 family, Tiger3-128-512, Whirlpool-224-512. Also CRC32 and random number demos. === 08-Mar-2012 Updated cipher modules for speed. Updated documentation to reference FIPS 180-4 dated Mar-2012. === 15-Jun-2012 Updated support modules.