Results for "Category: Graphics/ Sound"
This code uses Video for Windows to capture single frames from a system video source in a specified time interval(in seconds). The Frames are saved as Bitmaps or as one AVI File. Don't forget: You need a videodevice for this to work!
Here is an example of how to use back-buffer device contexts for on-screen animation; the basis for all graphical games
Shows how to load bitmaps of any size and stretch them onto a window.
This example shows you how to shape your applications window to any bitmap in a resource really good looking effect for your apps.
This example shows how to fade one bitmap into another. Shows how to use GetDIBits for fast image manipulation. Also features images of Anna Kournikova :O).
A fully functional 2D Graphics Editor ( Screen Editor ), that is an MS Paint like utility for DOS.
This is a nice electronic address-phone book. Is completely designed in graphic mode. With this program you can save, delete and search information of your friends, family and companies. To use this program you have to increase the memory that borland C use, at least 256 Kb. I wrote this program to get the final grade in C programming. This program is written in spanish. Please, vote for this code!!
This is the graphics header file for all of you who need for making graphics. if you need any other header files, don't hesitate to ask... and yes please comment on the programs I have writen.
A simple Mp3 Player for a simple man. Base on article by:BLaZe found http://www.codeproject.com/audio/mp3player.asp
The smallest media player ever! no sdk or dlls require,it can play this file formats *.wav, .snd, .au, .aif, .aifc, .aiff, .wma, .mp3, .cda, .mid, .rmi, .midi, .mpeg, .mpg, .m1v, .mp2, .mpa, .mpe, .avi, .wmv, .asf, .wm, .wma, .wmv. and much more with only a few lines of code.If you like this program or find it useful please vote.
Dynamic Surveysystem v1 Just take a look at the best: -Simply administration functions (like all of my programs) -Premade grafics -Totally dynamic: You only have to edit ONE file and my program modifies all the others automatically. -Cookie based voting: To prevent one user voting several times. Just download it and enjoy this great Surveysystem coded by Guo Xu. You won't be dissappointed. And by the way, don't forget to vote for a 15 years old asp programmer ;) This code was tested on Win 98 SE/PWS and Win2K Server/IIS5. To create or edit a survey just load setup.asp from your browser once setup.asp is uploaded to your server. Of course you can change the grafics of the surveybars. The easiest way is to open the default grafic in the grafix folder and modify them in an Editor like Photoshop, Photo Impact, Fireworks. NOTE: You better dont modify the size of the grafix. If you do some errors may occur.
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
Have you ever needed a to hear something from your computer besides that grinding it makes and the humming? MAKE IT TALK!!!
The function generator produces sine, square, triangle waves or pink noise. This program allows you to use the line output of your sound card for testing circuits or speakers. Useful for speaker testing.
Use your sound card input analyze frequency response. This application works like a real spectrum analyzer. Uses the line / mic input of the sound card. Great for testing speaker response.
This is an upgrade to my previous Tramp MP3 Player. Now has an Reverb/Echo Module. Improved Playlist (with popup menu).. You can sort the list by Title or Artist. Also you can edit the ID3 info. Added a VU meter control. Fixed a couple of bugs in the decoder. Improved the help (if there is such a thing)... View the Readme.Txt for more info. If you have the old Tramp Player, the playlist files (*.lst) and the trampcfg.dat file are obsolete. Delete them if you install this in the same folder as the previous version. The program is written in VC++ 6.0.
This code demonstrates how to achieve some of the oldschool assembler Demo effects using C# and GDI. No directX! Includes fire, plasma and parallax stars. Fully commented. BUT WHY WOULD YOU WANT TO DO THIS STUFF?! Because we can and those old demos were the coolest things ever!
Much to learn about old-school DemoFX we still have, padawan! In this version we cover more complex effects using GDI: waves, rain and old-fashioned 3D rotation. Anymore tutorials on these are a little difficult to find, especially for C# so get it while it's hot! Fully commented.
I didn't care for the examples of pie charting out there so I created my own. This contains 2 projects: Graphing and a GraphingTestApp. Pie/Bar(Horizontal and vertical). Working on a line graph some of the line graph code is in this version. Can be used in ASP.NET. I actually cleaned up the encapsulation. The new version is easier to create piecharts and bargraphs. Should work in a Windows App and a Web App.
This is version 2. I didn't care for the examples of pie charting out there so I created my own. This contains 2 projects: Graphing.V2 and a GraphingV2Testing. Pie/Bar/Line The bar does more. Line graph is finally complete. Can be used in ASP.NET. (Cleaned up again.) I actually cleaned up the encapsulation. The new version is easier to create piecharts and bargraphs and Line Charts.