Results for "Volume: Java_Volume1"
Feature: This is a Graphical Menu program including System Programming, including Video Services,Keaboard Services, Disk Services, and Memory Services. You can create graphical menu very easily from this program, simple programming is given for Menu creation. In program, each function describes how you can create menu [ step by step ] by your self. Along with Menu creation, you can learn System Programming very easily. Simple programs are given for Displaying your Video Display Unit Mode, Setting and getting cursor position, which you can set by interrupts, Know about your Memory Size, Checking your Equipments, which peripherals are connected, Your Current Disk Status, Restart your PC through interrupts, and many More.
AudioRecorder is a program for recording sound. You can select the bit rate, 8/16 bits and stereo/mono. It is possible to make a manual recording, but is is also possible to program a recording. The recording can be saved, if you like automatically. All settings are stored in the registry. Furthermore you can choose a midi file (use "Settings") to record. As soon as you hit the "Record" button the midi file starts playing and it is recorded as a wave file at the same time. Some minor bugs have been removed! Furthermore you can now use long file names and map names with spaces in it. Version 2.0!! The newest version is from February 18, 2000 at 11:30 UTC.
This is a family address book program created using VB6. Its main purpose is to store personal address book information for each member of a family. THIS IS AN UPDATED VERSION OF THE ONES THAT I CREATED SOME TIME AGO. THIS VERSION HAS ALOT MORE FEATURES SUCH AS PRINTINING / SEARCHING, Personal Internet Links ETC. IT ALSO USES THE LISTVIEW AND TRE VIEW CONTROL TO GIVE IT A BETTER INTERFACE. REQUIREMENTS Microsoft Windows Common Control 5.0(SP2) - COMCTL32.OCX Microsoft DAO 3.51 Object Library. Please write any question comment or suggestion. Tell me if you find any bugs. Note : Read the file readme.txt before you begin using it. If you are running the program for the first time you have to allow the program to Create the Database file. Filesize : 296KB. CHECK IT OUT!!!. Author : OmarSwan.
This code closes a window, if you know part of it's title. It uses some AOL API's, hehe(sendmessagebystring). I used it for closing Netscape windows because the "Window Class Name" always changed. Not sure if this code has any use though...
This program is a follow-up on my previous submission (WinEliza). Besides using the Standard Template Library (STL) containers, streams, and strings, this version also takes advantage of Microsoft SAPI 4.0 to play actual speech.
File Manager - I've seen no file manager's like this one. This is a popular format for a lot of programs. All Folders, Files, etc are in a Listbox. When I couldn't find any source code to do this.. I made it myself. Please let me know how you like it.
This code is simply a database , this can store records , view all records , delete records , show statistics and do many more functions. For more information please contact zohairkhawaja@hotmail.com, ehmedk@hotmail.com
Drag Britney Spears,, this code teaches you the drag and drop function.
This programm sniffs connection between 2 hosts, and shows the source-ip/port, dest-ip/port, Flags,and the Packetdata(payload). It is a nice example for rawsockets with winsock. Test is and mail me ;=)
This code allows several users on a LAN to access their mail from an ISP by using Windows NT 4.0 RAS services. Only ONE modem is needed for several users. Please note that this is NOT and e-mail client. The app acts as a gateway between your email client and the ISP This code dials the ISP and allows several simultaneous connections, I have tested this for 25 simultaneous connections, so it should be O.K for a small company. The code also disconnects from the ISP after a few seconds of innactivity. All YOU have to do is the following (1) Make sure that you have RAS services on your NT server, a valid Internet account, and have this executable code running on the server (2) There are 2 Winsock controls on the form called RemoteSMTP(0) and RemotePOP3(0). Change the "RemoteHost" property for these controls to your ISP's mail server name (3) Your mail client must be set to use the IP address (or name ) of your local NT server, not your ISP's mail server. Just the IP address or the name! Nothing else should change (4) Configure your Internet dial-up connection to "close on dial", otherwise you'll have a new window popping up every time the computer dials out Once the executable is up and running you can test it manually by running the following command telnet 127.0.0.1 25 The dial-up screen should appear and the modem should start connecting. After a few seconds, your telnet screen should show you a message saying that you have connected to some server somewhere. This indicates that your server is properly configured.
You might always be wondering how ur windows control ur computer from the very start till the very end .. if you want to work on making ur own operating system this is the place for u .. this project covers a small operating system which is open source .. and it is self explainatory i will also add a tutorial on it soon.. link for the project: https://sourceforge.net/projects/moprsys
This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.
This code takes account for the taskbar and the office toolbar when centering the form.
This code allows you to display an animated gif file in your project
Check Out This Very Cool Pacman Clone. It's A Fully Featured Game Which Includes Its Own Level Editor and 5 Different Level Schemes! If You Make Games In Vb, You Must See This! This Game Is Brought To You From The Creator Of Quad-Ball, Which Many People Loved And So Far All Of My Submissions Have Won The Code Of The Month So You Must See This One Too.
This provides ID3 information about an MP3. Originally from MP3 Snatch, this fixes some bugs and provides a method of "generating" artist/title/album information based solely on the filename (for those files without ID3 tags.) "(New Order) - Bizarre Love Triangle.mp3" and many other formats are parsed.
Ever have trouble initializing a dialog for c++ without using MFC? This is a great example of how to do this! Check it out! This also shows you how to compare two strings easily! KEYWORDS: WINMAIN DlgProc STRING COMPARISON PASSWORD
a 2D DirectX TicTacToe Game
This emulates a textbox with some limitations. But this text box control can have a texture picture. Something different from the standard colors.
As many peoples seems to be interested in creating a screen saver, here is the code for a basic "blank screen" screen saver. You just have to put any animation you want. This code has all screen savers features, including password protection and preview... Have fun!