There have recently been several posts regarding taking a screen shot of the users display, then saving them as BMP images. I offer this small demo.
Last summer, my wife and I took a trip to Carmel by the Sea and, of course, took several pictures. The one I used for this demo was at the College of ...
Search found 56 matches
- Tue Jan 04, 2011 7:51 pm
- Forum: Utilities
- Topic: CROPPING and SAVING Screen Graphics
- Replies: 0
- Views: 11032
- Fri Oct 17, 2008 3:20 pm
- Forum: Games
- Topic: Avoid the missiles!
- Replies: 1
- Views: 4101
Avoid the Missiles!
Really good code, Rutger. I like creating BMP images "on the fly" instead of including them as image files.
Nice job!
Nice job!
- Tue Nov 27, 2007 9:38 pm
- Forum: Games
- Topic: Playing Card Images (BMP)
- Replies: 0
- Views: 11153
Playing Card Images (BMP)
An assortment of playing card images, front and back, jokers too. Download the entire folder and use the cards in your blackjack, solitaire, or poker games.
Have fun!
Have fun!
- Sat Sep 22, 2007 1:42 pm
- Forum: Demos
- Topic: Solving the Right Triangle
- Replies: 0
- Views: 9816
Solving the Right Triangle
Enter any two known values of a right triangle and the remaining values will be displayed for you.
- Sun Jul 15, 2007 2:04 pm
- Forum: Utilities
- Topic: Calculator, ver. 1.0
- Replies: 1
- Views: 4503
J-Calc
Pretty good, Joshua. I changed two lines:
... which gave a better display on my monitor.[/code]
Code: Select all
WindowWidth=175
WindowHeight=190
- Wed Nov 29, 2006 3:39 pm
- Forum: Games
- Topic: Point-and-Click KENO
- Replies: 0
- Views: 3449
Point-and-Click KENO
When I was a break-in craps dealer in Vegas, I thought learning to program would allow me to find a system which could beat the house and allow me to retire at 22. WRONG! There is no system to beat the house because the payoffs are always less than the probabilities against the player.
But people ...
But people ...
- Sun Oct 22, 2006 5:00 pm
- Forum: Demos
- Topic: Loading MANY Images
- Replies: 0
- Views: 9800
Loading MANY Images
If you're working with an animation in your program, you'll have to LOADBMP and UNLOADBMP for every frame of your animation. Why not use a numerical value as part of the filename for each image? This allows you to use a loop to load and unload your bmp and only type the LOAD UNLOAD command once ...
- Thu Sep 07, 2006 3:33 pm
- Forum: Database
- Topic: RANDOM ACCESS FILE, Personal Address Book, Part 2
- Replies: 0
- Views: 10819
RANDOM ACCESS FILE, Personal Address Book, Part 2
If you worked with the previous version of this program, you've probably noticed there is no routine to DELETE a record from your address book. Well, this certainly insures we don't lose the name and address of the person we knew in third grade, umpteen years ago! We want to build our address book ...
- Mon Sep 04, 2006 2:19 pm
- Forum: Programming Tools
- Topic: Share Your Finished Program by Creating an EXE File
- Replies: 13
- Views: 135659
Creating Stand Alone Programs
Hi! Thanks to all the others who have jumped in and assisted some of our users. Owing to family difficulties, I have not visited this post in nearly a year.... :oops:
Most of the problems described appear to result from PEBCAK. If any paths are included in your program, make certain they are not ...
Most of the problems described appear to result from PEBCAK. If any paths are included in your program, make certain they are not ...
- Thu Aug 31, 2006 4:48 pm
- Forum: Demos
- Topic: Using a DATA File with Minimum RAM
- Replies: 0
- Views: 10752
Using a DATA File with Minimum RAM
A long time back, home PC's had very limited RAM resources. A DATA file allows you to work with extremely large records without using precious RAM.
Tasks can be developed in small snippets and your program can be built in a modular fashion. This zip file contains 3 code modules, a dummy data file ...
Tasks can be developed in small snippets and your program can be built in a modular fashion. This zip file contains 3 code modules, a dummy data file ...
- Mon Aug 28, 2006 9:49 pm
- Forum: Database
- Topic: RANDOM ACCESS FILE for your Personal Address Book
- Replies: 0
- Views: 10772
RANDOM ACCESS FILE for your Personal Address Book
There has recently been a lot of discussion to create a personal address book using JB and random access file.
This is not the only way to create such an application, instead it is a learning vehicle to introduce you to random access files. When the program is run, you can choose individuals from ...
This is not the only way to create such an application, instead it is a learning vehicle to introduce you to random access files. When the program is run, you can choose individuals from ...
- Sun Jul 16, 2006 3:40 am
- Forum: Games
- Topic: first game
- Replies: 3
- Views: 5372
Way Kool Game!
You hit the jackpot, Karra :!: This one reminds me of the original Space Invaders arcade game, running at warp speed! ROFL! I'm not much for playing games, but this one was fun and I can see you learned a lot while writing this program. Gazing into my crystal ball, peering around the crack (I bought ...
- Sat Jun 10, 2006 8:08 pm
- Forum: Database
- Topic: EZ File Operations (A pre-school for beginning coders)
- Replies: 0
- Views: 9262
EZ File Operations (A pre-school for beginning coders)
A simple txt file and bas program to load and sort using JB. Print the data to a Random File, load a new array and format output to a new Random File. Especially for beginners who may be working with files for the first time.
- Sat Apr 29, 2006 2:06 am
- Forum: Demos
- Topic: Another Splash Screen
- Replies: 0
- Views: 3819
Another Splash Screen
Okay, a full screen splash screen, actually, two screens with no title bar and no way to diminish them. Right click on the program icon in the task bar to close after the second image. No image is included in the file... it will draw the image by itself. When you unzip the package, the BAS file will ...
- Sat Mar 25, 2006 2:37 pm
- Forum: Demos
- Topic: Files; Input/Output; Arrays; Sorting; Open Browser
- Replies: 0
- Views: 3256
Files; Input/Output; Arrays; Sorting; Open Browser
A DEMO program to perform several tasks new users have questions about. You will work with a file on disk, perform input/output to load two arrays, sort the arrays, then open your browser to display a web page listed in your file by clicking on the name in a combobox. A text file is included with a ...