Results for "Volume: 7_2009-2012"
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!!)
This program can generate 3D surface and terrain from a video source with image processing technique as well as from a random or fractal source. It is a good base for Remote Sensing, Remote Topography, Radars, GPS and regenerating Earth Terrains from a camera or spectrum analyzing by video sources and make real 3D map by CNC machines. As soon as I put some comments in code for better understanding. <<<<<<PLEASE DON'T FORGET TO VOTE AND ALSO COMMENT>>>>>> How to use: 1: Run the program and with 8, 9, 10, 11 radio buttons (below picture) see random real time noise. Freeze the scene with button number 22 and with another controls new results are ready. 2: Connect to a video source (for example a web cam) and then click at buttons number 18 or 19 and then click on 13 (Brightness) or 14 (Color) radio buttons and see 3d video. Compile: You need OpenGL library for Win32. It is available from: http://www.xmission.com/~nate/glut.html or latest version http://www.opengl.org/resources/libraries/glut/glut_downloads.html#4 After download library and extract it copy following files. Note: these instructions are for winxp and .NET studio. glut32.dll to %WinDir%\System32 glut.h to $(MSDevDir)\Vc7\include\GL\ Note: if there is not GL directory create it. glut32.lib $(MSDevDir)\Vc7\lib\
Well, I was bored, and I figured I want to learn something new and make something useful. So I decided to make a class to read and break down the Portable Executable header on windows EXE files. Please vote if you like this project. I hope in the next version to implement Resource and Import/Export table reading.
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.
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 provides a lot of information about your computer. Most of the information is harvested using the .NET Framework 2.0 or the WMI classes accessible through the Framework. This version is a major upgrade from the original submission. A lot of code has been cleaned up and most existing panels have been enhanced in some way. There are 4 new panels: Installed Programs, Services, Startup Programs, and Users. This project is also available in C# and because I did not use any language features specific to Visual Basic in this version, they are quite similar. The idea for using the panels is not mine. I modified some code from a Microsoft sample. This update has been converted for VS2008 and includes some additional features including support for 64-bit versions of Windows.
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)
A example of simple paging within a repeater or datalist... Live demo can be found at http://www.dotyourworld.net/Vault/Display.aspx?ID=5
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.