Results for "Author: lefteris eleftheriades"
Goto: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=41813&lngWId=1
This is the old Arkanoid game that you used to play on your Nintendo platform, comming back on your computer, to provide you with many hours of fun. You are given bonuses that may enlargen the paddle, give you means to clear the stage faster or help you control the ball better. This game is played with your keyboard. Left/Right Ctrl + Left/Right Space
This Article Teaches you how to use colors on PSC comments. This can only be done in articles. Try it & see the examples, The code in the .zip file must be included in Your Article.
Compose real music with your computer. The powerful library installed with windows gives you the ability of reproducing hunderts of musical instruments! This is a revised version with some bug fixes. Try out some samples inluded with the program.
Compose real Music!
This is an old project I did back in highschool to teach myself some DirectX
This Article Teaches you how to use colors on PSC comments. This can only be done in articles. Try it & see the examples, The code in the .zip file must be included in Your Article.
Music composer is a Sound authoring tool to compose melodies that suit your pleasure. Although in the prime faces of it's life, music composer is quite advanced and may be also be used by professional musicians Music Composer Capabilities: o Compose music with over 200 instruments o Play it back any time o Place 5 different note lengths (from semi-o quaver to whole note) o Save in txt format o Transposition Up/Down o Display of placed note's name o Up to 150 notes Get it from this URL: http://www.angelfire.com/bug/vbsource/
2D Graph Plotter This tool draws any graph you want on precice Axii. Type the graph's equation in the box and press Plot. There is an expression builder to help you with all supported functions. All VB Math functions are supported plus a bunch more trigonometric functions plus the ability to support any function you want, just include it in the .bas file along with the rest. You can specify the maximum limits for drawing. 1:1 limit is 4 You can use copy to copy the graph to the clipboard Your most clomplete tool for drawing graphs. If you have an account please vote.
Use a better toolbar in your project Availiable Styles: - Office XP - Internet Explorer Only input is 1 bitmap file with the toolbar icons Great code to generate the grayscale bitmap in 1 jiffy
Powerful API viewer to replace apiloader you used till now.
Rotate image 1 function for to cover your picture rotation needs (compatible with XP, CE, ME, NT, 98...). Written from scratch standalone function similar to TranspBlt, BitBlt, StretchBlt,AlphaBlend Features: Antialiased rotation Supports Transparent color Alphablending Scaling Choose pivot pixel Extremely quick *Please comment & vote*
Evaluate an expresion like Evaluate("5+6*2") returns fractions as well. Evaluation is a reccursive function that breaks the equation in small little pieces.
Evaluate any Mathematical Equation like: Evaluate("(5+3)*2")
Rotates an image and paints it on the screen RotBlt DestDC, Angle, x, y, Width, Height, Picture.Image.Handle, TransparentColor, Alpha, Scale -Quick -AntiAliased -Transparency Color -Alpha blended -As easy as bitblt! -Compatible on all windows versions!
Create and Test your flowcharts Add variable watches and execute command-to-command Export VB and Pascal Code Syntax Simmilar to VBScript
Complete Application! Design and test flowcharts. Execute code step-by step, add watches and see how variables change, create loops, export flowchart to visual basic and Turbo pascal source code, Print the flowchart. Please vote!
Small code (100lines) illustrating how any 3d shape is rotated around the 3 axes. Also teaches how you can draw a 3d object in VB's 2d form. Included Manual describing the rotation and presentation methods Also 3 Functions that will make rotating points easier
Rotate a picture at any given angle in realtime. Also scale it, use transparent color, alphablending and hue change. Uses a C dll source included. For the compiled dll: http://www2.cs.ucy.ac.cy/~cs06ee1/rotatedll.zip *UPDATE: 22/7/2010 Fixed memory leak*
Prevent other instances of your application from running. When an attempt to open a new instance is made, the first instance of the application is displayed (even if hidden or minimized) and any command line arguments are passed in the first instance. The notification of the first instance is made via Dynamic data exchange (DDE)