Results for "Volume: 3_2004-2005"
This is a really cool ScreenSaver, it looks like a bunch of lines following eachother and bouncing off the sides of your screen. It is a clone of the windows screensaver. You can change the speed and color of the lines. Enjoy
This was my final project for VB6 class its not that intense but what can you expect from an introduction to VB6 class next quarter will be better so. But its a computer repair shop program it uses files and a few different forms I know theres modifications to make it better but I dont know how to do them but any help from any experienced programmers would be appreciated. Might need to change the dirrectory that it finds the file from had it running from my floppy disk.
I downloaded the Disoco Keyboard a few days ago from A.K.San and did a little work on it. The form code is completely rewritten - but the base functions in the modules are all A.K.San's not mine. I added a "editor" of sorts that lets you create save and load patterns very easily. I was considering making this able to minimize to the system tray. Any thoughts, sugesstions, whatever are welcome. Instructions: Green=On, White=Off. Select a column by clicking beneth the circles pressing "Insert" will place a row before the current one and "Delete" will delete the selected row.
...for storing your websites,emails and passwords. High security: connect to an user/password restricted ms access 2000 ado-jet database.Bulletproof: Store all your passwords ONLY in their encrypted hex value. Please check the 2 textfiles for more infos about the encryption used (Buisness strength) and the database.
The stars come in after a few seconds. :)
This is a screen saver that makes a morphing polygon move on the screen. Its can be 2D or 3D, and there is a settings form to change its attributes. please rate it.
Fade IN and Fade OUT any form in VB !! Also you can make any form TRANSPARENT !
The reason of doing is because I need to install my application together with database (schema & lookup data) at the client site. Of course we can do this using different approach like BACKUP/RESTORE, or MS Access upsizing. In my case, I need to script all the schema and the lookup data to have a better control to the setup file. Download VB6x LIbrary before using this program. http://www.geocities.com/adhadi/HadiLIb.zip
Block WEB Advertisements before they are even downloaded, you can save all your precious BANDWIDTH or just stop being bothered by all those AD's on web pages ! Just download and take a look, test it and VOTE FOR ME !!
IF U ARE STILL USING ONLY VB-FUNCTIONS THEN THIS CODE IS FOR U. IT CONTAINS 50 SIMPLEST OF APIs
Learn everything about data types supported by Visual Basic!!!(Don't look at the ratings because this article has been updated to make it as complete as possible!!!)
vbXML 0.03 : The latest and greatest vbXML release. I basically just added a new example (removing the two old ones) that will go with vbXML untill the end. The example is stable, I think, and for now just shows some of the most basic features. Expect more feature showoff in 0.04. Sorry, but I didnt add the skin support that I wanted to add, but I did fix a few arguments in some functions (allowing arrays of attributes to be created instead of just two). I updated the Readme, as I should have, and now covers everything except what to expect in 0.04. I am going to hold off a bit for the next release so I can get some other stuff done.
Hi All If You Care About The Interface Of Your Project This Is For You NEW WAY OF FONTS Try This Label Its Cool Look At The Screenshot vote if You Want.
This is a very basic program. Basically it loads pictures into a image box from a list of files. The program has an integrated Media Player control to allow the user to view pictures, movies, and listen to most music files (incl.MP3) This program is intended for beginners but also works great for just previewing images without loading up your photo editor utility. Finally I've included a little bit of form animation to give it that special touch. Enjoy!
STOP ADs before they are even downloaded, this is the new and improved version, because of the feedback in v1.0 I made some neat changes. This time it will count how many ADs have been blocked, it will also AUTODETECT your OS (well find where the HOST FILE IS anyways), also the COOLER feature is IT CAN REPLACE ALL THE ADs on a WEBSITE with your CUSTOM HTML !!! Plus it can MINIMIZE into SYSTEM TRAY, a MUST LOOK !! JUST LOOK AT THE SCREN SHOT, TEST IT OUT, AND VOTE FOR ME !!!!!
NOW THE BUG IS FIXED This simple program can sets the opacity and transparency of any open window/form. No custom ocx or custom dll is used here. If you want to use it in WIN9X, make a setup.exe using the simple tool: 'Package & Deployment Wizard' that Visual Studio provided and run the setup. Dont forget to vote and if you want to upload the code just leave a comment for me. By the way, thank you 'Sherwood, Donald' for your feedback which help me to fix the bug.
This is a graphically interactive analog (with digital readout) Stop Watch that shows the correct time, allows you to set an alarm time/sound (6 choices) and to record elapsed time. It was fun building it. I grabbed imagery and sounds from around the web. There are some minor bugs and the commenting is not completed. It could have been better planned which means that the code isn't as elegant as it should be. Hope some of you find it useful for learning or whatever. Cheers!
It scans a network for computers in it and displayes them,modified to work on all windows versions 95/98/2000/XP
Get e-mails and view them, respond them and add attachments! Support for POP3 and SMTP. The UUEncoding module isn't mine, but it can be found here on PSC. Also it supports as many windows as you want.
This code calculates the MD5 hash of an input message. The code is not mine, it's a part of a submission by Joseph Smugeresky. However, since it's the only working code I could found without the need of DLLs, I'm submitting it right here. Using it is really easy: Hash = CalculateMD5(InputMessage)