Results for "Volume: 2_2002-2004"
This code shows three different samples of using low security password entry to a form. Yes this is quick, easy and some might think somewhat lame but for beginners these samples will be just fine and useful. It keeps prying eyes out of my stuff anyways. These code examples can easily be modified for more sophisticated routines. It just lays a basic foundation is all.
Takes a screenshot of the whole screen,saves it as Screenshot.bmp and displays it on the form.
This is a realtime ripple of the desktop (see screenshot :)) Makes the bottom of your screen reflect the top in a water like effect... looks kinda cool... If you like it, then please vote. Thnx =)
A386 machine code collection by Robert Rayment. 1. Simple examples 2. Fractals. 3. PicBox1 4. PicBox2. All using the A386 assembler. Win 98, Zip 173 KB
Image Effect: Sinus Wave on a selected image.
Every ones seen the menu thingi in Outlook, well I decided to make one. So here it is, Its pretty simple but works well and looks good! You can put in as many images as you need with their actions. A great enhancment to an app and looks good! CHECK IT OUT!!
Load and view .raw files! These 3D data files (supported by most 3D modelling programs) only contain a list of triangles, and so this program reads the files and renders a spinning wireframe model from them. As proof of VB power, I decided to make the program using VB code only (no DirectX or OpenGL, just 100% VB!). The program employs the use of the Windows API and look up tables to increase speed, and double buffering to increase smoothness. It renders about 50000 polys/sec so it can load medium size files and render them at a fair frame rate. Look how short the source code is compared to the results! Please vote/give feedback because I spent several hours getting this to work well! *** IMPORTANT NOTE *** Only run this program from the compiled .exe, if you run it from VB (in my experience, it may not happen to you), the program does not render all the polygons!
This is a more advanced game of hangman than most. Music and animation greatly add to the gameplay. A vote would be appreciated. (works on Windows computers only, sorry no .exe file!)
Installation Program which uses cabfile-compression, creates shortcuts and folders and looks quite good - just like InstallShield ! If you ever wanted to code something like InstallShield (only a liitle bit less complex), you can start with this code. Included in the ZIP File are 3 more ZIP-Files which contain the actual code and a TXT File which gives you some reports.
Here is the second edition of the award-winning Autosave program! This time it was programmed in Visual Basic 6 instead of VB5, so the errors that some users encountered with the previous version have been remedied; Version 1.2 works with both VB5 and VB6. New things in this version include: Upgraded Interface, System-wide Hotkeys using DX7 DirectInput, a Help File, New Options to save a log, and to display only visible windows, a fixed Timer so that the interval can be more that 65535, an Option to choose Timer Interval in minutes or seconds, and much more. If you like Autosave, you'll definitely like Autosave v1.2!! Check it out today, and don't forget to vote for me!
Animate the background of windowed controls (text boxes, combo boxes, etc...)
A very simple example of how to create IIS applications, this code will rin on a windows 9x machine, providing that Personal Web server is installed.
The code grabs the SystemTray and place it in a window.
ListManager update. Now has over 10 SMTP servers to chose from. Basically put some users on the list, chose your name and email address (you can be anonynmous) and then just click go. That's it! Pretty simple! Now you don't have to use online List Managers!!! You can now use ListManager!
This is a very cool program that generates cool textures! Please vote cuz this is cool!
This code snippet will Minimize an MDIForm to the System Tray. Code is commented, where it is required. Most of the code is generated by the Application Wizard.
This Project is an example of how to open a file into a byte array and save that byte array to an Access database, and to extract binary data from the Access database back into a byte array and save it back to a file. This example uses .bmp and .jpg graphics files but with minor modifications any type of file can be saved in binary format to a database. again this is only an example application. I threw this togethor in a couple of hours so there are some minor bugs in the code. a little bit of error handling should clear them up. Hope you find this usefull
With this File you can join in the humor of our elections. Using Macromedia Flash you can incorporate this into your program for some fun. Included is the flash source code. use keyword search flash to find how to make a flash player.
Another little app that pokes a little fun at the election situation. I also want to say I have learned alot from this site and all of you.
Connects a Data Grid control to a data source using Datalinks and an SQL statement.