Results for "Volume: C_Volume2"
This example shows how to create a bouncing ball on your form, also let's you manipulate the kenetic loss and gravity settings. I found a simpler version of this online created in Java, it looked interesting so I converted it and improved on it. The formula still has a few bugs in it that you can read about in the project files, good source to learn how physics and C++ can interact, if you use improve this even more please pass along to others.
Step by step instructions to create an ActiveX DLL ! In this lesson we will create a DLL to compact a Database !
Cube Game ver 1.5 (opengl) You need to order the Cube by Color (everyone know this game) this 3d Game need a fast computer if the cube move slow then you need better graphics Card this a beta version and i will improve it (please Excellent me!!)
Creating of Simple WordPad like application can be achived using the methods in this example
This is a veeeery simple code to make one autocomplete textbox that gets the first letters you typed and searches for the most similar word from a table and then completes the rest. No API Calls, No Classes, Only few lines of code in 2 events...Simply save it as a module (.bas) and add it to your project
THE PROBLEM: VB allows regular forms to be instantiated from an ActiveX DLL...but does not allow MDI child forms to be instantiated from an ActiveX DLL! THE SOLUTION: MDIChildMaker! Now you can put your forms in a seperate ActiveX DLL and use them as MDI children forms in your main application's MDI form! NOTE: This is not a trivial example, but uses native VB subclassing techniques. This is one code solution EVERY VB programmer MUST have! Check out www.cyberbiz.com
Overview: This article explains how to program Visual C++ to use DOM for XML manipulation. XML is composed of elements. An element is a user defined tag name with a opening and close pair: such as, Attributes are name/value pair combinations within an element. The Document Object Model (DOM) is used to add, update, and remove elements and attributes. This article will explain how to manipulate xml elements and attributes using Visual C++ and DOM.
This simple program allows users to see the an Access 97 .mdb Password, to open it after.
This beta version of my networking component consists of two classes. The first "Email" sends email optionally with attachments encoded as base64 and compatible with the MIME 1.0 protocol. The other "Upload" allows for uploading of files through a web browser. Both were developed for use with Active Server Pages, but could be adapted for other uses as well.
This is Explorer-like drive/folder TreeView. No delay at startup (for the hell of read directory structure), because content of each folder is readed on "expand" event. You can also specify any path and this code automatically find the path in TreeView. Base for this code are taken from other submission on Planet-Source-Code. Thanks to all programmers for publish their codes on this excellent server.
This allows you to right click on any java source file and Compile it.
It contains three javascript programs, Ticker tape, Tooltip and a dragable window. This is all of them made easy. Very easy to understand codes. Codes are very short and very straigtforward. Vote for me:)
This will stretchblt the desktop into a picturebox! Next, if you have two instances running with the correct IP's (use 127.0.0.1 if you only have one machine), a copy will be sent to the other (using winsock).
This tutorial will teach you how to use the Windows waveOut multimedia functions. It also explains a little about how audio is stored in the digital form. I hope this tutorial is useful. Full source code is included as is a downloadable version wrapped in an MSVC++ project.
Converts Long values (used by getpixel and other low level color functions) into RGB values that you can use. Useful if you want to manually remap an image or make some kind of color effect.
This program deal with university database,it has many function! you must see. Vast amount of Swing component and graphic such as Skin(look&feel) ,JToolbar,JCheckBoxMenuItem etc. you'll got a good swing tutorial if you download this source. Database is used by this program was design with ER & NIAM diagram (I've inicluded these diagram to distribution) and I selected MS Access database to implement,if you use other System (Not windows) you have to change database and you just change the value in config file then ready to run program without compilling. Worth for download. Please vote for me if you like it !!!
This Application helps in tracking all the MSAccess databases and lists out the Tables in it along with the Fields in it.
This is a simple example of a card game using vbCard.ocx found at http://bargainbd.com/opusopus/vbcards.htm. I don't know what the game is called. My wife made up "Slim Chance" becuase it is very hard to win. I also used another ocx called JMGResizer.ocx. It resizes controls automatically. It can be found at http://www.geocities.com/SiliconValley/Sector/7902/jmgresizer.htm Both ocx's are free.
This Code Get's The Mp3ID3 Tag. It Also lets you write to the Tag. It has perfect support for the Genre Part, and it's well commented. I know there already are code that does this, but they either dont let you write, or they dont support the Genre part. so here it is, email me for a .exe that demonstrates this module.(Now Includes Project for demo)
This is a small tutorial designed to help anyone who wants to begin making games but does not know where to start! This requiers little to no math at all. Design windows games in a flash. Well commented and easy to understand. You will be amking games in no time. The tutorial is a working application which shows you the insides of the game and how everything works. This uses the EZX Control. If you use this, please tell me what you think.