Results for "Volume: 2002C"
is it a steganos security kit (secure disk) clone but it make a floppy disk for the key generated by md5 check sum of file its a thig to see
Check current stocks on any exchange if you know the ticker symbol.You can now save favorite symbols, print the graphs, check online status, even knows if your on a LAN, proxy, dialup, etc. This is an update to Rokinroj's VB MarketWatch - I have updated his project to GET from a valid stock quote site. Nothing else in the VBMarketWatch project has been modified.
Checks the input from the user. Example dd/mm/yy only allows numeric input and the / key. Currency only allows numeric & $ , . Keys.
This is a quick and dirty example of how to add IntelliSense (like the VB IDE) type functionality to your apps.
An explaination of these easy API's.
introduction to game making (very simple.
The code, displays information about the memory status of your system.It gives you the ability to see your current:available Ram, virtual memory, page file, total Ram, etc.If you like, please vote for me.
ActiveX dll source code & test project which monitors a directory for changes. It will watch for files being added or deleted, and changes in attributes or size, and raise an event when a change occurs. I have not used any api calls for this, so there ARE more efficient ways to write this code. I needed to get it done, and was having too much trouble with the api calls working smoothly. I don't care if you vote, but would really appreciate constructive comments. Thx
The modual contains 3 functions (full documentation is included in the modual) that let you change bits in a numeric value. This is very usefull as you can store 8 Boolean values in a single byte. It is also usefull for reading headers from Binary files (ie MP3's, MP3 ID3v2 tags). All of the functions are acheived using the AND, OR and XOR operators, also a good example of using these operators.
This simple program generates random numbers using the basic mathematical methods. The methods are 1. Mixed Congruential 2. Multiplicative Congruential 3. Additive Congruential. Understand the simple mathematics involved! No API's used.
Create a very very nice splash screen that will impress a user in 2 steps. The effect is hard to explain, but it is really eye catching.
Replicates MS Works 2000 horizontal and vertical menus. Displaying Disabled Items, Hover Items (Hot Tracking - v1.01), ToolTips (v1.02), Graduated Selection/HiLite (v1.03), Seperator Lines, etc all configurable. Demonstration application included to demonstrate all the features of the controls. Please vote for this project & happy coding!
This code consists of 2 Function (ReadFile and WriteFile). All you have to do is Point ReadFile to a filepath and it will return the text within that file. Write file recieves a filepath and the string value to save to it. They include simple error handling..and can easily and quickly be advanced to handle open and save dialogs.
This code checks the difference between today and any expiration date. Using VB6 functions DateDiff and TimeValue it will evaluate the dates and tell you if we are past the expiration date or not. [Highly commented.]
Using a user-defined KEY, my software will totally securely encrypt the text, with it as impossible as it gets to crack. Options to import text, open files, and save encrypted code as ANY format. DOWNLOAD THIS!
This is a new version of SicklidShare witch is a Peer to peer filesharing program that now has a chatroom for multichat,ip-ping,portscanner and a mp3 player.We are currenty working on a multiperson filesharing.This is only a one on one fileshareing at the momment.There will be more to come in later versions.
This is the source code to my open source, freeware cam viewing utility - CamEVU. It's meant to allow users the ability to view webcams through this application rather than having to have a bunch of Internet browsers open sucking up system resources. It's not for everyone, but some people (including myself) find it useful. Let me know what you think! Updated June 13, 2001.
It allows the user to navigate through all the Window handles starting at the desktop and veiw both the window handle and class information... It displays this both in a list box and as a treeview.....
A simple Teletubies Killing game. Now includes sounds!
Very simple application that stores information about software. Stores Title,Serial#/CD-Key, Company/Author. Most significant thing is the use of DAO 3.6 to manipulate the database and write the report for printing. Code is commented, and clean. Limited error-checking and input checking. I do not plan on doing much more with this program, other than use it to keep a list of my own software. Please give me comments, votes NOT needed or requested.