Results for "Volume: 2002C"
Maintain the Student Records.
A simple one armed bandit fruit machine game, that i creted to help me learn C++. This is my first program in C++ and i wrote it in about 2 days, purely to help learn the language. Constructive critisms would be great to help me learn, but any one posting to tell me my games pointless, etc don't bother.
The MsgBox class creates, displays, and operates a message box similar to the API "MessageBox" but with some extended features like different button styles, placements and images, timeout ... full documentation included ... v.1.1 now with input box
This code is the complete source code to a Keno game I modeled after a video keno machine in Las Vegas. I submitted this game to zdnets website about 6 months ago as freeware. The code is a bit sloppy it was one of my first attempts at something that worked. I thought some of the algorythms and procedures might be helpful. The program has sound, print, save, registry calls, load, and an autoplay feature. I'm sure it can be improved on. The code uses alot of simple features and techniques, that are easy to understand thought this would be very helpful to beginners even though there not all exactly the correct way to do things.
Hi ya all ! This is my first attempt to create an assembler called Universal ASM. And I decided to do it step by step sharing with you all. Please appreciate this effort by voting for me and sending your feedback on this project....
This subroutine will disable the Windows 9x/NT ' close button, also known as the little X ' button. It's really useful when you have a ' form that you don't want to set its ControlBox ' property to False. Write this code in a ' standard module (BAS).
This article describes using Windows Internet API for atomic clock sites connection and synchronization PC clock. C++ code is included.
Ever wounder how to make those neat pop-up menus like you see when you right click on something? well, here is an easy to follow example!
Flatbed scanner, Hand Held, or any TWAIN compliant device can be accessed in Visual Basic with the EZTWAIN DLL (Included free as freeware). I like this much better than the KODAK OCX for scanning. This uses less resources and less coding. Don't flood me with a ton of questions on this project. Once you use it, you will know as much as I do. REMEMBER to copy the EZTW32.DLL into your Windows System Directory!!!!!
Thanks for Keeping my KeyLoggers the highest Rated on PSC. I really appreciate your feedback. My latest version uses a GLOBAL Keyboard Hook that was written in Visual C++, NO MORE TIMERS!!!. It have uploaded a complete program that shows how to use a simple Class Module as well. You can put this program into Stealth Mode or Visible Mode. In Stealth Mode, it will write the results to a file and can be returned to visible mode by typing **END** I only included letters & numbers, but it can easily be modified to include anything, including backspaces, see my remove a last character from a string if you need help. You need to provide a Reference path to a .DLL file. For unknown computers, c:\windows is usually ok.
With this program you can easily make a searchable list of files with size included. This is great for people with large numbers of files (like say mp3's) who don't want to duplicate their already downloaded files. Simply drag and Drop files onto the listbox. You can save and retrieve the filelist to a text file for future use. Also provided is a MRU or Most Recently Used list, so that you don't have to search for the file everytime you want to load it. Full source code is included (of course), so you can see how it all works!
A MUST HAVE PROGRAM ! Very usefull. The IconAlbum is a collection-book (album) where you can store all your icons and view them at the same time. You can add, delete, move, save icons, search for icons, make directories to store them in. Very handy when you're looking for icons you want to use in a program, a toolbar, ... Unzipped about 1Mb. The zip file is 278 kb. It was written in VB4, but it works with VB5 & 6 too. I use it all the time when I make toolbar-buttons. Included: the IconAlbum.exe, some directories with icons (about 200), the full source-code (for VB4), and a ReadMe-file. The file is best unzipped in C:\. The different maps are made by the zip-file itself, so you can start right away.
If you are an Internet Adicted, then this is a must-have for you! It controls your Internet Connection, cheking if your Online every secound. Remember to set Impulse Time and Cost before using the program, so that it can control the costs!
This sample shows how to make a window using pure API. There are already many more but one this site but this one has loads of comments; possibly too many. Well anyway I wrote the sample for my own web site so decided to post it here as well. My screen shot does show a windows 98 and windows xp looking window side by side but don't get confused by that. All this is is a simple window but I was just trying to show how it works on Windows XP as well as older versions of windows.
A Puzzle. You can add your own pictures. When you have selected the picture and the pieces, you can start puzzling. Click on a piece to move it. When it's in the right place, it will be fixed to the screen. Right-click to move a piece to the second screen. In the second screen, right-click again to move it back.
Hi, this is a Word document that explains the creations of Menus, from the simpliest to the total OwnerDraw one, PopUp menus, MenuBars and the modification of the System Menu. Together with the document there are the sources of the examples explained in the .doc. I hope you will find it useful..... Feedbacks will be very much appreciates....and sorry for my english.
This Program lets you chat in color no rich text boxes required this Program uses Pictureboxes to Display Messages. It Even lets you send color faded messages also Bolded,Italic, Underlined,E|_¡_|_E(Elite),H4CK323D(Hackered), sdrawkcaB(Backwards),Echo cho ho o(Echoed), AlTeRnAtIvE CaPeD(Alternative Caps) and more future version can be expected in next month which will have the ability to send files and images Another Feature is that it lets you filter bad languge replacing them with *. The Interface is also the best you must have seen. It teaches you - 1) How to Fade any text in Pictureboxes 2) How to Make Elited Text 3) How To Make Echoed Text 4) How To Make Alternative Caped text 5) How To Make Hackered Text 6) How To Make Backwards Text 7) How To Send Messages Using Winsock Control 8) How To Display RGB Color 9) How To Get Some Text Between certain Strings 10) How To Scroll A Picture Box And More.... See For Yourself and the best part is that its only 21.2 KB --------------------------------------------------- Bug Was found and removed Bug Info- This bug displayed the nickname also as italicised or underlined if a remote message was send as italices or underlined Status-Squashed...None more... --------------------------------------------------- AWESOME!!!!!!!!!!!!!!!!!!!!
This code from PC Magazine (and it is FREE! Public Domain), will display available screen resolutions and color depths (4bit, 8bit, etc...) on a user's computer. The best thing about this, is that the user can change the resolution. It will prompt the user to reboot, if needed. Notice that the List box highlights the current resolution when first started. Very professional. With a little touch up, you can add this to your software programs. I did, but use the SHELL function to keep the software seperate from my actual program. Have Fun!
LandMass is based on the old Commodore 64 game "Lords of Conquest" by Electronic Arts. This game played a little bit like the board game Risk, only there were different playing pieces and --here's the cool part-- the playfield was generated randomly, so that no two games were the same. As it stands right now, LandMass simply generates a random world based on settings that you can tune. Each world is composed of countries and water. Countries that border each other are shown with a borderline between them. Each country has properties that can be read, such as its color or which other countries border it. LandMass also contains a small example of how to read map parameters and interact with the map. The program is class-based, which means you can take the Map class and drop it into your own program. And since each map is a separate object, you can generate multiple maps at once. With very little work you can have cool custom maps in your own program!
This Is A Fully Featured Game. IF YOU PROGRAM GAMES IN VB YOU MUST SEE THIS ! The aim of the game is to save earth (it is set in the future). This Game Includes Over 60 files, of which 25+ Contain vb-programming !!. It Aslo Includes PicClp32 (ver. 6) For The Vb5 Users, So There Should Be No Problems