Results for "Volume: 3_2004-2005"
This is to show new developers to Databases how to develop applications with VB and ADO. It is very well formated, step by step. And if you like it Please vote!
Hide all icons from the system tray and put in it your own window!.
As well as showing the basics behind 3d conversion, it looks cool ;) I've commented EVERY line and principle so you WILL know what's happening. The twist is a cool moving "camera" effect that I made bounce around. Looks quite cool.
HELP WITH PRIORITY QUEUES. This small application was inspired by the request for help by R Al-shaer. Imagine a number of patients waiting in an emergency room of a local hospital. Priority is related to the seriousness of the patient's condition. (1 = most serious, 4 = least serious). We assume that a doctor spends 60 minutes with a patient whose priority is 1, 45 minutes for priority 2, 30 minutes for priority 3 and 15 minutes with a patient whose priority is 4. The patient's treatment is not interrupted, even if a more serious case arrives. Two Doctors are on call. Dr. Alpha starts seeing patients at 6:00 and Dr. Beta starts at 6:30. The programs goal is to list the patients in the order in which they will be treated.
Crawler created by Michael Dawson and Kris Bennett.. A simple game where you are against the clock! - Please vote and leave comments... Now supports warping (step off one side of the map and onto the other)!
This fades the start bar so it is semitransparent. Only works in Windows 2000+ - Don't know why I made this - Please post comments and rate this!
This demo shows some of the capabilities of editing RichTextBox tags to achieve very fast global formatting. Great for Syntax Highlighting etc.
This is to show developers (mostly new ones) how to use XML / ADO technologies from within VB. I got the XML source code from a project on this site and put it to use! I hope that this will help someone out!
Encrypting files This is a really simple file encryption program that is heavily commented to help out the beginners in VB
DTA supports high collision detection , maps , models , fog and light effects and more I included only one map and no models with this code but you can make your own maps and models ** Note : the picture is from the old version the new version is much better
The Image 2 Ascii converter allows you to load a photograph, and then generate an ascii image that looks simular to it. You can use this ascii version to post a picture of your self on news groups, message boards, email signatures, and more. No longer is text-only formatting a constraint for displaying photographs!
This demo shows in the simplest possible code, the basics of image editing. It is intended for the novice but others may find it useful in optimising or simplifying their code. Whilst it is in no way a full blown editor, it may provide a basis from which to learn. If you want an example of a more advanced image editor I suggest you look at "Bobo Image Workshop" which is found at: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=21482&lngWId=1
A pop-up stopper for Internet Explorer. Includes IEEvents by Crazyman. Works great on Windows 2000 -- please tell me about any bugs you encounter on other operating systems.
I designed this software to enable me to scan, file & comment all the rubbish documents that I dare not throw away but may need one day. You can scan the document and it puts it into the App.Path & \tmpImg DIR and then goto Add to DB and add some comments & a title. This is then put into the DB (access 2k) and the image is moved to App.Path & \img. you can now use the viewer to view the images and you get the information about it too. Uses Mainly TIFF images and has full ROTATE, ZOOM & PRINT capabilities. This is my first App and I am quite proud of it. Perfect for beginners to learn howto add scanning & TIFF images to a VB project. Sorry, not all commented yet, but I will get round to it. Let me have comments please... P.S If you have missing OCX's or DLL's, let me know and I can Email them to you. Either that or Install Imaging For Windows!
This is an application I designed to simulate the mitotic replication of single cellular organisms. It demonstrates this process with two types of cells, animals (Animalia) and plants (Plantae). When the simulation is initalized, the origional two cells (Adam and Eve) begin replicating, spawning new cells. The red tiles symbolize the animal cells and the green tiles symbolize the plant cells. Each cell is its own individual entity, and the only overhead there is in this simulation, is time itself. The cells are self-contained and constructed using a single class module (clsCell) which is manipulated into whatever type of cell is required. Every minute, the simulation data is appended to a log file which can be found in the "logs/" folder.I added in a sterility feature to show the parabolic bell curve created by a sudden loss in reproductive abilities. Other than that the code is fairly self-explanitory.
These are some functions that I use all the time that Microsoft left out of core VB. Some of them are more useful than others, like IsEven()/IsOdd() and IsLeapYear() and PlaySound() and SaveString() and GetPathDir(). Some of this source is borrowed and modified from other authors' sources, but at least half of it is original. I have rewritten this code to put it into a class module, and then I compiled it to a DLL. I use the DLL all the time in projects. Very handy!
Wallpaper Cycle 1.1 is an automatic wallpaper changer. Unlike version 1.0 you can now view the image files in a directory as thumbnails like in Windows Explorer. Another good thing is that the thumbnails only load as they come into view. With Wallpaper Cycle 1.1 you can choose if you want the wallpaper centered, tiled, or stretched. You can also quickly view all the files in the wallpaper list (as thumbnails, if you wish) by double clicking on the tray icon, you can also quickly set the wallpaper from the wallpaper list by double clicking on the thumbnail or by clicking on it and then clicking on Set Wallpaper.
I wrote this code when i was developing a software for an Estate Agent. The code copies the database path in the System Registry and everytime picks it from the registry. If connection fails another dialog box opens where you can specify where the Database is saved. Secondly, you can take out the report of all the data in the table using MS Word. A small routine to accomplish the task. This is basically a three in one program. Save DB Path in the registry, Create Report using MS Word and Specify the database path. Just copy extract the .zip in C:\post directory. Please rate it.
This code is an example of how to make a frame control.
A new Cool Aqua Button + Images, if your not afraid of having ago who knows whats possible...