Results for "Volume: Java_Volume1"
Play WAV files using VB ~ awesome ~ Add sound to your projects! by: EM Dixson http://developer.ecorp.net HUNDREDS of FREE Visual Basic Source Code Samples, Snippets, Projects and MORE!
This is the 'lite' version of the MSFlexgrid Editing code I posed on the 12th. This version does not use any TextBoxes at all. It has pretty much all the same features as the 'full' code, but a lot less code. Unless you're pickey you'll never know you're being faked out. 9-24-99: Major Additions (1) erases current cell and restores it again. (2) ADD, DELETE, INSERT, EXTRACT rows / cols.
Do some tasks with the internet utilizing WinInet. Download documents and view html of pages. Extremely well commented.
This is a full web browser, with back, forward, refresh, etc. Also has a HTML editor. Its very easy to use & to change (code wise). I have also included all of the forms as well as the application. If you like it, plase mail me! Enjoy.
Writing text to a character LCD.
The Simple Hello World Operating System package contains a boot sector code(ASM) , boot sector writer , an exe header stripper , and a simple guide on how to build a small OS which prints a Message "Hello World !"
Emulates a pacman game in it's simplest form.
Copies 512 bytes or 1 sector of binary data into the 1st sector of any disk. Useful for copying boot sector codes into floppy disks.
This code easily scrolls text Vertically, Horizontally, and Diagonally. Project includes 2 buttons that change texts direction on the fly. This is created with very little code. All the other scrollers Ive seen are far more complex than they need to be. Please comment if see a reason for the more complex string manipulation versions.
Combinations of 3,4,5, and 6 letter word or number
Splits files and combines them back together again, written in C
Use this module to do many calculations concerning dates. I will maybe add a few more later on. This module inlcudes the following Functions: 1. DayOfWeek (Returns the day of the week of a certain date) 2. DayOfYear (Returns the day of the year, eg. 31 December 1999 will be 365) 3. DaysBetween (Returns the amount of days between two dates) 4. DaysInMonth (Retruns the days in a specified month, eg. 29 in February 2000) 5. DaysInYear (Returns the days in a specific year, eg. 365 in 1999) 6. IsLeapYear (Returns whether a year is a leap year) Come on in, and take a look!!
This class can do EVERYTHING that a collection can do, and more! Collections are slow and use alot of memory, as far as I know. With this class you can enjoy the same Add, Remove, Count and Item methods of a collection as well as new methods which are, MoveDown, MoveUp, Clear. Check this!! I've written it so that you have the ability to access items by either specifying its key or index!! Enjoy!!
Uses Windows API to properly split and join large files. This code is extremely efficient and will split a 14 meg file into 1 meg chunks in just over 5 seconds depending upon your harddrive speed. This is not a weak attempt at the Line function (Like some other posts). This is the real deal. ** Updated Nov 30, 1999. **Now includes split to file count or file size. Creates Batch file for quick rebuild and no longer needs the Common Controls or Common Dialog box OCXs. Uses API calls instead. Includes code for a simple Progress Bar Replacement.** Updated May 23, 2001 **Added Copy to Floppy
Mimics An Office Xp Menu. Fixed gaps within selected menu borders, and added shadow and fade-in effects on IE browsers. Added script generator. For installation, refer to sample html example.
1st crypt is a cross-platform command line encryption-decryption utility. The Zip file contains executables for Linux, QNX and DOS platforms. Execute it in the same directory as the file to be encrypted.
This is a Filing Base Data Base, which actually hold the informations about the student fee.
Here are the Windows API calls for the ShowOpen, ShowSave, ShowPrinter, ShowColor and ShowFont (Thanks to Jaen Saul aka SlowByte for his post) dialogs. Also included is the beginnings of the ShowFonts dialog but I am haning some trouble getting it to work. These calls are more difficult to use than the CommonDialog control placed on a form, but don't have the version conflicts that Early-Bound and Form-Bound ActiveX controls have. In addition, I have added the ability to center the dialog on the form or center it on the screen.
I was fed up with entering a username on various websites, posting the form only for it to return with a server posted message that the username was already in use. This function will alert the user if the value he had entered was found to be already existing without the form being submitted. Later flavours of I.E. only
This is an OCX example of the SetTimer and KillTimer API calls. You can essentially replace the VB timer with this example. The Interval property can be set to as long as 24 days. It also has a ProcessPriority property to easily change the priority of your application. NOTE: Priority level setting DOES NOT WORK on XP or Windows 2000. It won't error out anymore, but the process priority setting code was causing the error. Fixed 12/10/2004